fixes34.1: SELF_RECOVER for win32, chdir

This commit is contained in:
nethack.allison
2002-08-21 03:42:36 +00:00
parent 3515dcf1f1
commit ab393cd0d6

View File

@@ -221,6 +221,7 @@ win32: allow error save files to be generated
win32: strip illegal file name characters from plname and replace with '_'
win32: don't let recover build a save file out of level files belonging
to an active NetHack.exe or NetHackw.exe process
win32: SELF_RECOVER to let NetHack itself recover aborted games
win32gui: make error() work; it was essentially non-operative in 3.4.0
win32gui: fix alignment of columns in menu windows
win32gui: Window menu File|Save worked during #quit disclosure processing
@@ -251,6 +252,7 @@ tty: support terms where turning off inverse video turns off color too
Gnome/Linux: more portable getres*id workaround
msdos: compiling without NO_TERMS resulted in a link-time error
msdos: reworked Makefile.GCC to get rid of need to duplicate source files
msdos,win32: stop doing chdir when NOCWD_ASSUMPTIONS is defined
General New Features