housekeeping: mark trunk sources 3.5 (misc)

This commit is contained in:
nethack.allison
2005-01-02 17:21:18 +00:00
parent 66cdbb6f0d
commit e9b022d579
168 changed files with 221 additions and 221 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
This is a listing of all files in a full NetHack 3.4 distribution, organized This is a listing of all files in a full NetHack 3.5 distribution, organized
in their standard manner on a UNIX system. It indicates which files are in their standard manner on a UNIX system. It indicates which files are
necessary for which versions, so that you can tell which files may be deleted necessary for which versions, so that you can tell which files may be deleted
from or not transferred to your system if you wish. from or not transferred to your system if you wish.
+2 -2
View File
@@ -1,4 +1,4 @@
NetHack Porting Guidelines v 3.4 1999-11-29 NetHack Porting Guidelines v 3.5 1999-11-29
1.0 Introduction 1.0 Introduction
@@ -152,7 +152,7 @@ to. This file contains the mainline module, which reads options from the
command line (or wherever) and processes them. It also contains various command line (or wherever) and processes them. It also contains various
functions associated with game startup. functions associated with game startup.
3.4 tty.c 3.5 tty.c
You may need to create a new "tty.c" module. If you do, call it You may need to create a new "tty.c" module. If you do, call it
[OS]tty.c where the [OS] is replaced with the name of the OS you are porting [OS]tty.c where the [OS] is replaced with the name of the OS you are porting
+1 -1
View File
@@ -38,7 +38,7 @@ II.B. Basic Compilation
NetHack can be built with SAS/C version 6.5x. The commercial version NetHack can be built with SAS/C version 6.5x. The commercial version
of DICE might work, but NetHack version 3.2.2 or later haven't been of DICE might work, but NetHack version 3.2.2 or later haven't been
compiled with it. The "official" compiler for NetHack 3.4 is SAS/C 6.58 compiled with it. The "official" compiler for NetHack 3.5 is SAS/C 6.58
- we have dropped support for SAS/C 5.x. - we have dropped support for SAS/C 5.x.
The Manx/Aztec port has not been tested recently and is certainly The Manx/Aztec port has not been tested recently and is certainly
+3 -3
View File
@@ -24,9 +24,9 @@ I.A. Overview
light those mundane tasks which must be dealt with before beginning light those mundane tasks which must be dealt with before beginning
your journey; for those of you who are faced with the task of your journey; for those of you who are faced with the task of
installing the pre-fabricated version of our town, section III installing the pre-fabricated version of our town, section III
(Installing Amiga NetHack 3.4) will guide you through the task at (Installing Amiga NetHack 3.5) will guide you through the task at
hand. If you are ready to visit, the local visitors guide is in hand. If you are ready to visit, the local visitors guide is in
section II (Using Amiga NetHack 3.4); please also see the general section II (Using Amiga NetHack 3.5); please also see the general
guide packaged separately (the file "GuideBook"). guide packaged separately (the file "GuideBook").
To all our visitors, a hearty Welcome! - and please be careful. To all our visitors, a hearty Welcome! - and please be careful.
@@ -121,7 +121,7 @@ III.A. General Installation
current version and then update. current version and then update.
Will NetHack fit on your machine? Will NetHack fit on your machine?
NetHack 3.4 is large. NetHack 3.4 is very large. You will need: NetHack 3.5 is large. NetHack 3.4 is very large. You will need:
> Any standard series Amiga: 500, 600, 1000, 1200, 2000, 2500, 3000, 4000. > Any standard series Amiga: 500, 600, 1000, 1200, 2000, 2500, 3000, 4000.
> WorkBench 2.04 or later. > WorkBench 2.04 or later.
> At least 3 meg of RAM. NetHack will NOT run in 1 meg (probably even 2). > At least 3 meg of RAM. NetHack will NOT run in 1 meg (probably even 2).
+1 -1
View File
@@ -1,5 +1,5 @@
# NetHack Makefile. # NetHack Makefile.
# SCCS Id: @(#)Makefile.ami 3.4 2002/21/02 # SCCS Id: @(#)Makefile.ami 3.5 2002/21/02
# Copyright (c) Kenneth Lorber, Bethesda, Maryland, 1991,1992,1993,1996. # Copyright (c) Kenneth Lorber, Bethesda, Maryland, 1991,1992,1993,1996.
# NetHack may be freely redistributed. See license for details. # NetHack may be freely redistributed. See license for details.
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)amistack.c 3.4 2000/05/03 */ /* SCCS Id: @(#)amistack.c 3.5 2000/05/03 */
/* Copyright (c) Janne Salmijärvi, Tampere, Finland, 2000 */ /* Copyright (c) Janne Salmijärvi, Tampere, Finland, 2000 */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
+1 -1
View File
@@ -1,7 +1,7 @@
Instructions for compiling and installing NetHack 3.4 Instructions for compiling and installing NetHack 3.4
on a TOS system on a TOS system
===================================================== =====================================================
(or, How to make ST NetHack 3.4) (or, How to make ST NetHack 3.5)
Last revision: 2 February 2000 Last revision: 2 February 2000
1. Make sure all the NetHack files are in the appropriate directory structure. 1. Make sure all the NetHack files are in the appropriate directory structure.
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)bemain.c 3.4 1998/07/15 */ /* SCCS Id: @(#)bemain.c 3.5 1998/07/15 */
/* Copyright (c) Dean Luick, 1996. */ /* Copyright (c) Dean Luick, 1996. */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
+1 -1
View File
@@ -1,4 +1,4 @@
Building a PPC NetHack 3.4 with the Metrowerks compilers Building a PPC NetHack 3.5 with the Metrowerks compilers
You must be familiar with the Metrowerks compiler and know how to construct You must be familiar with the Metrowerks compiler and know how to construct
+1 -1
View File
@@ -1,4 +1,4 @@
# SCCS Id: @(#)NetHack Defaults 3.4 2002/03/15 # SCCS Id: @(#)NetHack Defaults 3.5 2002/03/15
# Copyright (c) 2002 by Dean Luick, Mark Modrall, and Kevin Hugo # Copyright (c) 2002 by Dean Luick, Mark Modrall, and Kevin Hugo
# NetHack may be freely redistributed. See license for details. # NetHack may be freely redistributed. See license for details.
# #
+1 -1
View File
@@ -1,4 +1,4 @@
Welcome to NetHack 3.4 for MacOS 7.0 - 9.x Welcome to NetHack 3.5 for MacOS 7.0 - 9.x
Unfortunately, the 68k version is no longer supported. Unfortunately, the 68k version is no longer supported.
+4 -4
View File
@@ -7,22 +7,22 @@
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>org.nethack.carbon</string> <string>org.nethack.carbon</string>
<key>CFBundleLongVersionString</key> <key>CFBundleLongVersionString</key>
<string>3.4.3 © 1985-2004 devteam@nethack.org</string> <string>3.5.0 © 1985-2005 devteam@nethack.org</string>
<key>CFBundleName</key> <key>CFBundleName</key>
<string>NetHack</string> <string>NetHack</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>3.4.3</string> <string>3.5.0</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>NHak</string> <string>NHak</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>3.4.3</string> <string>3.5.0</string>
<key>LSPrefersCarbon</key> <key>LSPrefersCarbon</key>
<true/> <true/>
<key>NSAppleScriptEnabled</key> <key>NSAppleScriptEnabled</key>
<false/> <false/>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>© 1985-2004 devteam@nethack.org</string> <string>© 1985-2005 devteam@nethack.org</string>
</dict> </dict>
</plist> </plist>
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)macmenu.c 3.4 1999/11/24 */ /* SCCS Id: @(#)macmenu.c 3.5 1999/11/24 */
/* Copyright (c) Macintosh NetHack Port Team, 1993. */ /* Copyright (c) Macintosh NetHack Port Team, 1993. */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)macwin.c 3.4 1996/01/15 */ /* SCCS Id: @(#)macwin.c 3.5 1996/01/15 */
/* Copyright (c) Jon W{tte, Hao-Yang Wang, Jonathan Handler 1992. */ /* Copyright (c) Jon W{tte, Hao-Yang Wang, Jonathan Handler 1992. */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)mrecover.c 3.4 1996/07/24 */ /* SCCS Id: @(#)mrecover.c 3.5 1996/07/24 */
/* Copyright (c) David Hairston, 1993. */ /* Copyright (c) David Hairston, 1993. */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
+5 -5
View File
@@ -4,12 +4,12 @@
NetHack may be freely redistributed. See license for details. NetHack may be freely redistributed. See license for details.
============================================================== ==============================================================
Instructions for compiling and installing Instructions for compiling and installing
NetHack 3.4 on a DOS system NetHack 3.5 on a DOS system
====================================================== ======================================================
(or, How to make PC NetHack 3.4) (or, How to make PC NetHack 3.5)
Last revision: $Date$ Last revision: $Date$
Credit for a runnable full PC NetHack 3.4 goes to the PC Development team Credit for a runnable full PC NetHack 3.5 goes to the PC Development team
of Paul Winner, Kevin Smolkowski, Michael Allison, Yitzhak Sapir, Bill Dyer, of Paul Winner, Kevin Smolkowski, Michael Allison, Yitzhak Sapir, Bill Dyer,
Timo Hakulinen, Yamamoto Keizo, Mike Threepoint, Mike Stephenson, Timo Hakulinen, Yamamoto Keizo, Mike Threepoint, Mike Stephenson,
Stephen White, Ken Washikita and Janet Walz. The present port is based Stephen White, Ken Washikita and Janet Walz. The present port is based
@@ -49,7 +49,7 @@ I. Dispelling the Myths:
The unsupported sys/msdos/Makefile.MSC was for the old 16 bit The unsupported sys/msdos/Makefile.MSC was for the old 16 bit
Microsoft Visual C 1.52c compiler and has not been made compliant Microsoft Visual C 1.52c compiler and has not been made compliant
with 3.4.x. with 3.5.x.
You may find it useful to obtain copies of lex (flex) and yacc (bison You may find it useful to obtain copies of lex (flex) and yacc (bison
or byacc). While not strictly necessary to compile nethack, they are or byacc). While not strictly necessary to compile nethack, they are
@@ -245,7 +245,7 @@ Appendix B - DJGPP Compiler (gcc ported to msdos)
Appendix C - Additional Notes Appendix C - Additional Notes
1) Save files and bones files from versions of NetHack prior to 3.4.0 will not 1) Save files and bones files from versions of NetHack prior to 3.5.0 will not
work with this NetHack. Don't bother trying to keep them. work with this NetHack. Don't bother trying to keep them.
2) To install an update of NetHack after changing something, type 'make' 2) To install an update of NetHack after changing something, type 'make'
+2 -2
View File
@@ -1,9 +1,9 @@
# SCCS Id: @(#)Makefile.BC 3.4 2002/03/17 # SCCS Id: @(#)Makefile.BC 3.5 2002/03/17
# Copyright (c) Yitzhak Sapir, 1999-2002. # Copyright (c) Yitzhak Sapir, 1999-2002.
# NetHack may be freely distributed. See license for details. # NetHack may be freely distributed. See license for details.
# #
# PC NetHack 3.4 Makefile for Borland C++ 3.1 and 4.5. # PC NetHack 3.5 Makefile for Borland C++ 3.1 and 4.5.
# #
# Nota Bene: Before you get to here you should have already read # Nota Bene: Before you get to here you should have already read
# the Install.dos file located in the sys/msdos directory. # the Install.dos file located in the sys/msdos directory.
+2 -2
View File
@@ -1,6 +1,6 @@
# SCCS Id: @(#)Makefile.GCC 3.4 $Date$ # SCCS Id: @(#)Makefile.GCC 3.5 $Date$
# Copyright (c) NetHack PC Development Team 1996-2003. # Copyright (c) NetHack PC Development Team 1996-2003.
# PC NetHack 3.4 Makefile for djgpp V2 # PC NetHack 3.5 Makefile for djgpp V2
# #
# Gnu gcc compiler for msdos (djgpp) # Gnu gcc compiler for msdos (djgpp)
# Requires Gnu Make utility (V3.79.1 or greater) supplied with djgpp # Requires Gnu Make utility (V3.79.1 or greater) supplied with djgpp
+1 -1
View File
@@ -1,4 +1,4 @@
# SCCS Id: @(#)Makefile.MSC 3.4 2002/09/10 # SCCS Id: @(#)Makefile.MSC 3.5 2002/09/10
# Copyright (c) NetHack PC Development Team 1997 - 2002. # Copyright (c) NetHack PC Development Team 1997 - 2002.
# PC NetHack 3.3x Makefile for MSC V1.52c (16 bit compiler) # PC NetHack 3.3x Makefile for MSC V1.52c (16 bit compiler)
# #
+1 -1
View File
@@ -1,4 +1,4 @@
# SCSS Id: @(#)NHAccess.nh 3.4 1999/11/28 # SCSS Id: @(#)NHAccess.nh 3.5 1999/11/28
# Copyright (c) NetHack PC Development Team 1993, 1996, 1999 # Copyright (c) NetHack PC Development Team 1993, 1996, 1999
# NetHack may be freely redistributed. See license for details. # NetHack may be freely redistributed. See license for details.
# #
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)msdos.c 3.4 2000/07/30 */ /* SCCS Id: @(#)msdos.c 3.5 2000/07/30 */
/* Copyright (c) NetHack PC Development Team 1990, 1991, 1992, 1993, 1994 */ /* Copyright (c) NetHack PC Development Team 1990, 1991, 1992, 1993, 1994 */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)ovlinit.c 3.4 1994/03/20 */ /* SCCS Id: @(#)ovlinit.c 3.5 1994/03/20 */
/* Copyright (c) NetHack PC Development Team 1995 */ /* Copyright (c) NetHack PC Development Team 1995 */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)pckeys.c 3.4 1996/05/11 */ /* SCCS Id: @(#)pckeys.c 3.5 1996/05/11 */
/* Copyright (c) NetHack PC Development Team 1996 */ /* Copyright (c) NetHack PC Development Team 1996 */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)pctiles.c 3.4 1995/07/31 */ /* SCCS Id: @(#)pctiles.c 3.5 1995/07/31 */
/* Copyright (c) NetHack PC Development Team 1993, 1994 */ /* Copyright (c) NetHack PC Development Team 1993, 1994 */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
/* */ /* */
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)pctiles.h 3.4 1994/04/04 */ /* SCCS Id: @(#)pctiles.h 3.5 1994/04/04 */
/* Copyright (c) NetHack PC Development Team 1993, 1994 */ /* Copyright (c) NetHack PC Development Team 1993, 1994 */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
/* */ /* */
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)pcvideo.h 3.4 1994/06/07 */ /* SCCS Id: @(#)pcvideo.h 3.5 1994/06/07 */
/* Copyright (c) NetHack PC Development Team 1993, 1994 */ /* Copyright (c) NetHack PC Development Team 1993, 1994 */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
/* */ /* */
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)portio.h 3.4 1995/08/05 */ /* SCCS Id: @(#)portio.h 3.5 1995/08/05 */
/* Copyright (c) NetHack PC Development Team 1995 */ /* Copyright (c) NetHack PC Development Team 1995 */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
/* */ /* */
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)schema1.BC 3.4 1999/10/28 */ /* SCCS Id: @(#)schema1.BC 3.5 1999/10/28 */
/* Copyright (c) Yitzhak Sapir, 1999 */ /* Copyright (c) Yitzhak Sapir, 1999 */
/* */ /* */
/* NetHack Overlay Schema */ /* NetHack Overlay Schema */
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)schema2.BC 3.4 1999/10/28 */ /* SCCS Id: @(#)schema2.BC 3.5 1999/10/28 */
/* Copyright (c) Yitzhak Sapir, 1999 */ /* Copyright (c) Yitzhak Sapir, 1999 */
/* */ /* */
/* NetHack Overlay Schema */ /* NetHack Overlay Schema */
+1 -1
View File
@@ -1,4 +1,4 @@
; SCCS Id: @(#)schema3.MSC 3.4 2003/08/03 ; SCCS Id: @(#)schema3.MSC 3.5 2003/08/03
; Copyright (c) NetHack PC Development Team, 2000 ; Copyright (c) NetHack PC Development Team, 2000
; ;
; NetHack Overlay Schema ; NetHack Overlay Schema
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)sound.c 3.4 1996/02/19 */ /* SCCS Id: @(#)sound.c 3.5 1996/02/19 */
/* Copyright (c) NetHack PC Development Team 1993,1995 */ /* Copyright (c) NetHack PC Development Team 1993,1995 */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
/* */ /* */
+2 -2
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)tile2bin.c 3.4 1995/01/26 */ /* SCCS Id: @(#)tile2bin.c 3.5 1995/01/26 */
/* Copyright (c) NetHack PC Development Team 1993, 1994, 1995 */ /* Copyright (c) NetHack PC Development Team 1993, 1994, 1995 */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
@@ -169,7 +169,7 @@ char *argv[];
# endif # endif
strncpy(tibheader.ident, strncpy(tibheader.ident,
"NetHack 3.4 MSDOS Port binary tile file", 80); "NetHack 3.5 MSDOS Port binary tile file", 80);
strncpy(tibheader.timestamp, asctime(newtime), 24); strncpy(tibheader.timestamp, asctime(newtime), 24);
tibheader.timestamp[25] = '\0'; tibheader.timestamp[25] = '\0';
tibheader.tilecount = tilecount; tibheader.tilecount = tilecount;
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)video.c 3.4 2001/04/07 */ /* SCCS Id: @(#)video.c 3.5 2001/04/07 */
/* Copyright (c) NetHack PC Development Team 1993, 1994, 2001 */ /* Copyright (c) NetHack PC Development Team 1993, 1994, 2001 */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
/* */ /* */
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)vidtxt.c 3.4 1994/04/04 */ /* SCCS Id: @(#)vidtxt.c 3.5 1994/04/04 */
/* Copyright (c) NetHack PC Development Team 1993 */ /* Copyright (c) NetHack PC Development Team 1993 */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
/* */ /* */
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)vidvga.c 3.4 1996/02/16 */ /* SCCS Id: @(#)vidvga.c 3.5 1996/02/16 */
/* Copyright (c) NetHack PC Development Team 1995 */ /* Copyright (c) NetHack PC Development Team 1995 */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
/* /*
+1 -1
View File
@@ -51,7 +51,7 @@
Note that code compiled for OS/2 versions 1.0-1.3 runs unmodified in OS/2 Note that code compiled for OS/2 versions 1.0-1.3 runs unmodified in OS/2
versions 2.0 and up. In principle it should be possible to cross compile versions 2.0 and up. In principle it should be possible to cross compile
NetHack 3.4 for OS/2 in DOS using NDMAKE and MSC, but this is not NetHack 3.5 for OS/2 in DOS using NDMAKE and MSC, but this is not
recommended (see note 3). recommended (see note 3).
If you're using some other compiler than one listed above, you will have If you're using some other compiler than one listed above, you will have
+4 -4
View File
@@ -1,5 +1,5 @@
# SCCS Id: @(#)Makefile.os2 3.4.1 1996/10/29 # SCCS Id: @(#)Makefile.os2 3.5 1996/10/29
# OS/2 NetHack 3.4.1 Makefile for OS/2 versions 1.x and 2.x # OS/2 NetHack 3.5 Makefile for OS/2 versions 1.x and 2.x
# Copyright (C) 1990, 1991, 1992, 1993, 1996 Timo Hakulinen # Copyright (C) 1990, 1991, 1992, 1993, 1996 Timo Hakulinen
# #
# Several compilers exist for OS/2 but, currently only GCC emx is tested # Several compilers exist for OS/2 but, currently only GCC emx is tested
@@ -175,7 +175,7 @@ WINSHARE= $(NHSRC)\win\share # Shared system files
OBJ = \tmp\obj # Object files OBJ = \tmp\obj # Object files
TEMP = \tmp\bin # Temporary files during make process TEMP = \tmp\bin # Temporary files during make process
GAMEDIR = \games\nh341x11 # Game directory GAMEDIR = \games\nh350x11 # Game directory
PLIBP = c:\emx\lib # Protected mode C libraries PLIBP = c:\emx\lib # Protected mode C libraries
RLIBP = c:\emx\lib # Possible real mode C libraries RLIBP = c:\emx\lib # Possible real mode C libraries
@@ -184,7 +184,7 @@ RLIBP = c:\emx\lib # Possible real mode C libraries
# #
GAME = nethack GAME = nethack
GAMEDES = "NetHack 3.4.1" GAMEDES = "NetHack 3.5.0"
# #
# The uppermost two lines for MSC, the middle two for GCC, and # The uppermost two lines for MSC, the middle two for GCC, and
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)os2.c 3.4 1996/02/29 */ /* SCCS Id: @(#)os2.c 3.5 1996/02/29 */
/* Copyright (c) Timo Hakulinen, 1990, 1991, 1992, 1993, 1996. */ /* Copyright (c) Timo Hakulinen, 1990, 1991, 1992, 1993, 1996. */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
+1 -1
View File
@@ -1,4 +1,4 @@
# SCCS Id: @(#)Makefile.lib 3.4 1990/22/02 # SCCS Id: @(#)Makefile.lib 3.5 1990/22/02
# Nethack makefile for Fred fish termlib -- Norman Meluch # Nethack makefile for Fred fish termlib -- Norman Meluch
# #
CC = cl /c CC = cl /c
+1 -1
View File
@@ -406,7 +406,7 @@ static char *yy_last_accepting_cpos;
#define YY_MORE_ADJ 0 #define YY_MORE_ADJ 0
char *yytext; char *yytext;
#define INITIAL 0 #define INITIAL 0
/* SCCS Id: @(#)dgn_lex.c 3.4 2002/03/27 */ /* SCCS Id: @(#)dgn_lex.c 3.5 2002/03/27 */
/* Copyright (c) 1989 by Jean-Christophe Collet */ /* Copyright (c) 1989 by Jean-Christophe Collet */
/* Copyright (c) 1990 by M. Stephenson */ /* Copyright (c) 1990 by M. Stephenson */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
+1 -1
View File
@@ -8,7 +8,7 @@ static char yysccsid[] = "@(#)yaccpar 1.9 (Berkeley) 02/21/93";
#define yyerrok (yyerrflag=0) #define yyerrok (yyerrflag=0)
#define YYRECOVERING (yyerrflag!=0) #define YYRECOVERING (yyerrflag!=0)
#define YYPREFIX "yy" #define YYPREFIX "yy"
/* SCCS Id: @(#)dgn_comp.c 3.4 1996/06/22 */ /* SCCS Id: @(#)dgn_comp.c 3.5 1996/06/22 */
/* Copyright (c) 1989 by Jean-Christophe Collet */ /* Copyright (c) 1989 by Jean-Christophe Collet */
/* Copyright (c) 1990 by M. Stephenson */ /* Copyright (c) 1990 by M. Stephenson */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)ioctl.c 3.4 1990/22/02 */ /* SCCS Id: @(#)ioctl.c 3.5 1990/22/02 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
+1 -1
View File
@@ -687,7 +687,7 @@ static char *yy_last_accepting_cpos;
#define YY_MORE_ADJ 0 #define YY_MORE_ADJ 0
char *yytext; char *yytext;
#define INITIAL 0 #define INITIAL 0
/* SCCS Id: @(#)lev_lex.c 3.4 2002/03/27 */ /* SCCS Id: @(#)lev_lex.c 3.5 2002/03/27 */
/* Copyright (c) 1989 by Jean-Christophe Collet */ /* Copyright (c) 1989 by Jean-Christophe Collet */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
+1 -1
View File
@@ -8,7 +8,7 @@ static char yysccsid[] = "@(#)yaccpar 1.9 (Berkeley) 02/21/93";
#define yyerrok (yyerrflag=0) #define yyerrok (yyerrflag=0)
#define YYRECOVERING (yyerrflag!=0) #define YYRECOVERING (yyerrflag!=0)
#define YYPREFIX "yy" #define YYPREFIX "yy"
/* SCCS Id: @(#)lev_yacc.c 3.4 2000/01/17 */ /* SCCS Id: @(#)lev_yacc.c 3.5 2000/01/17 */
/* Copyright (c) 1989 by Jean-Christophe Collet */ /* Copyright (c) 1989 by Jean-Christophe Collet */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)nhlan.c 3.4 1999/11/21 */ /* SCCS Id: @(#)nhlan.c 3.5 1999/11/21 */
/* Copyright (c) Michael Allison, 1997 */ /* Copyright (c) Michael Allison, 1997 */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)pcmain.c 3.4 2002/08/22 */ /* SCCS Id: @(#)pcmain.c 3.5 2002/08/22 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)pcsys.c 3.4 2002/01/22 */ /* SCCS Id: @(#)pcsys.c 3.5 2002/01/22 */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
/* /*
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)pctty.c 3.4 1990/22/02 /* SCCS Id: @(#)pctty.c 3.5 1990/22/02
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)pcunix.c 3.4 1994/11/07 */ /* SCCS Id: @(#)pcunix.c 3.5 1994/11/07 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)tclib.c 3.4 1996/02/25 */ /* SCCS Id: @(#)tclib.c 3.5 1996/02/25 */
/* Copyright (c) Robert Patrick Rankin, 1995 */ /* Copyright (c) Robert Patrick Rankin, 1995 */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)unixtty.c 3.4 1990/22/02 */ /* SCCS Id: @(#)unixtty.c 3.5 1990/22/02 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
+1 -1
View File
@@ -85,7 +85,7 @@
Notes: Notes:
1. Save files and bones files from previous versions will not work with 1. Save files and bones files from previous versions will not work with
NetHack 3.4. Don't bother trying to keep them. NetHack 3.5. Don't bother trying to keep them.
2. To install an update of this version of NetHack after changing something, 2. To install an update of this version of NetHack after changing something,
type 'make update' from the main directory. If you created the new type 'make update' from the main directory. If you created the new
+1 -1
View File
@@ -1,5 +1,5 @@
# NetHack Makefile. # NetHack Makefile.
# SCCS Id: @(#)Makefile.dat 3.4 1992/09/18 # SCCS Id: @(#)Makefile.dat 3.5 1992/09/18
# for Atari # for Atari
# SHELL=E:/GEMINI2/MUPFEL.TTP # SHELL=E:/GEMINI2/MUPFEL.TTP
+1 -1
View File
@@ -1,5 +1,5 @@
# NetHack Makefile. # NetHack Makefile.
# SCCS Id: @(#)Makefile.doc 3.4 1996/03/23 # SCCS Id: @(#)Makefile.doc 3.5 1996/03/23
# for Atari # for Atari
# SHELL=E:/GEMINI2/MUPFEL.TTP # SHELL=E:/GEMINI2/MUPFEL.TTP
+1 -1
View File
@@ -1,5 +1,5 @@
# NetHack Makefile. # NetHack Makefile.
# SCCS Id: @(#)Makefile.src 3.4 2002/03/02 # SCCS Id: @(#)Makefile.src 3.5 2002/03/02
# newer makes predefine $(MAKE) to 'make' and do smarter processing of # newer makes predefine $(MAKE) to 'make' and do smarter processing of
# recursive make calls if $(MAKE) is used # recursive make calls if $(MAKE) is used
+1 -1
View File
@@ -1,5 +1,5 @@
# NetHack Makefile. # NetHack Makefile.
# SCCS Id: @(#)Makefile.top 3.4 1995/01/05 # SCCS Id: @(#)Makefile.top 3.5 1995/01/05
# newer makes predefine $(MAKE) to 'make' and do smarter processing of # newer makes predefine $(MAKE) to 'make' and do smarter processing of
# recursive make calls if $(MAKE) is used # recursive make calls if $(MAKE) is used
+1 -1
View File
@@ -1,5 +1,5 @@
# Makefile for NetHack's utility programs. # Makefile for NetHack's utility programs.
# SCCS Id: @(#)Makefile.utl 3.4 1997/04/19 # SCCS Id: @(#)Makefile.utl 3.5 1997/04/19
# newer makes predefine $(MAKE) to 'make' and do smarter processing of # newer makes predefine $(MAKE) to 'make' and do smarter processing of
# recursive make calls if $(MAKE) is used # recursive make calls if $(MAKE) is used
+3 -3
View File
@@ -1,4 +1,4 @@
NetHack 3.4.3 Linux Elf NetHack 3.5.0 Linux Elf
This README provides the instructions for using the official Linux binary, This README provides the instructions for using the official Linux binary,
system platform requirements, as well as steps used to create that binary. system platform requirements, as well as steps used to create that binary.
@@ -20,11 +20,11 @@ preserving permissions to put the NetHack files in /usr/games/nethack and
home directory you might perform these steps. home directory you might perform these steps.
% su % su
# cd / # cd /
# tar xpvzf ~yourlogin/nethack-343-linux-X11.tgz # tar xpvzf ~yourlogin/nethack-350-linux-X11.tgz
If you have old record and logfile entries from a previous NetHack version, 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 you might want to save copies before they get overwritten by the new empty
files; old saved games and bones files from 3.4.x will work with 3.4.3. files; old saved games and bones files from 3.4.x will not work with 3.5.0.
If you are installing from the RPM, there is no need to save the old record If you are installing from the RPM, there is no need to save the old record
and logfile; they are automatically preserved. and logfile; they are automatically preserved.
+1 -1
View File
@@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
# SCCS Id: @(#)nethack.sh 3.4 1990/02/26 # SCCS Id: @(#)nethack.sh 3.5 1990/02/26
HACKDIR=/usr/games/lib/nethackdir HACKDIR=/usr/games/lib/nethackdir
export HACKDIR export HACKDIR
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)unixmain.c 3.4 1997/01/22 */ /* SCCS Id: @(#)unixmain.c 3.5 1997/01/22 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)unixres.c 3.4 2001/07/08 */ /* SCCS Id: @(#)unixres.c 3.5 2001/07/08 */
/* Copyright (c) Slash'EM development team, 2001. */ /* Copyright (c) Slash'EM development team, 2001. */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)unixunix.c 3.4 1994/11/07 */ /* SCCS Id: @(#)unixunix.c 3.5 1994/11/07 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
+5 -5
View File
@@ -1,4 +1,4 @@
Instructions for Installing NetHack 3.4.3 Instructions for Installing NetHack 3.5.0
on a VMS (aka OpenVMS) system on a VMS (aka OpenVMS) system
========================================= =========================================
@@ -136,10 +136,10 @@
Notes: Notes:
1. Save files and bones files from versions 3.4.0, 3.4.1 and 3.4.2 will 1. Save files and bones files from 3.4.x and earlier versions
work with 3.4.3; those from earlier versions will not. The scoreboard will not work with 3.5.0. The scoreboard file (RECORD) from
file (RECORD) from 3.4.x or 3.3.x will also work; one from version 3.4.x or 3.3.x will work; one from version 3.2.x is a slightly different
3.2.x is slightly different format but should be compatible. format but should be compatible.
2. To specify user-preference options in your environment, define the 2. To specify user-preference options in your environment, define the
logical name NETHACKOPTIONS to have the value of a quoted string logical name NETHACKOPTIONS to have the value of a quoted string
+1 -1
View File
@@ -1,5 +1,5 @@
# NetHack Makefile (VMS) - data files: special levels and other data. # NetHack Makefile (VMS) - data files: special levels and other data.
# SCCS Id: @(#)Makefile.dat 3.4 2002/03/02 # SCCS Id: @(#)Makefile.dat 3.5 2002/03/02
# Copy this file to [.dat]Makefile.; no editing needed. # Copy this file to [.dat]Makefile.; no editing needed.
+1 -1
View File
@@ -1,5 +1,5 @@
# NetHack Makefile (VMS) - for the [Unix] documentation. # NetHack Makefile (VMS) - for the [Unix] documentation.
# SCCS Id: @(#)Makefile.doc 3.4 1993/01/06 # SCCS Id: @(#)Makefile.doc 3.5 1993/01/06
# Copy this file to [.doc]Makefile. and edit it if needed. # Copy this file to [.doc]Makefile. and edit it if needed.
+2 -2
View File
@@ -1,5 +1,5 @@
# NetHack Makefile (VMS) - for building nethack itself. # NetHack Makefile (VMS) - for building nethack itself.
# SCCS Id: @(#)Makefile.src 3.4 2003/02/13 # SCCS Id: @(#)Makefile.src 3.5 2003/02/13
# Copy this file to [.src]Makefile. and then edit it as needed. # Copy this file to [.src]Makefile. and then edit it as needed.
# The default configuration is for building with DEC C (aka Compaq C). # The default configuration is for building with DEC C (aka Compaq C).
@@ -90,7 +90,7 @@ RANDOBJ = random.obj
# Other things that have to be reconfigured are in vmsconf.h, # Other things that have to be reconfigured are in vmsconf.h,
# and config.h # and config.h
VERSION = 3.4.3 VERSION = 3.5.0
MAKEDEFS = $(UTL)makedefs.exe; MAKEDEFS = $(UTL)makedefs.exe;
+1 -1
View File
@@ -1,5 +1,5 @@
# NetHack Makefile (VMS) - top level for making & installing everything. # NetHack Makefile (VMS) - top level for making & installing everything.
# SCCS Id: @(#)Makefile.top 3.4 2003/05/19 # SCCS Id: @(#)Makefile.top 3.5 2003/05/19
# Copy this file to <top>Makefile.; edit the appropriate values for # Copy this file to <top>Makefile.; edit the appropriate values for
# GAMEDIR ("playground" location) and GAMEOWNER (UIC or identifier # GAMEDIR ("playground" location) and GAMEOWNER (UIC or identifier
+1 -1
View File
@@ -1,5 +1,5 @@
# NetHack Makefile (VMS) - for utility programs. # NetHack Makefile (VMS) - for utility programs.
# SCCS Id: @(#)Makefile.utl 3.4 2002/03/02 # SCCS Id: @(#)Makefile.utl 3.5 2002/03/02
# Copy this file to [.util]Makefile. and then edit it as needed. # Copy this file to [.util]Makefile. and then edit it as needed.
# The default configuration is for building with DEC C (aka Compaq C). # The default configuration is for building with DEC C (aka Compaq C).
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)lev_lex.h 3.4 1999/08/08 */ /* SCCS Id: @(#)lev_lex.h 3.5 1999/08/08 */
/* "vms/lev_lex.h" copied into "util/stdio.h" for use in *_lex.c only! /* "vms/lev_lex.h" copied into "util/stdio.h" for use in *_lex.c only!
* This is an awful kludge to allow util/*_lex.c made by SunOS's `lex' * This is an awful kludge to allow util/*_lex.c made by SunOS's `lex'
* to be compiled as is. (It isn't needed with `flex' or VMS POSIX * to be compiled as is. (It isn't needed with `flex' or VMS POSIX
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)oldcrtl.c 3.4 1995/06/01 */ /* SCCS Id: @(#)oldcrtl.c 3.5 1995/06/01 */
/* Pat Rankin May'90 */ /* Pat Rankin May'90 */
/* VMS NetHack support, not needed for vms 4.6,4.7,5.x,or later */ /* VMS NetHack support, not needed for vms 4.6,4.7,5.x,or later */
+2 -2
View File
@@ -1,5 +1,5 @@
$ ! vms/vmsbuild.com -- compile and link NetHack 3.4.* [pr] $ ! vms/vmsbuild.com -- compile and link NetHack 3.5.* [pr]
$ version_number = "3.4.3" $ version_number = "3.5.0"
$ ! $ !
$ ! usage: $ ! usage:
$ ! $ set default [.src] !or [-.-.src] if starting from [.sys.vms] $ ! $ set default [.src] !or [-.-.src] if starting from [.sys.vms]
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)vmsfiles.c 3.4 1999/08/29 */ /* SCCS Id: @(#)vmsfiles.c 3.5 1999/08/29 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)vmsmail.c 3.4 1995/06/01 */ /* SCCS Id: @(#)vmsmail.c 3.5 1995/06/01 */
/* Copyright (c) Robert Patrick Rankin, 1991. */ /* Copyright (c) Robert Patrick Rankin, 1991. */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)vmsmain.c 3.4 2003/10/16 */ /* SCCS Id: @(#)vmsmain.c 3.5 2003/10/16 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
/* main.c - VMS NetHack */ /* main.c - VMS NetHack */
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)vmsmisc.c 3.4 1996/03/02 */ /* SCCS Id: @(#)vmsmisc.c 3.5 1996/03/02 */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
#include <ssdef.h> #include <ssdef.h>
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)vmstty.c 3.4 2003/09/18 */ /* SCCS Id: @(#)vmstty.c 3.5 2003/09/18 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
/* tty.c - (VMS) version */ /* tty.c - (VMS) version */
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)vmsunix.c 3.4 2001/07/27 */ /* SCCS Id: @(#)vmsunix.c 3.5 2001/07/27 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
+2 -2
View File
@@ -1,4 +1,4 @@
# SCCS Id: @(#)bootstrp.mak 3.4 2002/03/24 # SCCS Id: @(#)bootstrp.mak 3.5 2002/03/24
# Copyright (c) Michael Allison # Copyright (c) Michael Allison
# #
# NetHack Windows CE bootstrap file for MS Visual C++ V6.x and # NetHack Windows CE bootstrap file for MS Visual C++ V6.x and
@@ -162,7 +162,7 @@ DGNCOMPOBJS = $(O)dgn_yacc.o $(O)dgn_$(LEX).o $(O)dgn_main.o \
TILEFILES = $(WSHR)\monsters.txt $(WSHR)\objects.txt $(WSHR)\other.txt 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.5.0
# #
TEXT_IO = $(O)tiletext.o $(O)tiletxt.o $(O)drawing.o \ TEXT_IO = $(O)tiletext.o $(O)tiletxt.o $(O)drawing.o \
$(O)decl.o $(O)monst.o $(O)objects.o $(O)decl.o $(O)monst.o $(O)objects.o
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)cesound.c 3.4 $Date$ */ /* SCCS Id: @(#)cesound.c 3.5 $Date$ */
/* Copyright (c) NetHack PC Development Team 1993 */ /* Copyright (c) NetHack PC Development Team 1993 */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
/* */ /* */
+5 -5
View File
@@ -299,17 +299,17 @@ BEGIN
BEGIN BEGIN
BLOCK "040904b0" BLOCK "040904b0"
BEGIN BEGIN
VALUE "Comments", "NetHack 3.4.1 for Windows CE\0" VALUE "Comments", "NetHack 3.5.0 for Windows CE\0"
VALUE "CompanyName", " \0" VALUE "CompanyName", " \0"
VALUE "FileDescription", "nethackm\0" VALUE "FileDescription", "nethackm\0"
VALUE "FileVersion", "3, 4, 1, 0\0" VALUE "FileVersion", "3, 5, 0, 0\0"
VALUE "InternalName", "nethackm\0" VALUE "InternalName", "nethackm\0"
VALUE "LegalCopyright", "Copyright © 2003\0" VALUE "LegalCopyright", "Copyright © 2005\0"
VALUE "LegalTrademarks", "\0" VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "nethackm.exe\0" VALUE "OriginalFilename", "nethackm.exe\0"
VALUE "PrivateBuild", "030219\0" VALUE "PrivateBuild", "050102\0"
VALUE "ProductName", "NetHack\0" VALUE "ProductName", "NetHack\0"
VALUE "ProductVersion", "3, 4, 1, 0\0" VALUE "ProductVersion", "3, 5, 0, 0\0"
VALUE "SpecialBuild", "\0" VALUE "SpecialBuild", "\0"
END END
END END
+5 -5
View File
@@ -268,17 +268,17 @@ BEGIN
BEGIN BEGIN
BLOCK "040904b0" BLOCK "040904b0"
BEGIN BEGIN
VALUE "Comments", "NetHack 3.4.1 for Smartphone 2002\0" VALUE "Comments", "NetHack 3.5.0 for Smartphone 2002\0"
VALUE "CompanyName", " \0" VALUE "CompanyName", " \0"
VALUE "FileDescription", "nethackm\0" VALUE "FileDescription", "nethackm\0"
VALUE "FileVersion", "3, 4, 1, 0\0" VALUE "FileVersion", "3, 5, 0, 0\0"
VALUE "InternalName", "nethackm\0" VALUE "InternalName", "nethackm\0"
VALUE "LegalCopyright", "Copyright © 2003\0" VALUE "LegalCopyright", "Copyright © 2005\0"
VALUE "LegalTrademarks", "\0" VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "nethackm.exe\0" VALUE "OriginalFilename", "nethackm.exe\0"
VALUE "PrivateBuild", "030219\0" VALUE "PrivateBuild", "050102\0"
VALUE "ProductName", "NetHack For Smartphone\0" VALUE "ProductName", "NetHack For Smartphone\0"
VALUE "ProductVersion", "3, 4, 1, 0\0" VALUE "ProductVersion", "3, 5, 0, 0\0"
VALUE "SpecialBuild", "\0" VALUE "SpecialBuild", "\0"
END END
END END
+5 -5
View File
@@ -1,8 +1,8 @@
Copyright (c) NetHack Development Team 1990-2002 Copyright (c) NetHack Development Team 1990-2005
NetHack may be freely redistributed. See license for details. NetHack may be freely redistributed. See license for details.
============================================================== ==============================================================
Instructions for compiling and installing Instructions for compiling and installing
NetHack 3.4 on a Windows 9x, NT, 2000, or XP system NetHack 3.5 on a Windows 9x, NT, 2000, or XP system
============================================================== ==============================================================
Last revision: $Date$ Last revision: $Date$
@@ -15,7 +15,7 @@ contributed the port.
The PC Windows porting team consisting of Michael Allison, David Cohrs, The PC Windows porting team consisting of Michael Allison, David Cohrs,
Alex Kompel, Dion Nicolaas, Yitzhak Sapir, and Janet Walz maintained the Alex Kompel, Dion Nicolaas, Yitzhak Sapir, and Janet Walz maintained the
tty and graphical win32 versions of NetHack 3.4.1. tty and graphical win32 versions of NetHack 3.5.0.
You can build either the TTY version of NetHack or the Windows Graphical 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 version. In either case you can use one of the following build
@@ -426,10 +426,10 @@ II. Executing the game
If you will be running it by launching it from a shortcut, just use If you will be running it by launching it from a shortcut, just use
the following information when setting up the shortcut. the following information when setting up the shortcut.
Description : NetHack 3.4.1 Console version Description : NetHack 3.5.0 Console version
Command Line : C:\NETHACK\BINARY\NETHACK.EXE Command Line : C:\NETHACK\BINARY\NETHACK.EXE
Description : NetHack 3.4.1 Graphical Interface Description : NetHack 3.5.0 Graphical Interface
Command Line : C:\NETHACK\BINARY\NETHACKW.EXE Command Line : C:\NETHACK\BINARY\NETHACKW.EXE
(changing the directory to the appropriate one of course) (changing the directory to the appropriate one of course)
+5 -5
View File
@@ -1,13 +1,13 @@
# SCCS Id: @(#)Makefile.bcc 3.4 $Date$ # SCCS Id: @(#)Makefile.bcc 3.5 $Date$
# Copyright (c) NetHack PC Development Team 1993-2003 # Copyright (c) NetHack PC Development Team 1993-2005
# #
# #
# IMPORTANT NOTE: This Makefile has not been tested for 3.4.2. # IMPORTANT NOTE: This Makefile has not been tested for 3.5.x.
# #
# #
# NetHack 3.4.x Makefile for Borland C++ V5.5.1 and above and Borland's MAKE # NetHack 3.5.x Makefile for Borland C++ V5.5.1 and above and Borland's MAKE
# #
# Win32 Compilers Tested: # Win32 Compilers Tested for 3.4.x:
# - Borland C++ 5.5.1 for Win32 # - Borland C++ 5.5.1 for Win32
# #
# If you don't have this compiler, you can get it at: # If you don't have this compiler, you can get it at:
+2 -2
View File
@@ -1,7 +1,7 @@
# SCCS Id: @(#)Makefile.gcc 3.4 $Date$ # SCCS Id: @(#)Makefile.gcc 3.5 $Date$
# Copyright (c) NetHack PC Development Team 1993-2003 # Copyright (c) NetHack PC Development Team 1993-2003
# #
# NetHack 3.4.x Makefile for MinGW # NetHack 3.5.x Makefile for MinGW
# #
# Win32 Compilers Tested: # Win32 Compilers Tested:
# - MinGW 1.0 (gcc version 2.95.3-6) (Console NetHack only) # - MinGW 1.0 (gcc version 2.95.3-6) (Console NetHack only)
+2 -2
View File
@@ -1,7 +1,7 @@
# SCCS Id: @(#)Makefile.msc 3.4 $Date$ # SCCS Id: @(#)Makefile.msc 3.5 $Date$
# Copyright (c) NetHack PC Development Team 1993-2003 # Copyright (c) NetHack PC Development Team 1993-2003
# #
# NetHack 3.4.x Makefile for MS Visual C++ V6.x and above and MS NMAKE # NetHack 3.5.x Makefile for MS Visual C++ V6.x and above and MS NMAKE
# #
# Win32 Compilers Tested: # Win32 Compilers Tested:
# - Microsoft 32 bit Visual C++ V4.x # - Microsoft 32 bit Visual C++ V4.x
+7 -7
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)console.rc 3.4 $Date$ */ /* SCCS Id: @(#)console.rc 3.5 $Date$ */
/* Copyright (c) Yitzhak Sapir, 2002. */ /* Copyright (c) Yitzhak Sapir, 2002. */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
@@ -12,8 +12,8 @@
// //
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,4,2,0 FILEVERSION 3,5,0,0
PRODUCTVERSION 3,4,2,0 PRODUCTVERSION 3,5,0,0
FILEFLAGSMASK 0x1fL FILEFLAGSMASK 0x1fL
#ifdef _DEBUG #ifdef _DEBUG
FILEFLAGS 0x9L FILEFLAGS 0x9L
@@ -29,13 +29,13 @@ BEGIN
BLOCK "040904b0" BLOCK "040904b0"
BEGIN BEGIN
VALUE "FileDescription", "NetHack for Windows - TTY Interface\0" VALUE "FileDescription", "NetHack for Windows - TTY Interface\0"
VALUE "FileVersion", "3.4.2\0" VALUE "FileVersion", "3.5.0\0"
VALUE "InternalName", "NetHack\0" VALUE "InternalName", "NetHack\0"
VALUE "LegalCopyright", "Copyright (C) 1985 - 2003. By Stichting Mathematisch Centrum and M. Stephenson. See license for details.\0" VALUE "LegalCopyright", "Copyright (C) 1985 - 2005. By Stichting Mathematisch Centrum and M. Stephenson. See license for details.\0"
VALUE "OriginalFilename", "NetHack.exe\0" VALUE "OriginalFilename", "NetHack.exe\0"
VALUE "PrivateBuild", "030825\0" VALUE "PrivateBuild", "050102\0"
VALUE "ProductName", "NetHack\0" VALUE "ProductName", "NetHack\0"
VALUE "ProductVersion", "3.4.2\0" VALUE "ProductVersion", "3.5.0\0"
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)mapimail.c 3.4 $Date$ */ /* SCCS Id: @(#)mapimail.c 3.5 $Date$ */
/* Copyright (c) Michael Allison, 1997 */ /* Copyright (c) Michael Allison, 1997 */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
+1 -1
View File
@@ -1,5 +1,5 @@
NAME NETHACK NAME NETHACK
DESCRIPTION 'NetHack 3.4.1 for Windows NT' DESCRIPTION 'NetHack 3.5.0 for Windows NT'
EXETYPE WINDOWS EXETYPE WINDOWS
STUB 'WINSTUB.EXE' STUB 'WINSTUB.EXE'
CODE PRELOAD MOVEABLE DISCARDABLE CODE PRELOAD MOVEABLE DISCARDABLE
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)nh340key.c 3.4 $Date$ */ /* SCCS Id: @(#)nh340key.c 3.5 $Date$ */
/* Copyright (c) NetHack PC Development Team 2003 */ /* Copyright (c) NetHack PC Development Team 2003 */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)nhdefkey.c 3.4 $Date$ */ /* SCCS Id: @(#)nhdefkey.c 3.5 $Date$ */
/* Copyright (c) NetHack PC Development Team 2003 */ /* Copyright (c) NetHack PC Development Team 2003 */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)nhraykey.c 3.4 $Date$ */ /* SCCS Id: @(#)nhraykey.c 3.5 $Date$ */
/* Copyright (c) NetHack PC Development Team 2003 */ /* Copyright (c) NetHack PC Development Team 2003 */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
+1 -1
View File
@@ -1,4 +1,4 @@
@REM SCCS Id: @(#)nhsetup.bat 3.4 $Date$ @REM SCCS Id: @(#)nhsetup.bat 3.5 $Date$
@REM Copyright (c) NetHack PC Development Team 1993, 1996, 2002 @REM Copyright (c) NetHack PC Development Team 1993, 1996, 2002
@REM NetHack may be freely redistributed. See license for details. @REM NetHack may be freely redistributed. See license for details.
@REM Win32 setup batch file, see Install.nt for details @REM Win32 setup batch file, see Install.nt for details
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)ntsound.c 3.4 $Date$ */ /* SCCS Id: @(#)ntsound.c 3.5 $Date$ */
/* Copyright (c) NetHack PC Development Team 1993 */ /* Copyright (c) NetHack PC Development Team 1993 */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
/* */ /* */
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)nttty.c 3.4 $Date$ */ /* SCCS Id: @(#)nttty.c 3.5 $Date$ */
/* Copyright (c) NetHack PC Development Team 1993 */ /* Copyright (c) NetHack PC Development Team 1993 */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)win32api.h 3.4 $Date$ */ /* SCCS Id: @(#)win32api.h 3.5 $Date$ */
/* Copyright (c) NetHack PC Development Team 1996 */ /* Copyright (c) NetHack PC Development Team 1996 */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)winnt.c 3.4 $Date$ */ /* SCCS Id: @(#)winnt.c 3.5 $Date$ */
/* Copyright (c) NetHack PC Development Team 1993, 1994 */ /* Copyright (c) NetHack PC Development Team 1993, 1994 */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
+1 -1
View File
@@ -1,5 +1,5 @@
%{ %{
/* SCCS Id: @(#)dgn_lex.c 3.4 2002/03/27 */ /* SCCS Id: @(#)dgn_lex.c 3.5 2002/03/27 */
/* Copyright (c) 1989 by Jean-Christophe Collet */ /* Copyright (c) 1989 by Jean-Christophe Collet */
/* Copyright (c) 1990 by M. Stephenson */ /* Copyright (c) 1990 by M. Stephenson */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
+1 -1
View File
@@ -1,5 +1,5 @@
%{ %{
/* SCCS Id: @(#)dgn_comp.c 3.4 1996/06/22 */ /* SCCS Id: @(#)dgn_comp.c 3.5 1996/06/22 */
/* Copyright (c) 1989 by Jean-Christophe Collet */ /* Copyright (c) 1989 by Jean-Christophe Collet */
/* Copyright (c) 1990 by M. Stephenson */ /* Copyright (c) 1990 by M. Stephenson */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)dgn_main.c 3.4 1994/09/23 */ /* SCCS Id: @(#)dgn_main.c 3.5 1994/09/23 */
/* Copyright (c) 1989 by Jean-Christophe Collet */ /* Copyright (c) 1989 by Jean-Christophe Collet */
/* Copyright (c) 1990 by M. Stephenson */ /* Copyright (c) 1990 by M. Stephenson */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
+1 -1
View File
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)dlb_main.c 3.4 1998/08/16 */ /* SCCS Id: @(#)dlb_main.c 3.5 1998/08/16 */
/* Copyright (c) Kenneth Lorber, Bethesda, Maryland, 1993. */ /* Copyright (c) Kenneth Lorber, Bethesda, Maryland, 1993. */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */

Some files were not shown because too many files have changed in this diff Show More