UPPatch 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

Changes

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.

Installation

Standard installation instructions apply.

Difference Statistics

 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(!)

Disclaimer

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.

Valid XHTML 1.0! Maintained by Mark Cooke
Last Updated: 28-Nov-2003