updates for 3.6 March 2020
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Copyright (c) NetHack Development Team 1990-2020
|
||||
Copyright (c) NetHack Development Team 1990-2019
|
||||
NetHack may be freely redistributed. See license for details.
|
||||
==============================================================
|
||||
Instructions for compiling and installing
|
||||
@@ -16,7 +16,7 @@ contributed the port.
|
||||
|
||||
Alex Kompel, Dion Nicolaas, Yitzhak Sapir, Derek S. Ray, Michael Allison,
|
||||
Pasi Kallinen, Bart House, and Janet Walz contributed to the maintainance
|
||||
of the tty and graphical windows versions of NetHack 3.6.5.
|
||||
of the tty and graphical windows versions of NetHack 3.6.6.
|
||||
|
||||
You can build a TTY version of NetHack and a Windows Graphical
|
||||
version. You can use one of the following build environments:
|
||||
@@ -151,7 +151,7 @@ a 32-bit x86 version, or a 64-bit x64 version. The default Makefile
|
||||
is set up for a 32-bit x86 version, but that's only because it will
|
||||
run on the most number of existing Windows environments.
|
||||
|
||||
NetHack's save files and bones files in the 3.6.5 release have not yet
|
||||
NetHack's save files and bones files in the 3.6.6 release have not yet
|
||||
evolved enough to allow them to interchange between the 32-bit version
|
||||
and the 64-bit version (or between different platforms). Hopefully
|
||||
that will change in an upcoming release.
|
||||
|
||||
@@ -139,7 +139,7 @@ SKIP_NETHACKW=Y
|
||||
#==============================================================================
|
||||
|
||||
# The version of the game this Makefile was designed for
|
||||
NETHACK_VERSION="3.6.5"
|
||||
NETHACK_VERSION="3.6.6"
|
||||
|
||||
# A brief version for use in macros
|
||||
NHV1=$(subst .,,$(NETHACK_VERSION))
|
||||
|
||||
@@ -93,7 +93,7 @@ DEBUGINFO = Y
|
||||
#==============================================================================
|
||||
#
|
||||
# The version of the game this Makefile was designed for
|
||||
NETHACK_VERSION="3.6.5"
|
||||
NETHACK_VERSION="3.6.6"
|
||||
|
||||
# A brief version for use in macros
|
||||
NHV=$(NETHACK_VERSION:.=)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
NAME NETHACK
|
||||
DESCRIPTION 'NetHack 3.6.5 for Windows'
|
||||
DESCRIPTION 'NetHack 3.6.6 for Windows'
|
||||
EXETYPE WINDOWS
|
||||
STUB 'WINSTUB.EXE'
|
||||
CODE PRELOAD MOVEABLE DISCARDABLE
|
||||
|
||||
@@ -24,7 +24,7 @@ WIZARDS=*
|
||||
# Only available if NetHack was compiled with DUMPLOG
|
||||
# Allows following placeholders:
|
||||
# %% literal '%'
|
||||
# %v version (eg. "3.6.5-0")
|
||||
# %v version (eg. "3.6.6-0")
|
||||
# %u game UID
|
||||
# %t game start time, UNIX timestamp format
|
||||
# %T current time, UNIX timestamp format
|
||||
|
||||
Reference in New Issue
Block a user