Space Patch Information


NameDateSpace VersionRequiresObsoleted
S80309c.gz09-Mar-980.8.6-S80314
S80309.gz09-Mar-980.8.6S80102S80314

Description

This patch fixes a bug in the sph_to_xyz spacecall so it works correctly again. This patch also improves the PSE support for more than the default number of spaces by tidying up the initialization code. Two new spacecalls are available - set_space_name and get_space_name - which allow the internal name of each space to be readback and changed. Finally, the range speedup code was made unconditional in this release in preparation for the 0.9.x development series.

NOTE: See the information about S71115 for the changes needed to support the new console arrangements which are also in this release.

Installation Notes

  1. Download S80309c.gz if you are going to apply this to a clean 0.8.6
  2. Download S80309.gz if you are going to apply this to 0.8.6 + S80102
  3. Change to your space directory. (eg space-0.8.6 or space-s80102)
  4. Uncompress the patch using gunzip -d S80309.gz or gunzip -d S80309c.gz
  5. Run patch -p1 < S80309 or patch -p1 < S80309c
  6. Read the CHANGES file, and look through the source to see what's changed.
  7. Edit spaceconf.h to enable/disable the features you want
  8. Recompile the space code.
  9. If the warnings about discarding 'const' worry you, edit the externs.h, stringutils.c and db.c in the mux directory to make the relevant parameters 'const char *' instead of just 'char *'. NOTE: This may not be 100% safe for atr_add.
  10. Change to your mux source directory (eg ~/mux/src)
  11. Recompile your MUX
  12. Log into your MUX and @restart it.
  13. Check @version shows that the features you wanted are compiled in.
  14. Update the softcode to deal with the new features/changes.

This code is provided as a service to the community using the Portable Space Code. By using this code, you agree that the author is not responsible in any way for any damage caused.


Valid HTML 4.0! Maintained by Mark Cooke
Last Updated: Friday, 28-Nov-2003 10:52:50 GMT