PennMUSH Community

Changeset 1175

Show
Ignore:
Timestamp:
12/31/07 22:28:52 (7 months ago)
Author:
shawnw
Message:

1.8.3p6

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/trunk/CHANGES.182

    r1167 r1175  
    1616Version 1.8.2 patchlevel 8                     Jan 01, 2008 
    1717 
    18 Fixes: 
    19  
    20  
    2118Minor changes: 
    2219 * 'make versions' now provides some feedback. 
     
    2522 * width() and height() do not return 0 when set to invalid input. 
    2623   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. 
    2827 
    2928Version 1.8.2 patchlevel 7                     October 6, 2007 
     
    3938  * The open database file wasn't getting closed on a failed save. 
    4039  * 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. 
    4142  * 'help @desc' brings up @describe instead of @descformat. 
    4243    Suggested by Nymeria. 
  • 1.8.3/trunk/game/txt/hlp/pennv182.hlp

    r1167 r1175  
    22Version 1.8.2 patchlevel 8                     Jan 01, 2008 
    33 
    4 Fixes: 
    5  
    6  
    74Minor changes: 
    85 * 'make versions' now provides some feedback. 
     
    118 * width() and height() do not return 0 when set to invalid input. 
    129   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. 
    1413 
    1514& 1.8.2p7 
     
    2625  * The open database file wasn't getting closed on a failed save. 
    2726  * 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. 
    2829  * 'help @desc' brings up @describe instead of @descformat. 
    2930    Suggested by Nymeria.