2007-10-13 19:24:06 +00:00
|
|
|
Contributors
|
|
|
|
============
|
|
|
|
This list is in alphabetical order, and almost certainly incomplete.
|
|
|
|
|
|
|
|
The Man: Giles Williams (aegidian)
|
|
|
|
|
2007-10-15 13:20:27 +00:00
|
|
|
Jens Ayton (Ahruman)
|
2007-10-13 19:24:06 +00:00
|
|
|
Nikos Barkas (another_commander)
|
2011-02-12 17:03:16 +00:00
|
|
|
Eugene Chernyakov (seventh)
|
|
|
|
colinh
|
2007-10-16 17:31:13 +00:00
|
|
|
Commander McLane
|
2008-12-10 20:42:08 +00:00
|
|
|
Dermot Costello
|
2007-10-13 19:24:06 +00:00
|
|
|
Chris Crowther (hikari)
|
2009-09-13 19:51:43 +00:00
|
|
|
Jelmer Graafstra
|
2008-02-20 07:16:01 +00:00
|
|
|
James Hobson (Cmdr James)
|
|
|
|
Influence D
|
2008-02-09 15:01:27 +00:00
|
|
|
Kaks
|
2009-10-16 16:05:12 +00:00
|
|
|
Olli Krienke (Svengali)
|
2008-04-23 00:03:41 +00:00
|
|
|
Lazygun
|
2007-10-15 13:20:27 +00:00
|
|
|
Dave MacLachlan (Jester)
|
2007-10-16 17:31:13 +00:00
|
|
|
Nic
|
* All ships now have a JavaScript script attached, allowing JS scripts to
add behaviours to any ship.
* Legacy script_actions, setup_actions, launch_actions and death_actions
handled through default JavaScript script.
* In order to implement the above, JS Ship now has a runLegacyScriptActions
method. This is not to be exposed as an "official" method, though, since
we might want to change the mechanism -- for instance, to "compile"
legacy scripts into JS. Handling dynamically-generated legacy scripts in
that case would be a significant complication.
* Updates for Mac OS X 10.5 "Leopard".
- Errors on reading/writing plist will not cause a crash if building
against the Leopard SDK. (I have no intention of requiring Leopard any
time soon, but future-proofing is good.)
- OOWeakReference is now more efficient when running under Leopard, by
implementing the new "fast forwarding" mechanism.
- Threads now have names set under Leopard, which may provide debugging
advantages.
- Fixed some new build warnings for new version of apple-gcc.
- Updated type declarations to identify Oolite saved games as property
lists.
* Cleaned up PlayerEntityControls.m somewhat. Moved method declarations
into files, fixed indentation, broke up monster giant method of doom.
* Script-generated asteroids now behave like system populator-generated
asteroids (As Seen on BB[TM]).
* Minor optimizations and simplifications of legacy script engine.
* JS System.filteredEntities() now has sensible behaviour if predicate
throws an exception: the predicate is not called again, and null is
returned. The exception is reported and not rethrown.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@1240 127b21dd-08f5-0310-b4b7-95ae10353056
2007-11-23 15:04:14 +00:00
|
|
|
No Sleep Nigel
|
2009-11-05 13:02:29 +00:00
|
|
|
Vladimir A. Pavlov (pv4)
|
2009-07-03 20:41:54 +00:00
|
|
|
Dennis Pedersen (Frame)
|
2008-03-26 19:42:49 +00:00
|
|
|
Erich Ritz (drumz)
|
2009-03-15 16:14:03 +00:00
|
|
|
Darren Salt (dsalt/_ds_)
|
2008-04-23 18:10:07 +00:00
|
|
|
Adam Sampson
|
2010-07-11 17:20:03 +00:00
|
|
|
Chip Richards (caracal)
|
2010-05-16 21:04:30 +00:00
|
|
|
rion
|
2010-12-18 22:15:27 +00:00
|
|
|
Rob C. Skilton (KZ9999)
|
2010-12-18 15:19:27 +00:00
|
|
|
Alex Smith
|
2007-10-13 19:24:06 +00:00
|
|
|
Dylan Smith (winston)
|
2008-04-18 13:36:01 +00:00
|
|
|
stardotstar
|
2008-04-12 06:31:46 +00:00
|
|
|
Konstantinos Sykas (Getafix)
|
2007-10-13 19:24:06 +00:00
|
|
|
David Taylor (dajt)
|
|
|
|
Eric Walch
|
2008-10-06 18:19:23 +00:00
|
|
|
Michael Werle (Micha)
|
2009-10-22 15:40:26 +00:00
|
|
|
Gary Wong (Y A J)
|
2007-10-13 19:24:06 +00:00
|
|
|
|
|
|
|
|
|
|
|
Library credits:
|
|
|
|
----------------
|
|
|
|
GNUstep: various and numerous.
|
|
|
|
libpng: Glenn Randers-Pehrson, Andreas Dilger, Guy Eric Schalnat
|
|
|
|
and contributors.
|
2009-03-16 01:24:17 +00:00
|
|
|
SDL - Simple DirectMedia Layer: Sam Lantinga and contributors.
|
2009-02-13 11:10:32 +00:00
|
|
|
SpiderMonkey: Brendan Eich et al, Mozilla Foundation.
|
2010-06-11 22:53:03 +00:00
|
|
|
LibOgg/LibVorbis: Xiph.Org Foundation.
|
2007-10-13 19:24:06 +00:00
|
|
|
|
|
|
|
|
|
|
|
Mac OS X-specific libraries:
|
|
|
|
----------------------------
|
|
|
|
RBSplitView: Rainer Brockerhoff
|
2011-02-12 17:03:16 +00:00
|
|
|
Sparkle: Andy Matuschak and contributors
|
2007-10-13 19:24:06 +00:00
|
|
|
VirtualRingBuffer: Kurt Revis
|