Changeset 1175
- Timestamp:
- 12/31/07 22:28:52 (7 months ago)
- Files:
-
- 1.8.3/trunk/CHANGES.182 (modified) (3 diffs)
- 1.8.3/trunk/game/txt/hlp/pennv182.hlp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.8.3/trunk/CHANGES.182
r1167 r1175 16 16 Version 1.8.2 patchlevel 8 Jan 01, 2008 17 17 18 Fixes:19 20 21 18 Minor changes: 22 19 * 'make versions' now provides some feedback. … … 25 22 * width() and height() do not return 0 when set to invalid input. 26 23 By Talvo. 27 * Array underflow bug detected by running under valgrind. 24 * Array underflow bug found by running under Valgrind. 25 * Crash bug when too many objects are nested. Reported by Paige, fixed 26 by Javelin and Intervis. 28 27 29 28 Version 1.8.2 patchlevel 7 October 6, 2007 … … 39 38 * The open database file wasn't getting closed on a failed save. 40 39 * Crash bug in sortkey(). Fix by Nathan Baum. 40 * Crash bug in pathological container cases reported by Paige@M*U*S*H 41 fixed by Javelin. 41 42 * 'help @desc' brings up @describe instead of @descformat. 42 43 Suggested by Nymeria. 1.8.3/trunk/game/txt/hlp/pennv182.hlp
r1167 r1175 2 2 Version 1.8.2 patchlevel 8 Jan 01, 2008 3 3 4 Fixes:5 6 7 4 Minor changes: 8 5 * 'make versions' now provides some feedback. … … 11 8 * width() and height() do not return 0 when set to invalid input. 12 9 By Talvo. 13 * Array underflow bug detected by running under valgrind. 10 * Array underflow bug found by running under Valgrind. 11 * Crash bug when too many objects are nested. Reported by Paige, fixed 12 by Javelin and Intervis. 14 13 15 14 & 1.8.2p7 … … 26 25 * The open database file wasn't getting closed on a failed save. 27 26 * Crash bug in sortkey(). Fix by Nathan Baum. 27 * Crash bug in pathological container cases reported by Paige@M*U*S*H 28 fixed by Javelin. 28 29 * 'help @desc' brings up @describe instead of @descformat. 29 30 Suggested by Nymeria.
