OSDN Git Service

shrink sokoban
[nethackexpress/trunk.git] / doc / fixes32.3
1 General Fixes and Modified Features
2 -----------------------------------
3 Y2K fix: use 4 digit year values for the dates in the score file
4 updated COPYRIGHT_BANNER_A to reflect year of release
5 prevent "late" pline calls from triggering a crash when the RIP window was
6         displayed at end of game (observed when bones file rename failure
7         under Win95 was reported to wizard mode users)
8 being punished on the Plane of Water doesn't trigger a panic when air bubbles
9         try to move the ball&chain or you around
10 avoid rn2(0) divide by 0 for empty inventory when trying to crawl out of water
11 don't let randomly placed monsters on special levels prevent explicitly
12         placed monsters who target that location from being created (a web
13         trap's spider resulted in no quest nemesis)
14 don't let randomly placed stairs on special levels be covered by explicitly
15         placed features such as fountains
16 pager: guard against '%' in output from being treated as a printf formatting
17         directive (using '/' or ';' to look at food yields "% blah blah")
18 prayer result of ``escape from solid rock'' isn't inhibited by teleport
19         restrictions (attempting to fix all troubles got stuck in a loop)
20 report "file empty?" rather than "version mismatch" when that's the reason
21         why a data file fails its validation check
22 drum of earthquake can't destroy the high altars
23
24
25 Platform- and/or Interface-Specific Fixes
26 -----------------------------------------
27 micro (assorted): readmail()--don't show fake mail text when blind; also,
28         update the "report bugs to" message to specify <nethack-bugs@nethack.org>
29 msdos: fix missing $(INCL) in dependency in djgpp Makefile
30 mac: Will only dispatch events if the window system is initialized