~ubuntu-branches/ubuntu/intrepid/nethack/intrepid

« back to all changes in this revision

Viewing changes to doc/fixes32.3

  • Committer: Bazaar Package Importer
  • Author(s): Joshua Kwan
  • Date: 2004-04-28 22:20:28 UTC
  • Revision ID: james.westby@ubuntu.com-20040428222028-xxg55fuf5dxiaogu
Tags: upstream-3.4.3
ImportĀ upstreamĀ versionĀ 3.4.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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