some 3.4.1 preparation

Update patchlevel.h
Update some strings from 3.4.0 to 3.4.1.
This commit is contained in:
nethack.allison
2002-03-29 06:30:33 +00:00
parent e52620da26
commit 14ec6fe03b
20 changed files with 65 additions and 76 deletions

View File

@@ -1,6 +1,6 @@
Compiling Amiga NetHack 3.4
Last Revision: 21 February 2002 for NetHack 3.4.0
Last Revision: 21 February 2002 for NetHack 3.4.1
We would like to thank each and every one of the people who took

View File

@@ -3,11 +3,11 @@
(or Everything You Never Wanted to Know Before NetHacking)
(or Not Everything That Happens Always Comes Knocking)
Last Revision: 28 March 2000 for NetHack 3.4.0
Last Revision: 28 March 2000 for NetHack 3.4.1
0. Pre-intro for NetHack 3.4.0:
Amiga-specific changes for 3.4.0:
0. Pre-intro for NetHack 3.4.1:
Amiga-specific changes for 3.4.1:
Most (around 99%) known bugs fixed (volunteers welcome).
HackWB and HackCli are no longer supported. Use the main binary.

View File

@@ -64,7 +64,7 @@ LEXYYC = lexyy.c
#
# Uncomment this line if you want to include support for ALT-numeric
# sequences, such as ALT-2 for toggling #twoweapon mode.
# Note that this code did not get a thorough testing prior to 3.4.0
# Note that this code did not get a thorough testing prior to 3.4.x
#NEWALT=/DNEW_ALT
#############################################################################

View File

@@ -4,7 +4,7 @@
# Symantec C compiler V7.2
# Written for Symantec SMAKE utility
#
# NOTE: This Makefile has not been tested for NetHack 3.4.0
# NOTE: This Makefile has not been tested for NetHack 3.4.1
#
# For questions or comments : nethack-bugs@linc.cis.upenn.edu
#

View File

@@ -1,4 +1,4 @@
MSDOS specific help file for NetHack 3.4.0
MSDOS specific help file for NetHack 3.4.1
(Last Revision: December 4, 1999)
Copyright (c) NetHack PC Development Team 1993-1999.

View File

@@ -1,4 +1,4 @@
NetHack 3.4.0 Linux Elf
NetHack 3.4.1 Linux Elf
This README provides the instructions for using the official Linux binary,
system platform requirements, as well as steps used to create that binary.
@@ -19,7 +19,7 @@ NetHack files in /usr/games/nethack and /usr/games/lib/nethackdir.
(If you have old record and logfile entries from a previous NetHack
version, you might want to save copies before they get overwritten by the
new empty files; old saved games and bones files won't work with 3.4.0).
new empty files; old saved games and bones files from 3.4.0 will work with 3.4.1).
In addition to data files for running the game, you will find other useful
things in /usr/games/lib/nethackdir (such as a copy of this README :-).

View File

@@ -1,4 +1,4 @@
Instructions for Installing NetHack 3.4.0
Instructions for Installing NetHack 3.4.1
on a VMS system
=========================================
@@ -137,7 +137,7 @@
Notes:
1. Save files and bones files from earlier versions will not work with
3.4.0. The scoreboard file (RECORD) from 3.3.x will work; one from
3.4.1. The scoreboard file (RECORD) from 3.3.x will work; one from
version 3.2.x is slightly different format but should be compatible.
2. To specify user-preference options in your environment, define the

View File

@@ -1,5 +1,5 @@
$ ! vms/vmsbuild.com -- compile and link NetHack 3.4.* [pr]
$ version_number = "3.4.0"
$ version_number = "3.4.1"
$ !
$ ! usage:
$ ! $ set default [.src] !or [-.-.src] if starting from [.sys.vms]

View File

@@ -15,8 +15,8 @@ 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.0 sources. Just as
the release of NetHack 3.4.0 was being prepared, Dion Nicolaas submitted
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.
@@ -237,7 +237,7 @@ Running NetHack
If you will be running it by launching it from a shortcut, just
use the following information when setting up the shortcut.
Description : NetHack 3.4.0
Description : NetHack 3.4.1
Command Line : C:\NETHACK\BINARY\NETHACK.EXE
(changing the directory to the appropriate one of course)
@@ -472,7 +472,7 @@ Running NetHack
or from a shortcut, just use the following information when
setting up the icon or shortcut.
Description : NetHack 3.4.0
Description : NetHack 3.4.1
Command Line : C:\NETHACK\BINARY\NETHACKW.EXE
(changing the directory in the Command Line to the appropriate one of course)

View File

@@ -379,7 +379,7 @@ RECOVOBJS = $(O)recover.o
TILEFILES = $(WSHR)\monsters.txt $(WSHR)\objects.txt $(WSHR)\other.txt
#
# These are not invoked during a normal game build in 3.4.0
# These are not invoked during a normal game build in 3.4.1
#
TEXT_IO = $(O)tiletext.o $(O)tiletxt.o $(O)drawing.o \
$(O)decl.o $(O)monst.o $(O)objects.o

View File

@@ -27,7 +27,7 @@
# Dion Nicolaas
#==============================================================================
# Graphical interface
# Don't uncomment this line for 3.4.0
# Don't uncomment this line for 3.4.1
# Set to Y for a graphical version
# Set to anything else (or undefine) for a tty version
@@ -339,7 +339,7 @@ RECOVOBJS = $(O)recover.o
TILEFILES = $(WSHR)/monsters.txt $(WSHR)/objects.txt $(WSHR)/other.txt
#
# These are not invoked during a normal game build in 3.4.0
# These are not invoked during a normal game build in 3.4.1
#
TEXT_IO = $(O)tiletext.o $(O)tiletxt.o $(O)drawing.o \
$(O)decl.o $(O)monst.o $(O)objects.o

View File

@@ -324,7 +324,7 @@ RECOVOBJS = $(O)recover.o
TILEFILES = $(WSHR)\monsters.txt $(WSHR)\objects.txt $(WSHR)\other.txt
#
# These are not invoked during a normal game build in 3.4.0
# These are not invoked during a normal game build in 3.4.1
#
TEXT_IO = $(O)tiletext.o $(O)tiletxt.o $(O)drawing.o \
$(O)decl.o $(O)monst.o $(O)objects.o

View File

@@ -1,5 +1,5 @@
NAME NETHACK
DESCRIPTION 'NetHack 3.4.0 for Windows NT'
DESCRIPTION 'NetHack 3.4.1 for Windows NT'
EXETYPE WINDOWS
STUB 'WINSTUB.EXE'
CODE PRELOAD MOVEABLE DISCARDABLE

View File

@@ -1,4 +1,4 @@
Microsoft Windows specific help file for NetHack 3.4.0
Microsoft Windows specific help file for NetHack 3.4.1
Copyright (c) NetHack PC Development Team 1993-2002.
NetHack may be freely distributed. See license for details.
(Last Revision: March 16, 2002)
@@ -242,7 +242,7 @@ Map - Provides for selection of map mode. Equivalent to using
the map_mode option.
Window Settings - Changes your logged-on user's settings for NetHack.
In 3.4.0, only one setting is available: NetHack mode, which can be
In 3.4.1, only one setting is available: NetHack mode, which can be
checked or unchecked. NetHack mode allows you to use the ALT key for
game key commands [see list above]. You can use F10 to access the
menu bar while in NetHack mode. You can also clear your logged-on