Release | Full Source | Patch | Obsoleted |
---|---|---|---|
0.9.11 | space-0.9.11.tar.gz | 0.9.10 -> patch-0.9.11.gz | patch-0.9.12 |
Patch 0.9.11 ============ + Changed MAX_CHANNELS to MAX_COMM_CHANNELS to sidestep a benign header conflict with the Penn chat system. + Ensured that objects start at (0,0,0) if the ST_STARTPOS attribute on the space object is invalid. + Prevented changes to the SHIP flag, as this causes a crash. [Crash reported by Ra'kholh(Rak)] + Added attribute retrieval functions that fill a provided buffer. This removed the need for a buffer copy. + Added a memory handling patch from Cameron to add pse_* memory management routines.
Standard installation instructions apply.
CHANGES | 19 ++++!! src/comm.c | 2 src/commands.c | 26 !!!!!!!! src/damage.c | 14 !!!! src/events.c | 8 !! src/flag.c | 4 ! src/hashtab.c | 6 ! src/object.c | 55 +-!!!!!!!!!!!!!!! src/platform.c | 144 ++++++++++++++++++++++++++++++++++++!!!!!!!!! src/pseint.h | 11 ++! src/sensors.c | 59 ++++---!!!!!!!!!!! src/ship.h | 2 src/smisc.c | 30 --!!!!!!! src/space.h | 2 src/spaceconf.h | 14 !!!! src/tactical.c | 6 ! src/varray.c | 24 !!!!!!! src/version.h | 2 18 files changed, 159 insertions(+), 24 deletions(-), 245 modifications(!)
This code is provided as a development release. Not all of the functionality noted in the documentation may be present, and correct operation of the included components is not guaranteed. Caveat Emptor.