-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
necessary for which versions, so that you can tell which files may be deleted
from or not transferred to your system if you wish.
- NetHack Porting Guidelines v 3.4 1999-11-29
+ NetHack Porting Guidelines v 3.5 1999-11-29
1.0 Introduction
command line (or wherever) and processes them. It also contains various
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
[OS]tty.c where the [OS] is replaced with the name of the OS you are porting
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
- 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.
The Manx/Aztec port has not been tested recently and is certainly
light those mundane tasks which must be dealt with before beginning
your journey; for those of you who are faced with the task of
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
- 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").
To all our visitors, a hearty Welcome! - and please be careful.
current version and then update.
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.
> WorkBench 2.04 or later.
> At least 3 meg of RAM. NetHack will NOT run in 1 meg (probably even 2).
# 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.
# NetHack may be freely redistributed. See license for details.
-/* 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 */
/* NetHack may be freely redistributed. See license for details. */
Instructions for compiling and installing NetHack 3.4
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
1. Make sure all the NetHack files are in the appropriate directory structure.
-/* SCCS Id: @(#)bemain.c 3.4 1998/07/15 */
+/* SCCS Id: @(#)bemain.c 3.5 1998/07/15 */
/* Copyright (c) Dean Luick, 1996. */
/* NetHack may be freely redistributed. See license for details. */
-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
-# 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
# NetHack may be freely redistributed. See license for details.
#
-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.
<key>CFBundleIdentifier</key>
<string>org.nethack.carbon</string>
<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>
<string>NetHack</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>3.4.3</string>
+ <string>3.5.0</string>
<key>CFBundleSignature</key>
<string>NHak</string>
<key>CFBundleVersion</key>
- <string>3.4.3</string>
+ <string>3.5.0</string>
<key>LSPrefersCarbon</key>
<true/>
<key>NSAppleScriptEnabled</key>
<false/>
<key>NSHumanReadableCopyright</key>
- <string>© 1985-2004 devteam@nethack.org</string>
+ <string>© 1985-2005 devteam@nethack.org</string>
</dict>
</plist>
-/* 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. */
/* NetHack may be freely redistributed. See license for details. */
-/* 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. */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)mrecover.c 3.4 1996/07/24 */
+/* SCCS Id: @(#)mrecover.c 3.5 1996/07/24 */
/* Copyright (c) David Hairston, 1993. */
/* NetHack may be freely redistributed. See license for details. */
NetHack may be freely redistributed. See license for details.
==============================================================
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$
-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,
Timo Hakulinen, Yamamoto Keizo, Mike Threepoint, Mike Stephenson,
Stephen White, Ken Washikita and Janet Walz. The present port is based
The unsupported sys/msdos/Makefile.MSC was for the old 16 bit
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
or byacc). While not strictly necessary to compile nethack, they are
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.
2) To install an update of NetHack after changing something, type 'make'
-# SCCS Id: @(#)Makefile.BC 3.4 2002/03/17
+# SCCS Id: @(#)Makefile.BC 3.5 2002/03/17
# Copyright (c) Yitzhak Sapir, 1999-2002.
# 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
# the Install.dos file located in the sys/msdos directory.
-# SCCS Id: @(#)Makefile.GCC 3.4 $Date$
+# SCCS Id: @(#)Makefile.GCC 3.5 $Date$
# 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)
# Requires Gnu Make utility (V3.79.1 or greater) supplied with djgpp
-# 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.
# PC NetHack 3.3x Makefile for MSC V1.52c (16 bit compiler)
#
-# 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
# NetHack may be freely redistributed. See license for details.
#
-/* 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 */
/* NetHack may be freely redistributed. See license for details. */
-/* 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 */
/* NetHack may be freely redistributed. See license for details. */
-/* 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 */
/* NetHack may be freely redistributed. See license for details. */
-/* 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 */
/* NetHack may be freely redistributed. See license for details. */
/* */
-/* 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 */
/* NetHack may be freely redistributed. See license for details. */
/* */
-/* 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 */
/* NetHack may be freely redistributed. See license for details. */
/* */
-/* 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 */
/* NetHack may be freely redistributed. See license for details. */
/* */
-/* SCCS Id: @(#)schema1.BC 3.4 1999/10/28 */
+/* SCCS Id: @(#)schema1.BC 3.5 1999/10/28 */
/* Copyright (c) Yitzhak Sapir, 1999 */
/* */
/* NetHack Overlay Schema */
-/* SCCS Id: @(#)schema2.BC 3.4 1999/10/28 */
+/* SCCS Id: @(#)schema2.BC 3.5 1999/10/28 */
/* Copyright (c) Yitzhak Sapir, 1999 */
/* */
/* NetHack Overlay Schema */
-; 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
;
; NetHack Overlay Schema
-/* 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 */
/* NetHack may be freely redistributed. See license for details. */
/* */
-/* 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 */
/* NetHack may be freely redistributed. See license for details. */
# endif
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);
tibheader.timestamp[25] = '\0';
tibheader.tilecount = tilecount;
-/* 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 */
/* NetHack may be freely redistributed. See license for details. */
/* */
-/* 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 */
/* NetHack may be freely redistributed. See license for details. */
/* */
-/* 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 */
/* NetHack may be freely redistributed. See license for details. */
/*
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
- 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).
If you're using some other compiler than one listed above, you will have
-# SCCS Id: @(#)Makefile.os2 3.4.1 1996/10/29
-# OS/2 NetHack 3.4.1 Makefile for OS/2 versions 1.x and 2.x
+# SCCS Id: @(#)Makefile.os2 3.5 1996/10/29
+# OS/2 NetHack 3.5 Makefile for OS/2 versions 1.x and 2.x
# Copyright (C) 1990, 1991, 1992, 1993, 1996 Timo Hakulinen
#
# Several compilers exist for OS/2 but, currently only GCC emx is tested
OBJ = \tmp\obj # Object files
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
RLIBP = c:\emx\lib # Possible real mode C libraries
#
GAME = nethack
-GAMEDES = "NetHack 3.4.1"
+GAMEDES = "NetHack 3.5.0"
#
# The uppermost two lines for MSC, the middle two for GCC, and
-/* 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. */
/* NetHack may be freely redistributed. See license for details. */
-# 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
#
CC = cl /c
#define YY_MORE_ADJ 0
char *yytext;
#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) 1990 by M. Stephenson */
/* NetHack may be freely redistributed. See license for details. */
#define yyerrok (yyerrflag=0)
#define YYRECOVERING (yyerrflag!=0)
#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) 1990 by M. Stephenson */
/* NetHack may be freely redistributed. See license for details. */
-/* 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. */
/* NetHack may be freely redistributed. See license for details. */
#define YY_MORE_ADJ 0
char *yytext;
#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 */
/* NetHack may be freely redistributed. See license for details. */
#define yyerrok (yyerrflag=0)
#define YYRECOVERING (yyerrflag!=0)
#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 */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)nhlan.c 3.4 1999/11/21 */
+/* SCCS Id: @(#)nhlan.c 3.5 1999/11/21 */
/* Copyright (c) Michael Allison, 1997 */
/* NetHack may be freely redistributed. See license for details. */
-/* 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. */
/* NetHack may be freely redistributed. See license for details. */
-/* 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. */
/*
-/* 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. */
/* NetHack may be freely redistributed. See license for details. */
-/* 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. */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)tclib.c 3.4 1996/02/25 */
+/* SCCS Id: @(#)tclib.c 3.5 1996/02/25 */
/* Copyright (c) Robert Patrick Rankin, 1995 */
/* NetHack may be freely redistributed. See license for details. */
-/* 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. */
/* NetHack may be freely redistributed. See license for details. */
Notes:
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,
type 'make update' from the main directory. If you created the new
# NetHack Makefile.
-# SCCS Id: @(#)Makefile.dat 3.4 1992/09/18
+# SCCS Id: @(#)Makefile.dat 3.5 1992/09/18
# for Atari
# SHELL=E:/GEMINI2/MUPFEL.TTP
# NetHack Makefile.
-# SCCS Id: @(#)Makefile.doc 3.4 1996/03/23
+# SCCS Id: @(#)Makefile.doc 3.5 1996/03/23
# for Atari
# SHELL=E:/GEMINI2/MUPFEL.TTP
# 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
# recursive make calls if $(MAKE) is used
# 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
# recursive make calls if $(MAKE) is used
# 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
# recursive make calls if $(MAKE) is used
-NetHack 3.4.3 Linux Elf
+NetHack 3.5.0 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.
home directory you might perform these steps.
% su
# 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,
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
and logfile; they are automatically preserved.
#!/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
export HACKDIR
-/* 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. */
/* NetHack may be freely redistributed. See license for details. */
-/* 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. */
/* NetHack may be freely redistributed. See license for details. */
-/* 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. */
/* NetHack may be freely redistributed. See license for details. */
- Instructions for Installing NetHack 3.4.3
+ Instructions for Installing NetHack 3.5.0
on a VMS (aka OpenVMS) system
=========================================
Notes:
-1. Save files and bones files from versions 3.4.0, 3.4.1 and 3.4.2 will
- work with 3.4.3; those from earlier versions will not. The scoreboard
- file (RECORD) from 3.4.x or 3.3.x will also work; one from version
- 3.2.x is slightly different format but should be compatible.
+1. Save files and bones files from 3.4.x and earlier versions
+ will not work with 3.5.0. The scoreboard file (RECORD) from
+ 3.4.x or 3.3.x will work; one from version 3.2.x is a slightly different
+ format but should be compatible.
2. To specify user-preference options in your environment, define the
logical name NETHACKOPTIONS to have the value of a quoted string
# 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.
# 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.
# 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.
# The default configuration is for building with DEC C (aka Compaq C).
# Other things that have to be reconfigured are in vmsconf.h,
# and config.h
-VERSION = 3.4.3
+VERSION = 3.5.0
MAKEDEFS = $(UTL)makedefs.exe;
# 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
# GAMEDIR ("playground" location) and GAMEOWNER (UIC or identifier
# 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.
# The default configuration is for building with DEC C (aka Compaq C).
-/* 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!
* 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
-/* SCCS Id: @(#)oldcrtl.c 3.4 1995/06/01 */
+/* SCCS Id: @(#)oldcrtl.c 3.5 1995/06/01 */
/* Pat Rankin May'90 */
/* VMS NetHack support, not needed for vms 4.6,4.7,5.x,or later */
-$ ! vms/vmsbuild.com -- compile and link NetHack 3.4.* [pr]
-$ version_number = "3.4.3"
+$ ! vms/vmsbuild.com -- compile and link NetHack 3.5.* [pr]
+$ version_number = "3.5.0"
$ !
$ ! usage:
$ ! $ set default [.src] !or [-.-.src] if starting from [.sys.vms]
-/* 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. */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)vmsmail.c 3.4 1995/06/01 */
+/* SCCS Id: @(#)vmsmail.c 3.5 1995/06/01 */
/* Copyright (c) Robert Patrick Rankin, 1991. */
/* NetHack may be freely redistributed. See license for details. */
-/* 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. */
/* NetHack may be freely redistributed. See license for details. */
/* main.c - VMS NetHack */
-/* 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. */
#include <ssdef.h>
-/* 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. */
/* NetHack may be freely redistributed. See license for details. */
/* tty.c - (VMS) version */
-/* 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. */
/* NetHack may be freely redistributed. See license for details. */
-# SCCS Id: @(#)bootstrp.mak 3.4 2002/03/24
+# SCCS Id: @(#)bootstrp.mak 3.5 2002/03/24
# Copyright (c) Michael Allison
#
# NetHack Windows CE bootstrap file for MS Visual C++ V6.x and
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 \
$(O)decl.o $(O)monst.o $(O)objects.o
-/* SCCS Id: @(#)cesound.c 3.4 $Date$ */
+/* SCCS Id: @(#)cesound.c 3.5 $Date$ */
/* Copyright (c) NetHack PC Development Team 1993 */
/* NetHack may be freely redistributed. See license for details. */
/* */
BEGIN
BLOCK "040904b0"
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 "FileDescription", "nethackm\0"
- VALUE "FileVersion", "3, 4, 1, 0\0"
+ VALUE "FileVersion", "3, 5, 0, 0\0"
VALUE "InternalName", "nethackm\0"
- VALUE "LegalCopyright", "Copyright © 2003\0"
+ VALUE "LegalCopyright", "Copyright © 2005\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "nethackm.exe\0"
- VALUE "PrivateBuild", "030219\0"
+ VALUE "PrivateBuild", "050102\0"
VALUE "ProductName", "NetHack\0"
- VALUE "ProductVersion", "3, 4, 1, 0\0"
+ VALUE "ProductVersion", "3, 5, 0, 0\0"
VALUE "SpecialBuild", "\0"
END
END
BEGIN
BLOCK "040904b0"
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 "FileDescription", "nethackm\0"
- VALUE "FileVersion", "3, 4, 1, 0\0"
+ VALUE "FileVersion", "3, 5, 0, 0\0"
VALUE "InternalName", "nethackm\0"
- VALUE "LegalCopyright", "Copyright © 2003\0"
+ VALUE "LegalCopyright", "Copyright © 2005\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "nethackm.exe\0"
- VALUE "PrivateBuild", "030219\0"
+ VALUE "PrivateBuild", "050102\0"
VALUE "ProductName", "NetHack For Smartphone\0"
- VALUE "ProductVersion", "3, 4, 1, 0\0"
+ VALUE "ProductVersion", "3, 5, 0, 0\0"
VALUE "SpecialBuild", "\0"
END
END
- Copyright (c) NetHack Development Team 1990-2002
+ Copyright (c) NetHack Development Team 1990-2005
NetHack may be freely redistributed. See license for details.
==============================================================
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$
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.
+tty and graphical win32 versions of NetHack 3.5.0.
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
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.1 Console version
+ Description : NetHack 3.5.0 Console version
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
(changing the directory to the appropriate one of course)
-# SCCS Id: @(#)Makefile.bcc 3.4 $Date$
-# Copyright (c) NetHack PC Development Team 1993-2003
+# SCCS Id: @(#)Makefile.bcc 3.5 $Date$
+# 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
#
# If you don't have this compiler, you can get it at:
-# SCCS Id: @(#)Makefile.gcc 3.4 $Date$
+# SCCS Id: @(#)Makefile.gcc 3.5 $Date$
# 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:
# - MinGW 1.0 (gcc version 2.95.3-6) (Console NetHack only)
-# SCCS Id: @(#)Makefile.msc 3.4 $Date$
+# SCCS Id: @(#)Makefile.msc 3.5 $Date$
# 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:
# - Microsoft 32 bit Visual C++ V4.x
-/* SCCS Id: @(#)console.rc 3.4 $Date$ */
+/* SCCS Id: @(#)console.rc 3.5 $Date$ */
/* Copyright (c) Yitzhak Sapir, 2002. */
/* NetHack may be freely redistributed. See license for details. */
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,4,2,0
- PRODUCTVERSION 3,4,2,0
+ FILEVERSION 3,5,0,0
+ PRODUCTVERSION 3,5,0,0
FILEFLAGSMASK 0x1fL
#ifdef _DEBUG
FILEFLAGS 0x9L
BLOCK "040904b0"
BEGIN
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 "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 "PrivateBuild", "030825\0"
+ VALUE "PrivateBuild", "050102\0"
VALUE "ProductName", "NetHack\0"
- VALUE "ProductVersion", "3.4.2\0"
+ VALUE "ProductVersion", "3.5.0\0"
END
END
BLOCK "VarFileInfo"
-/* SCCS Id: @(#)mapimail.c 3.4 $Date$ */
+/* SCCS Id: @(#)mapimail.c 3.5 $Date$ */
/* Copyright (c) Michael Allison, 1997 */
/* NetHack may be freely redistributed. See license for details. */
NAME NETHACK
-DESCRIPTION 'NetHack 3.4.1 for Windows NT'
+DESCRIPTION 'NetHack 3.5.0 for Windows NT'
EXETYPE WINDOWS
STUB 'WINSTUB.EXE'
CODE PRELOAD MOVEABLE DISCARDABLE
-/* SCCS Id: @(#)nh340key.c 3.4 $Date$ */
+/* SCCS Id: @(#)nh340key.c 3.5 $Date$ */
/* Copyright (c) NetHack PC Development Team 2003 */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)nhdefkey.c 3.4 $Date$ */
+/* SCCS Id: @(#)nhdefkey.c 3.5 $Date$ */
/* Copyright (c) NetHack PC Development Team 2003 */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)nhraykey.c 3.4 $Date$ */
+/* SCCS Id: @(#)nhraykey.c 3.5 $Date$ */
/* Copyright (c) NetHack PC Development Team 2003 */
/* NetHack may be freely redistributed. See license for details. */
-@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 NetHack may be freely redistributed. See license for details.
@REM Win32 setup batch file, see Install.nt for details
-/* SCCS Id: @(#)ntsound.c 3.4 $Date$ */
+/* SCCS Id: @(#)ntsound.c 3.5 $Date$ */
/* Copyright (c) NetHack PC Development Team 1993 */
/* NetHack may be freely redistributed. See license for details. */
/* */
- /* SCCS Id: @(#)nttty.c 3.4 $Date$ */
+ /* SCCS Id: @(#)nttty.c 3.5 $Date$ */
/* Copyright (c) NetHack PC Development Team 1993 */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)win32api.h 3.4 $Date$ */
+/* SCCS Id: @(#)win32api.h 3.5 $Date$ */
/* Copyright (c) NetHack PC Development Team 1996 */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)winnt.c 3.4 $Date$ */
+/* SCCS Id: @(#)winnt.c 3.5 $Date$ */
/* Copyright (c) NetHack PC Development Team 1993, 1994 */
/* NetHack may be freely redistributed. See license for details. */
%{
-/* 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) 1990 by M. Stephenson */
/* NetHack may be freely redistributed. See license for details. */
%{
-/* 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) 1990 by M. Stephenson */
/* NetHack may be freely redistributed. See license for details. */
-/* 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) 1990 by M. Stephenson */
/* NetHack may be freely redistributed. See license for details. */
-/* 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. */
/* NetHack may be freely redistributed. See license for details. */
%{
-/* 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 */
/* NetHack may be freely redistributed. See license for details. */
%{
-/* 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 */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)lev_main.c 3.4 2002/03/27 */
+/* SCCS Id: @(#)lev_main.c 3.5 2002/03/27 */
/* Copyright (c) 1989 by Jean-Christophe Collet */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)makedefs.c 3.4 2002/08/14 */
+/* SCCS Id: @(#)makedefs.c 3.5 2002/08/14 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* Copyright (c) M. Stephenson, 1990, 1991. */
/* Copyright (c) Dean Luick, 1990. */
-/* SCCS Id: @(#)panic.c 3.4 1994/03/02 */
+/* SCCS Id: @(#)panic.c 3.5 1994/03/02 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)recover.c 3.4 1999/10/23 */
+/* SCCS Id: @(#)recover.c 3.5 1999/10/23 */
/* Copyright (c) Janet Walz, 1992. */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)qt_clust.cpp 3.4 1999/11/19 */
+/* SCCS Id: @(#)qt_clust.cpp 3.5 1999/11/19 */
/* Copyright (c) Warwick Allison, 1999. */
/* NetHack may be freely redistributed. See license for details. */
#include "qt_clust.h"
-// SCCS Id: @(#)qt_win.cpp 3.4 1999/11/19
+// SCCS Id: @(#)qt_win.cpp 3.5 1999/11/19
// Copyright (c) Warwick Allison, 1999.
// NetHack may be freely redistributed. See license for details.
-/* SCCS Id: @(#)tileedit.cpp 3.4 1999/11/19 */
+/* SCCS Id: @(#)tileedit.cpp 3.5 1999/11/19 */
/* Copyright (c) Warwick Allison, 1999. */
/* NetHack may be freely redistributed. See license for details. */
/*
-/* SCCS Id: @(#)tileedit.h 3.4 1999/11/19 */
+/* SCCS Id: @(#)tileedit.h 3.5 1999/11/19 */
/* Copyright (c) Warwick Allison, 1999. */
/* NetHack may be freely redistributed. See license for details. */
#ifndef QNHTILEEDIT_H
-/* SCCS Id: @(#)Window.c 3.4 1993/02/02 */
+/* SCCS Id: @(#)Window.c 3.5 1993/02/02 */
/* Copyright (c) Dean Luick, 1992 */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)nh32icon 3.4 2002/02/12 */
+/* SCCS Id: @(#)nh32icon 3.5 2002/02/12 */
/* Copyright (C) 1993,1995 by Robert Patrick Rankin */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)nh56icon 3.4 2002/02/12 */
+/* SCCS Id: @(#)nh56icon 3.5 2002/02/12 */
/* Copyright (c) 1993,1995 by M. Stephenson */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)nh72icon 3.4 1993/01/21 */
+/* SCCS Id: @(#)nh72icon 3.5 1993/01/21 */
/* Copyright (c) 1993 by M. Stephenson */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)winX.c 3.4 1999/12/21 */
+/* SCCS Id: @(#)winX.c 3.5 1999/12/21 */
/* Copyright (c) Dean Luick, 1992 */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)winmap.c 3.4 1996/04/05 */
+/* SCCS Id: @(#)winmap.c 3.5 1996/04/05 */
/* Copyright (c) Dean Luick, 1992 */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)winmenu.c 3.4 1996/08/15 */
+/* SCCS Id: @(#)winmenu.c 3.5 1996/08/15 */
/* Copyright (c) Dean Luick, 1992 */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)winmesg.c 3.4 1996/04/05 */
+/* SCCS Id: @(#)winmesg.c 3.5 1996/04/05 */
/* Copyright (c) Dean Luick, 1992 */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)winmisc.c 3.4 2000/05/21 */
+/* SCCS Id: @(#)winmisc.c 3.5 2000/05/21 */
/* Copyright (c) Dean Luick, 1992 */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)winstat.c 3.4 1996/04/05 */
+/* SCCS Id: @(#)winstat.c 3.5 1996/04/05 */
/* Copyright (c) Dean Luick, 1992 */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)wintext.c 3.4 1996/04/05 */
+/* SCCS Id: @(#)wintext.c 3.5 1996/04/05 */
/* Copyright (c) Dean Luick, 1992 */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)winval.c 3.4 1992/3/7 */
+/* SCCS Id: @(#)winval.c 3.5 1992/3/7 */
/* Copyright (c) Dean Luick, 1992 */
/* NetHack may be freely redistributed. See license for details. */
Hi,
-This is nethack3.4.1 for Atari Gem and tty
+This is nethack3.5.0 for Atari Gem and tty
Windowing System.
It is by far not complete or perfect.
-/* SCCS Id: @(#)gr_rect.c 3.4 2001/12/10 */
+/* SCCS Id: @(#)gr_rect.c 3.5 2001/12/10 */
/* Copyright (c) Christian Bressler, 2001 */
/* NetHack may be freely redistributed. See license for details. */
/* This is an almost exact copy of qt_clust.cpp */
-/* SCCS Id: @(#)wingem.c 3.4 1999/12/10 */
+/* SCCS Id: @(#)wingem.c 3.5 1999/12/10 */
/* Copyright (c) Christian Bressler, 1999 */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)wingem1.c 3.4 1999/12/10 */
+/* SCCS Id: @(#)wingem1.c 3.5 1999/12/10 */
/* Copyright (c) Christian Bressler 1999 */
/* NetHack may be freely redistributed. See license for details. */
#undef NDECL
#undef FDECL
-static char nullstr[]="", md[]="NetHack 3.4.2", strCancel[]="Cancel", strOk[]="Ok", strText[]="Text";
+static char nullstr[]="", md[]="NetHack 3.5.0", strCancel[]="Cancel", strOk[]="Ok", strText[]="Text";
extern winid WIN_MESSAGE, WIN_MAP, WIN_STATUS, WIN_INVEN;
-/* SCCS Id: @(#)xpm2img.c 3.4 2002/03/17 */
+/* SCCS Id: @(#)xpm2img.c 3.5 2002/03/17 */
/* Copyright (c) Christian Bressler 2002 */
/* NetHack may be freely redistributed. See license for details. */
/* This is mainly a reworked tile2bmp.c + xpm2iff.c -- Marvin */
-/* SCCS Id: @(#)gnxpms.h 3.4 2000/07/16 */
+/* SCCS Id: @(#)gnxpms.h 3.5 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */
/* These XPMs are the artwork of Warwick Allison
-/* SCCS Id: @(#)gnaskstr.c 3.4 2000/07/16 */
+/* SCCS Id: @(#)gnaskstr.c 3.5 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)gnaskstr.h 3.4 2000/07/16 */
+/* SCCS Id: @(#)gnaskstr.h 3.5 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)gnbind.c 3.4 2000/07/16 */
+/* SCCS Id: @(#)gnbind.c 3.5 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)gnbind.h 3.4 2000/07/16 */
+/* SCCS Id: @(#)gnbind.h 3.5 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)gnglyph.c 3.4 2000/07/16 */
+/* SCCS Id: @(#)gnglyph.c 3.5 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)gnglyph.h 3.4 2000/07/16 */
+/* SCCS Id: @(#)gnglyph.h 3.5 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)gnmain.c 3.4 2000/07/16 */
+/* SCCS Id: @(#)gnmain.c 3.5 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)gnmain.h 3.4 2000/07/16 */
+/* SCCS Id: @(#)gnmain.h 3.5 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)gnmap.c 3.4 2000/07/16 */
+/* SCCS Id: @(#)gnmap.c 3.5 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* Copyright (C) 1998 by Anthony Taylor <tonyt@ptialaska.net> */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)gnmap.h 3.4 2000/07/16 */
+/* SCCS Id: @(#)gnmap.h 3.5 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)gnmenu.c 3.4 2000/07/16 */
+/* SCCS Id: @(#)gnmenu.c 3.5 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)gnmenu.h 3.4 2000/07/16 */
+/* SCCS Id: @(#)gnmenu.h 3.5 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)gnmesg.c 3.4 2000/07/16 */
+/* SCCS Id: @(#)gnmesg.c 3.5 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)gnmesg.h 3.4 2000/07/16 */
+/* SCCS Id: @(#)gnmesg.h 3.5 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)gnomeprv.h 3.4 2000/07/16 */
+/* SCCS Id: @(#)gnomeprv.h 3.5 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)gnopts.c 3.4 2000/07/16 */
+/* SCCS Id: @(#)gnopts.c 3.5 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)gnopts.h 3.4 2000/07/16 */
+/* SCCS Id: @(#)gnopts.h 3.5 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)gnplayer.c 3.4 2000/07/16 */
+/* SCCS Id: @(#)gnplayer.c 3.5 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)gnplayer.h 3.4 2000/07/16 */
+/* SCCS Id: @(#)gnplayer.h 3.5 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)gnsignal.c 3.4 2000/07/16 */
+/* SCCS Id: @(#)gnsignal.c 3.5 2000/07/16 */
/* Copyright (C) 1998 by Anthony Taylor <tonyt@ptialaska.net> */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)gnsignal.h 3.4 2000/07/16 */
+/* SCCS Id: @(#)gnsignal.h 3.5 2000/07/16 */
/* Copyright (C) 1998 by Anthony Taylor <tonyt@ptialaska.net> */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)gnstatus.c 3.4 2000/07/16 */
+/* SCCS Id: @(#)gnstatus.c 3.5 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)gnstatus.h 3.4 2000/07/16 */
+/* SCCS Id: @(#)gnstatus.h 3.5 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)gntext.c 3.4 2000/07/16 */
+/* SCCS Id: @(#)gntext.c 3.5 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)gntext.h 3.4 2000/07/16 */
+/* SCCS Id: @(#)gntext.h 3.5 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)gnbind.c 3.4 2002/04/15 */
+/* SCCS Id: @(#)gnbind.c 3.5 2002/04/15 */
/* Copyright (C) 2002, Dylan Alex Simon */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)gnbind.c 3.4 2002/04/15 */
+/* SCCS Id: @(#)gnbind.c 3.5 2002/04/15 */
/* Copyright (C) 2002 by Dylan Alex Simon */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)gnyesno.c 3.4 2000/07/16 */
+/* SCCS Id: @(#)gnyesno.c 3.5 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)gnyesno.h 3.4 2000/07/16 */
+/* SCCS Id: @(#)gnyesno.h 3.5 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)thintile.c 3.4 1995/11/26 */
+/* SCCS Id: @(#)thintile.c 3.5 1995/11/26 */
/* Copyright (c) NetHack Development Team 1995 */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)tile2bmp.c 3.4 2002/03/14 */
+/* SCCS Id: @(#)tile2bmp.c 3.5 2002/03/14 */
/* Copyright (c) NetHack PC Development Team 1995 */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)tilemap.c 3.4 2000/06/04 */
+/* SCCS Id: @(#)tilemap.c 3.5 2000/06/04 */
/* NetHack may be freely redistributed. See license for details. */
/*
-/* SCCS Id: @(#)tiletext.c 3.4 1999/10/24 */
+/* SCCS Id: @(#)tiletext.c 3.5 1999/10/24 */
/* NetHack may be freely redistributed. See license for details. */
#include "config.h"
-/* SCCS Id: @(#)getline.c 3.4 2002/10/06 */
+/* SCCS Id: @(#)getline.c 3.5 2002/10/06 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)termcap.c 3.4 2000/07/10 */
+/* SCCS Id: @(#)termcap.c 3.5 2000/07/10 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)topl.c 3.4 2003/10/05 */
+/* SCCS Id: @(#)topl.c 3.5 2003/10/05 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)wintty.c 3.4 2002/09/27 */
+/* SCCS Id: @(#)wintty.c 3.5 2002/09/27 */
/* Copyright (c) David Cohrs, 1991 */
/* NetHack may be freely redistributed. See license for details. */
-/* SCCS Id: @(#)mhmenu.c 3.4 2002/03/06 */
+/* SCCS Id: @(#)mhmenu.c 3.5 2002/03/06 */
/* Copyright (c) Alex Kompel, 2002 */
/* NetHack may be freely redistributed. See license for details. */
/* Reading and writing settings from the registry. */
#define CATEGORYKEY "Software"
#define COMPANYKEY "NetHack"
-#define PRODUCTKEY "NetHack 3.4.1"
+#define PRODUCTKEY "NetHack 3.5.0"
#define SETTINGSKEY "Settings"
#define MAINSHOWSTATEKEY "MainShowState"
#define MAINMINXKEY "MainMinX"
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "NetHack for Windows - Graphical Interface\0"
- VALUE "FileVersion", "3.4.2\0"
+ VALUE "FileVersion", "3.5.0\0"
VALUE "InternalName", "NetHackW\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", "NetHackW.exe\0"
- VALUE "PrivateBuild", "030825\0"
+ VALUE "PrivateBuild", "050201\0"
VALUE "ProductName", "NetHack\0"
- VALUE "ProductVersion", "3.4.2\0"
+ VALUE "ProductVersion", "3.5.0\0"
END
END
BLOCK "VarFileInfo"