Patch Information| Release | Full Source | Patch | Obsoleted |
|---|---|---|---|
| 0.9.12 | space-0.9.12.tar.gz | 0.9.11 -> patch-0.9.12.gz | patch-0.9.13 |
Patch 0.9.12
============
+ Added a database list parser, next_dbref() and
updated the ship console loader to use it.
+ Updated the ship loader to use the new
getAttrByNameLen() calls to avoid extra strcpy
calls.
+ Cleaned up the error messages when loading faulty
ship objects.
+ Fixed a possible buffer overrun when loading gun
and torp name attributes.
+ Fixed a compile problem with the Penn port
in platform.c
+ Updated INSTALL help with some 'just type this'
type instructions.
+ New pair of spacecalls based on code contributed
by Chris DiPierro.
sc(write_object) : Updates the attributes on the object.
sc(write_all_objects,space) : Calls write_object for every
object in the given space.
Standard installation instructions apply.
CHANGES | 25 INSTALL | 84 !! docs-src/src/sc/write_all_objects | 9 docs-src/src/sc/write_object | 7 patches/patch-pennmush-1.7.2p12 | 257 ------- patches/patch-pennmush-1.7.2p13 | 257 +++++++ src/commands.c | 29 src/object.c | 921 +++++++++!!!!!!!!!!!!!!!!!!! src/object.h | 1 src/platform.c | 21 src/ship.h | 4 src/smisc.c | 43 + src/smisc.h | 4 src/space.h | 2 src/version.h | 2 15 files changed, 676 insertions(+), 257 deletions(-), 733 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.