some more 3.4.1 prep
patchlevel.h detail cut back README
This commit is contained in:
13
README
13
README
@@ -6,16 +6,9 @@ NetHack 3.3.
|
||||
|
||||
NetHack 3.4.1 is a bugfix release for 3.4.0.
|
||||
* Fix a fatal error involving land mines and boulders/statues
|
||||
* Several message glitches corrected
|
||||
* Restore bumping into closed doors while impaired
|
||||
* Fix iron ball cases that could put the chain in solid rock
|
||||
* A few glitches around gas spore explosions are corrected
|
||||
* Sunsword should extinguish if monster wielding it dies
|
||||
* Wizard will harass post-invocation even if you haven't kill him yet
|
||||
* non-square tile support for X11 and Gnome
|
||||
* win32: ensure error messages are delivered during game startup
|
||||
* win32: some cosmetic corrections and one crash fix from window sizing
|
||||
* win32: filter any punctuation characters from "Who are you" response
|
||||
* Several message and other glitches corrected
|
||||
* win32: some interface improvements
|
||||
* unix: improved tile support
|
||||
|
||||
A fuller list of changes for this release can be found in the file
|
||||
doc/fixes34.1 in the source distribution. The text in there was written
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)patchlevel.h 3.4 2002/03/28 */
|
||||
/* SCCS Id: @(#)patchlevel.h 3.4 2002/03/29 */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
@@ -42,16 +42,9 @@
|
||||
|
||||
/* Patch 1, March 31, 2002
|
||||
* Fix a fatal error involving land mines and boulders/statues
|
||||
* Several message glitches corrected
|
||||
* Restore bumping into closed doors while impaired
|
||||
* Fix iron ball cases that could put the chain in solid rock
|
||||
* A few glitches around gas spore explosions are corrected
|
||||
* Sunsword should extinguish if monster wielding it dies
|
||||
* Wizard will harass post-invocation even if you haven't kill him yet
|
||||
* non-square tile support for X11 and Gnome
|
||||
* win32: ensure error messages are delivered during game startup
|
||||
* win32: some cosmetic corrections and one crash fix from window sizing
|
||||
* win32: filter any punctuation characters from "Who are you" response
|
||||
* Several message and other glitches corrected
|
||||
* win32: some interface improvements
|
||||
* unix: improved tile support
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
Copyright (c) NetHack Development Team 1990-2002
|
||||
NetHack may be freely redistributed. See license for details.
|
||||
==============================================================
|
||||
Instructions for compiling and installing
|
||||
NetHack 3.4 on a Windows NT, 2000, or XP system
|
||||
Instructions for compiling and installing
|
||||
NetHack 3.4 on a Windows 9x, Me, NT, 2000, or XP system
|
||||
==============================================================
|
||||
Last revision: March 24, 2002
|
||||
Last revision: March 29, 2002
|
||||
|
||||
Credit for the porting of NetHack to the Win32 Console Subsystem goes to
|
||||
the NT Porting Team started by Michael Allison.
|
||||
@@ -13,14 +13,9 @@ Credit for the Win32 Graphical version of NetHack (aka
|
||||
"NetHack for Windows" or Nethackw) goes to Alex Kompel who initially
|
||||
developed and contributed the port.
|
||||
|
||||
The PC Windows porting team consisting of Michael Allison, Dave Cohrs,
|
||||
Alex Kompel, Yitzhak Sapir, and Janet Walz integrated the tty version
|
||||
and the graphical version into the NetHack 3.4.1 sources. Just as
|
||||
the release of NetHack 3.4.1 was being prepared, Dion Nicolaas submitted
|
||||
an entire win32 port of his own to the NetHack Development Team. Dion was
|
||||
subsequently invited to join the PC Windows porting team where he could
|
||||
continue to contribute to the win32 port, and that invitation was accepted.
|
||||
|
||||
The PC Windows porting team consisting of Michael Allison, David Cohrs,
|
||||
Alex Kompel, Dion Nicolaas, Yitzhak Sapir, and Janet Walz maintained the
|
||||
tty and graphical win32 versions of NetHack 3.4.1.
|
||||
|
||||
You can build either the TTY version of NetHack or the Windows Graphical
|
||||
version. In either case you can use one of the following build
|
||||
@@ -466,7 +461,7 @@ Running NetHack
|
||||
"c:\nethack\binary\nethackw.exe" (specifying whatever drive
|
||||
and directory your NetHack executable resides in) each time.
|
||||
|
||||
b) Running from a Windows shortcut (win95 or NT4.x)
|
||||
b) Running from a Windows shortcut
|
||||
|
||||
If you will be running it by launching it from program manager
|
||||
or from a shortcut, just use the following information when
|
||||
|
||||
Reference in New Issue
Block a user