3.3.2 to 3.4.0
This commit is contained in:
2
Files
2
Files
@@ -1,4 +1,4 @@
|
||||
This is a listing of all files in a full NetHack 3.3 distribution, organized
|
||||
This is a listing of all files in a full NetHack 3.4 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.
|
||||
|
||||
2
Porting
2
Porting
@@ -1,4 +1,4 @@
|
||||
NetHack Porting Guidelines v 3.3 99-11-29
|
||||
NetHack Porting Guidelines v 3.4 1999-11-29
|
||||
|
||||
|
||||
1.0 Introduction
|
||||
|
||||
36
README
36
README
@@ -1,8 +1,8 @@
|
||||
NetHack 3.3.2 -- General information
|
||||
NetHack 3.4.0 -- General information
|
||||
|
||||
NetHack 3.3.2 is an enhancement to the dungeon exploration game NetHack.
|
||||
NetHack 3.4.0 is an enhancement to the dungeon exploration game NetHack.
|
||||
It is a distant descendent of Rogue and Hack, and a direct descendent of
|
||||
NetHack 3.2 and 3.3.1.
|
||||
NetHack 3.3.
|
||||
|
||||
This version is primarily a bug fix release, but there are many
|
||||
changes and surprises beyond what you see listed here.
|
||||
@@ -98,7 +98,7 @@ Please read items (1), (2) and (3) BEFORE doing anything with your new code.
|
||||
to compile and run on your particular system. It is worth mentioning
|
||||
that the default configuration is SysV/Sun/Solaris2.x (simply because
|
||||
the code was housed on such a system). It is also worth mentioning
|
||||
here that NetHack 3.3 is a huge program. If you intend to run it on a
|
||||
here that NetHack 3.4 is a huge program. If you intend to run it on a
|
||||
small machine, you'll have to make hard choices among the options
|
||||
available in config.h.
|
||||
|
||||
@@ -108,7 +108,7 @@ Please read items (1), (2) and (3) BEFORE doing anything with your new code.
|
||||
for particular windowing environments. Reading them, and the man pages,
|
||||
should answer most of your questions.
|
||||
|
||||
At the time of this release, NetHack 3.3 is known to run/compile on:
|
||||
At the time of this release, NetHack 3.4 is known to run/compile on:
|
||||
|
||||
Apple Macintosh running MacOS 7.5 or higher, LinuxPPC, BeOS 4.0
|
||||
Atari ST/TT/Falcon running TOS (or MultiTOS) with GCC
|
||||
@@ -125,7 +125,7 @@ Please read items (1), (2) and (3) BEFORE doing anything with your new code.
|
||||
Sun SPARC based machine running SunOS 4.x, Solaris 2.x, or Solaris 7
|
||||
|
||||
Previous versions of NetHack were tested on the following systems,
|
||||
and we expect that NetHack 3.3 will work on them as well:
|
||||
and we expect that NetHack 3.4 will work on them as well:
|
||||
|
||||
AT&T 3B1 running System V (3.51)
|
||||
AT&T 3B2/600 & 3B2/622 running System V R3.2.1
|
||||
@@ -160,19 +160,19 @@ Please read items (1), (2) and (3) BEFORE doing anything with your new code.
|
||||
lack of people with machines and time.
|
||||
|
||||
With the demise of Windows NT on the DEC Alpha, no attempt has been
|
||||
made to build NetHack 3.3.2 on that platform.
|
||||
made to build NetHack 3.4.0 on that platform.
|
||||
|
||||
No attempt has been made to build or run NetHack 3.3.2 on Windows Me
|
||||
No attempt has been made to build or run NetHack 3.4.0 on Windows Me
|
||||
or Windows XP at this point. It may work, but then again it may not.
|
||||
|
||||
A build for Intel 80286 machines and DOS "real mode" overlaid versions
|
||||
has been produced for 3.3.2, with a marginal attempt at tuning it for
|
||||
suitable performance. If someone has access to real-mode compiler and
|
||||
lots of spare time on their hands, you may be able to enhance the
|
||||
performance even further. We don't know how well it runs on a real
|
||||
80286 since we no longer have access to one. We have had some reports
|
||||
of it running out of memory quite abruptly on levels with many monsters,
|
||||
rendering the game in progress useless. Use it at your own risk.
|
||||
has been not been produced for 3.4.0. Nobody on the porting team has
|
||||
the time or the software to attempt the necessary tuning that will allow
|
||||
it achieve the balance of having just the right amount of available
|
||||
memory, and still have acceptable performance. The sources necessary
|
||||
to do so are still included in the source distribution, so if someone
|
||||
has access to a real-mode compiler and lots of spare time on their hands,
|
||||
you may be able to get things working. Of course you do so at your own risk.
|
||||
|
||||
- - - - - - - - - - -
|
||||
|
||||
@@ -207,13 +207,13 @@ something to get NetHack to run on your system, it's likely that others have
|
||||
done it by making slightly different modifications. By routing your patches
|
||||
through the development team, we should be able to avoid making everyone else
|
||||
choose among variant patches claiming to do the same thing, to keep most of
|
||||
the copies of 3.3 synchronized by means of official patches, and to maintain
|
||||
the copies of 3.4 synchronized by means of official patches, and to maintain
|
||||
the painfully-created file organization. (This process has been working since
|
||||
the time when everyone just posted their own patches to 2.3. At that time,
|
||||
there were no archived bug-fixes to give to people who got 2.3 after its initial
|
||||
release, so the same bugs kept being discovered by new batches of people.)
|
||||
We have been successful in preventing this from happening since the 3.0
|
||||
release. Please cooperate to keep this from happening to 3.3.
|
||||
release. Please cooperate to keep this from happening to 3.4.
|
||||
|
||||
It is inevitable that we will reject some proposed additions of new features
|
||||
either because they do not fit our conception of the game, or because they
|
||||
@@ -222,7 +222,7 @@ you are free, of course, to post the patches to the net yourself and let the
|
||||
marketplace decide their worth.
|
||||
|
||||
All of this amounts to the following: If you decide to apply a free-lanced
|
||||
patch to your 3.3 code, you are on your own. In our own patches, we will
|
||||
patch to your 3.4 code, you are on your own. In our own patches, we will
|
||||
assume that your code is synchronized with ours.
|
||||
|
||||
-- Good luck, and happy Hacking --
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# SCCS Id: @(#)Arch.des 3.3 97/01/31
|
||||
# SCCS Id: @(#)Arch.des 3.4 1997/01/31
|
||||
# Copyright (c) 1989 by Jean-Christophe Collet
|
||||
# Copyright (c) 1991 by M. Stephenson
|
||||
# NetHack may be freely redistributed. See license for details.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# SCCS Id: @(#)Barb.des 3.3 91/12/22
|
||||
# SCCS Id: @(#)Barb.des 3.4 1991/12/22
|
||||
# Copyright (c) 1989 by Jean-Christophe Collet
|
||||
# Copyright (c) 1991 by M. Stephenson
|
||||
# NetHack may be freely redistributed. See license for details.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# SCCS Id: @(#)Caveman.des 3.3 95/10/07
|
||||
# SCCS Id: @(#)Caveman.des 3.4 1995/10/07
|
||||
# Copyright (c) 1989 by Jean-Christophe Collet
|
||||
# Copyright (c) 1991 by M. Stephenson
|
||||
# NetHack may be freely redistributed. See license for details.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# SCCS Id: @(#)Healer.des 3.3 95/04/16
|
||||
# SCCS Id: @(#)Healer.des 3.4 1995/04/16
|
||||
# Copyright (c) 1989 by Jean-Christophe Collet
|
||||
# Copyright (c) 1991, 1993 by M. Stephenson, P. Winner
|
||||
# NetHack may be freely redistributed. See license for details.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# SCCS Id: @(#)Knight.des 3.3 95/04/16
|
||||
# SCCS Id: @(#)Knight.des 3.4 1995/04/16
|
||||
# Copyright (c) 1989 by Jean-Christophe Collet
|
||||
# Copyright (c) 1991,92 by M. Stephenson
|
||||
# NetHack may be freely redistributed. See license for details.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# SCCS Id: @(#)Monk.des 3.3 2001/09/01
|
||||
# SCCS Id: @(#)Monk.des 3.4 2001/09/01
|
||||
# Copyright (c) 1989 by Jean-Christophe Collet
|
||||
# Copyright (c) 1991-2 by M. Stephenson
|
||||
# NetHack may be freely redistributed. See license for details.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# SCCS Id: @(#)Priest.des 3.3 92/09/22
|
||||
# SCCS Id: @(#)Priest.des 3.4 1992/09/22
|
||||
# Copyright (c) 1989 by Jean-Christophe Collet
|
||||
# Copyright (c) 1991-2 by M. Stephenson
|
||||
# NetHack may be freely redistributed. See license for details.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# SCCS Id: @(#)Ranger.des 3.3 2001/02/01
|
||||
# SCCS Id: @(#)Ranger.des 3.4 2001/02/01
|
||||
# Copyright (c) 1989 by Jean-Christophe Collet
|
||||
# Copyright (c) 1991 by M. Stephenson
|
||||
# NetHack may be freely redistributed. See license for details.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# SCCS Id: @(#)Rogue.des 3.3 2001/09/01
|
||||
# SCCS Id: @(#)Rogue.des 3.4 2001/09/01
|
||||
# Copyright (c) 1992 by Dean Luick
|
||||
# NetHack may be freely redistributed. See license for details.
|
||||
#
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# SCCS Id: @(#)Samurai.des 3.3 95/06/29
|
||||
# SCCS Id: @(#)Samurai.des 3.4 1995/06/29
|
||||
# Copyright (c) 1989 by Jean-Christophe Collet
|
||||
# Copyright (c) 1991-92 by M. Stephenson, P. Winner
|
||||
# NetHack may be freely redistributed. See license for details.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# SCCS Id: @(#)Tourist.des 3.3 92/09/26
|
||||
# SCCS Id: @(#)Tourist.des 3.4 1992/09/26
|
||||
# Copyright (c) 1989 by Jean-Christophe Collet
|
||||
# Copyright (c) 1991,92 by M. Stephenson, P. Winner
|
||||
# NetHack may be freely redistributed. See license for details.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# SCCS Id: @(#)Valkyrie.des 3.3 97/01/31
|
||||
# SCCS Id: @(#)Valkyrie.des 3.4 1997/01/31
|
||||
# Copyright (c) 1989 by Jean-Christophe Collet
|
||||
# Copyright (c) 1991-2 by M. Stephenson
|
||||
# NetHack may be freely redistributed. See license for details.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# SCCS Id: @(#)Wizard.des 3.3 92/07/11
|
||||
# SCCS Id: @(#)Wizard.des 3.4 1992/07/11
|
||||
# Copyright (c) 1992 by David Cohrs
|
||||
# NetHack may be freely redistributed. See license for details.
|
||||
#
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# SCCS Id: @(#)bigroom.des 3.3 90/04/15
|
||||
# SCCS Id: @(#)bigroom.des 3.4 1990/04/15
|
||||
# Copyright (c) 1989 by Jean-Christophe Collet
|
||||
# Copyright (c) 1990 by M. Stephenson
|
||||
# NetHack may be freely redistributed. See license for details.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# SCCS Id: @(#)castle.des 3.3 95/11/19
|
||||
# SCCS Id: @(#)castle.des 3.4 1995/11/19
|
||||
# Copyright (c) 1989 by Jean-Christophe Collet
|
||||
# NetHack may be freely redistributed. See license for details.
|
||||
#
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# SCCS Id: @(#)data.base 3.3 2001/09/01
|
||||
# SCCS Id: @(#)data.base 3.4 2001/09/01
|
||||
# Copyright (c) 1994, 1995, 1996 by the NetHack Development Team
|
||||
# Copyright (c) 1994 by Boudewijn Wayers
|
||||
# NetHack may be freely redistributed. See license for details.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# SCCS Id: @(#)dungeon.def 3.3 96/03/10
|
||||
# SCCS Id: @(#)dungeon.def 3.4 1996/03/10
|
||||
# Copyright (c) 1990-95 by M. Stephenson
|
||||
# NetHack may be freely redistributed. See license for details.
|
||||
#
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# SCCS Id: @(#)endgame.des 3.3 2002/01/19
|
||||
# SCCS Id: @(#)endgame.des 3.4 2002/01/19
|
||||
# Copyright (c) 1989 by Jean-Christophe Collet
|
||||
# Copyright (c) 1992,1993 by Izchak Miller, David Cohrs,
|
||||
# and Timo Hakulinen
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# SCCS Id: @(#)gehennom.des 3.3 96/11/09
|
||||
# SCCS Id: @(#)gehennom.des 3.4 1996/11/09
|
||||
# Copyright (c) 1989 by Jean-Christophe Collet
|
||||
# Copyright (c) 1992 by M. Stephenson and Izchak Miller
|
||||
# NetHack may be freely redistributed. See license for details.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# SCCS Id: @(#)knox.des 3.3 94/08/20
|
||||
# SCCS Id: @(#)knox.des 3.4 1994/08/20
|
||||
# Copyright (c) 1989 by Jean-Christophe Collet
|
||||
# Copyright (c) 1992 by Izchak Miller
|
||||
# NetHack may be freely redistributed. See license for details.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# SCCS Id: @(#)medusa.des 3.3 96/05/11
|
||||
# SCCS Id: @(#)medusa.des 3.4 1996/05/11
|
||||
# Copyright (c) 1989 by Jean-Christophe Collet
|
||||
# Copyright (c) 1990, 1991 by M. Stephenson
|
||||
# NetHack may be freely redistributed. See license for details.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# SCCS Id: @(#)mines.des 3.3 2002/01/01
|
||||
# SCCS Id: @(#)mines.des 3.4 2002/01/01
|
||||
# Copyright (c) 1989-95 by Jean-Christophe Collet
|
||||
# Copyright (c) 1991-95 by M. Stephenson
|
||||
# NetHack may be freely redistributed. See license for details.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# SCCS Id: @(#)oracle.des 3.3 95/10/07
|
||||
# SCCS Id: @(#)oracle.des 3.4 1995/10/07
|
||||
# NetHack may be freely redistributed. See license for details.
|
||||
#
|
||||
# Oracle level
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# SCCS Id: @(#)quest.txt 3.3 2002/01/30
|
||||
# SCCS Id: @(#)quest.txt 3.4 2002/01/30
|
||||
# Copyright (c) 1991 by M. Stephenson
|
||||
# NetHack may be freely redistributed. See license for details.
|
||||
#
|
||||
# The quest text file for NetHack 3.3
|
||||
# The quest text file for NetHack 3.4
|
||||
#
|
||||
# These are the "standard" message numbers from qtext.h. All class
|
||||
# dialogue must have at least these entries.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# SCCS Id: @(#)sokoban.des 3.3 99/03/15
|
||||
# SCCS Id: @(#)sokoban.des 3.4 1999/03/15
|
||||
# Copyright (c) 1998-1999 by Kevin Hugo
|
||||
# NetHack may be freely redistributed. See license for details.
|
||||
#
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# SCCS Id: @(#)tower.des 3.3 90/02/26
|
||||
# SCCS Id: @(#)tower.des 3.4 1990/02/26
|
||||
# Copyright (c) 1989 by Jean-Christophe Collet
|
||||
# NetHack may be freely redistributed. See license for details.
|
||||
#
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# SCCS Id: @(#)yendor.des 3.3 96/10/20
|
||||
# SCCS Id: @(#)yendor.des 3.4 1996/10/20
|
||||
# Copyright (c) 1989 by Jean-Christophe Collet
|
||||
# Copyright (c) 1992 by M. Stephenson and Izchak Miller
|
||||
# NetHack may be freely redistributed. See license for details.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
.ds h0 "NetHack Guidebook
|
||||
.ds h1
|
||||
.ds h2 %
|
||||
.ds vr "NetHack 3.3
|
||||
.ds vr "NetHack 3.4
|
||||
.ds f0 "\*(vr
|
||||
.ds f1
|
||||
.ds f2 "February 3, 2002
|
||||
@@ -10,7 +10,7 @@ A Guide to the Mazes of Menace
|
||||
(Guidebook for NetHack)
|
||||
.au
|
||||
Eric S. Raymond
|
||||
(Extensively edited and expanded for 3.3)
|
||||
(Extensively edited and expanded for 3.4)
|
||||
.hn 1
|
||||
Introduction
|
||||
|
||||
@@ -2322,36 +2322,37 @@ and with the help of \fBKevin Hugo\fP, added more features.
|
||||
Kevin later joined the
|
||||
DevTeam and incorporated the best of these ideas in NetHack 3.3.
|
||||
.pg
|
||||
The 3.3 development team initially consisted of \fBMichael Allison\fP, \fBKen Arromdee\fP,
|
||||
The 3.4 development team initially consisted of \fBMichael Allison\fP, \fBKen Arromdee\fP,
|
||||
\fBDavid Cohrs\fP, \fBJessie Collet\fP, \fBSteve Creps\fP, \fBKevin Darcy\fP,
|
||||
\fBTimo Hakulinen\fP, \fBKevin Hugo\fP, \fBSteve Linhart\fP, \fBKen Lorber\fP,
|
||||
\fBDean Luick\fP, \fBPat Rankin\fP, \fBEric Smith\fP, \fBMike Stephenson\fP,
|
||||
\fBJanet Walz\fP, and \fBPaul Winner\fP. \fB Warwick Allison\fP joined
|
||||
just before the release of NetHack 3.3.2.
|
||||
just before the release of NetHack 3.4.0.
|
||||
.pg
|
||||
As with version 3.2, various people contributed to the game as a whole as
|
||||
well as supporting ports on the different platforms that NetHack runs on:
|
||||
.pg
|
||||
\fBPat Rankin\fP maintained 3.3 for VMS.
|
||||
\fBPat Rankin\fP maintained 3.4 for VMS.
|
||||
.pg
|
||||
\fBMichael Allison\fP maintained NetHack 3.3 for the MS-DOS platform. \fBPaul Winner\fP
|
||||
\fBMichael Allison\fP maintained NetHack 3.4 for the MS-DOS platform. \fBPaul Winner\fP
|
||||
and \fBYitzhak Sapir\fP provided encouragement.
|
||||
.pg
|
||||
\fBDean Luick\fP, \fBMark Modrall\fP, and \fBKevin Hugo\fP maintained and enhanced the
|
||||
Macintosh port of 3.3.
|
||||
Macintosh port of 3.4.
|
||||
.pg
|
||||
\fBMichael Allison\fP maintained and enhanced the console port of 3.3 for
|
||||
\fBMichael Allison\fP maintained and enhanced the console port of 3.4 for
|
||||
the Microsoft Windows NT/2000 platform.
|
||||
.pg
|
||||
\fBRon Van Iwaarden\fP maintained 3.3 for OS/2.
|
||||
\fBRon Van Iwaarden\fP maintained 3.4 for OS/2.
|
||||
.pg
|
||||
\fBJanne Salmijarvi\fP and \fBTeemu Suikki\fP maintained and
|
||||
enhanced the Amiga port of 3.3 after \fBJanne Salmijarvi\fP resurrected it for 3.3.1.
|
||||
enhanced the Amiga port of 3.4 after \fBJanne Salmijarvi\fP resurrected
|
||||
it for 3.3.1.
|
||||
.pg
|
||||
\fBChristian ``Marvin'' Bressler\fP maintained 3.3 for the Atari after he
|
||||
\fBChristian ``Marvin'' Bressler\fP maintained 3.4 for the Atari after he
|
||||
resurrected it for 3.3.1.
|
||||
.pg
|
||||
\fBAlex Kompel\fP contributed a new graphical port of 3.3 for Microsoft Windows.
|
||||
\fBAlex Kompel\fP contributed a new graphical port of 3.4 for Microsoft Windows.
|
||||
.pg
|
||||
There is a NetHack web site maintained by \fBKen Lorber\fP at http://www.nethack.org/.
|
||||
.pg
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
%.au
|
||||
\author{Eric S. Raymond\\
|
||||
(Extensively edited and expanded for 3.3)}
|
||||
(Extensively edited and expanded for 3.4)}
|
||||
\date{February 3, 2002}
|
||||
|
||||
\maketitle
|
||||
@@ -2875,12 +2875,12 @@ DevTeam and incorporated the best of these ideas into NetHack 3.3.
|
||||
|
||||
%.pg
|
||||
\medskip
|
||||
The 3.3 development team initially consisted of {\it Michael Allison}, {\it Ken Arromdee},
|
||||
The 3.4 development team initially consisted of {\it Michael Allison}, {\it Ken Arromdee},
|
||||
{\it David Cohrs}, {\it Jessie Collet}, {\it Steve Creps}, {\it Kevin Darcy},
|
||||
{\it Timo Hakulinen},
|
||||
{\it Kevin Hugo}, {\it Steve Linhart}, {\it Ken Lorber}, {\it Dean Luick}, {\it Pat Rankin},
|
||||
{\it Eric Smith}, {\it Mike Stephenson}, {\it Janet Walz}, and {\it Paul Winner}.
|
||||
{\it Warwick Allison} joined just before the release of NetHack 3.3.2.
|
||||
{\it Warwick Allison} joined just before the release of NetHack 3.4.0.
|
||||
|
||||
%.pg
|
||||
\medskip
|
||||
@@ -2890,41 +2890,41 @@ runs on:
|
||||
|
||||
%.pg
|
||||
\medskip
|
||||
\nd{\it Pat Rankin} maintained 3.3 for VMS.
|
||||
\nd{\it Pat Rankin} maintained 3.4 for VMS.
|
||||
|
||||
%.pg
|
||||
\medskip
|
||||
\nd {\it Michael Allison} maintained NetHack 3.3 for the MS-DOS platform.
|
||||
\nd {\it Michael Allison} maintained NetHack 3.4 for the MS-DOS platform.
|
||||
{\it Paul Winner} and {\it Yitzhak Sapir} provided encouragement.
|
||||
|
||||
%.pg
|
||||
\medskip
|
||||
\nd {\it Dean Luick}, {\it Mark Modrall}, and {\it Kevin Hugo} maintained and
|
||||
enhanced the Macintosh port of 3.3.
|
||||
enhanced the Macintosh port of 3.4.
|
||||
|
||||
%.pg
|
||||
\medskip
|
||||
\nd {\it Michael Allison} maintained and enhanced the console port of 3.3 for
|
||||
\nd {\it Michael Allison} maintained and enhanced the console port of 3.4 for
|
||||
the Microsoft Windows NT/2000 platform.
|
||||
|
||||
%.pg
|
||||
\medskip
|
||||
\nd {\it Ron Van Iwaarden} maintained 3.3 for OS/2.
|
||||
\nd {\it Ron Van Iwaarden} maintained 3.4 for OS/2.
|
||||
|
||||
%.pg
|
||||
\medskip
|
||||
\nd {\it Janne Salmij\"{a}rvi} and {\it Teemu Suikki} maintained
|
||||
and enhanced the Amiga port of 3.3 after {\it Janne Salmij\"{a}rvi} resurrected
|
||||
and enhanced the Amiga port of 3.4 after {\it Janne Salmij\"{a}rvi} resurrected
|
||||
it for 3.3.1.
|
||||
|
||||
%.pg
|
||||
\medskip
|
||||
\nd {\it Christian ``Marvin'' Bressler} maintained 3.3 for the Atari after he
|
||||
\nd {\it Christian ``Marvin'' Bressler} maintained 3.4 for the Atari after he
|
||||
resurrected it for 3.3.1.
|
||||
|
||||
%.pg
|
||||
\medskip
|
||||
\nd {\it Alex Kompel} contributed a new graphical port of 3.3 for Microsoft Windows.
|
||||
\nd {\it Alex Kompel} contributed a new graphical port of 3.4 for Microsoft Windows.
|
||||
|
||||
%.pg
|
||||
\medskip
|
||||
|
||||
@@ -391,7 +391,7 @@ struct wc_Opt wc_options[];
|
||||
|
||||
IV. WINCAP preferences support
|
||||
|
||||
Starting with NetHack 3.3.2, the window interface was enhanced to provide
|
||||
Starting with NetHack 3.4.0, the window interface was enhanced to provide
|
||||
a common way of setting window port user preferences from the config file,
|
||||
and from the command line for some settings.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)align.h 3.3 91/12/29 */
|
||||
/* SCCS Id: @(#)align.h 3.4 1991/12/29 */
|
||||
/* Copyright (c) Mike Stephenson, Izchak Miller 1991. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)amiconf.h 3.3 2000/01/12 */
|
||||
/* SCCS Id: @(#)amiconf.h 3.4 2000/01/12 */
|
||||
/* Copyright (c) Kenneth Lorber, Bethesda, Maryland, 1990, 1991, 1992, 1993. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)artifact.h 3.3 95/05/31 */
|
||||
/* SCCS Id: @(#)artifact.h 3.4 1995/05/31 */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)artilist.h 3.3 2001/11/17 */
|
||||
/* SCCS Id: @(#)artilist.h 3.4 2001/11/17 */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)attrib.h 3.3 90/22/02 */
|
||||
/* SCCS Id: @(#)attrib.h 3.4 1990/22/02 */
|
||||
/* Copyright 1988, Mike Stephenson */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)beconf.h 3.3 98/07/08 */
|
||||
/* SCCS Id: @(#)beconf.h 3.4 1998/07/08 */
|
||||
/* Copyright (c) Dean Luick 1996. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)color.h 3.3 92/02/02 */
|
||||
/* SCCS Id: @(#)color.h 3.4 1992/02/02 */
|
||||
/* Copyright (c) Steve Linhart, Eric Raymond, 1989. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)config.h 3.3 2000/07/20 */
|
||||
/* SCCS Id: @(#)config.h 3.4 2000/07/20 */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)config1.h 3.3 1999/12/05 */
|
||||
/* SCCS Id: @(#)config1.h 3.4 1999/12/05 */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)coord.h 3.3 90/02/22 */
|
||||
/* SCCS Id: @(#)coord.h 3.4 1990/02/22 */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)decl.h 3.3 2001/12/10 */
|
||||
/* SCCS Id: @(#)decl.h 3.4 2001/12/10 */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)def_os2.h 3.3 93/01/19 */
|
||||
/* SCCS Id: @(#)def_os2.h 3.4 1993/01/19 */
|
||||
/* Copyright (c) Timo Hakulinen, 1990, 1991, 1992, 1993. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)dgn_file.h 3.3 93/01/17 */
|
||||
/* SCCS Id: @(#)dgn_file.h 3.4 1993/01/17 */
|
||||
/* Copyright (c) 1989 by M. Stephenson */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)display.h 3.3 1999/11/30 */
|
||||
/* SCCS Id: @(#)display.h 3.4 1999/11/30 */
|
||||
/* Copyright (c) Dean Luick, with acknowledgements to Kevin Darcy */
|
||||
/* and Dave Cohrs, 1990. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)dlb.h 3.3 97/07/29 */
|
||||
/* SCCS Id: @(#)dlb.h 3.4 1997/07/29 */
|
||||
/* Copyright (c) Kenneth Lorber, Bethesda, Maryland, 1993. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)dungeon.h 3.3 99/07/02 */
|
||||
/* SCCS Id: @(#)dungeon.h 3.4 1999/07/02 */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)edog.h 3.3 97/10/23 */
|
||||
/* SCCS Id: @(#)edog.h 3.4 1997/10/23 */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)emin.h 3.3 97/05/01 */
|
||||
/* SCCS Id: @(#)emin.h 3.4 1997/05/01 */
|
||||
/* Copyright (c) David Cohrs, 1990. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)engrave.h 3.3 91/07/31 */
|
||||
/* SCCS Id: @(#)engrave.h 3.4 1991/07/31 */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)epri.h 3.3 97/05/01 */
|
||||
/* SCCS Id: @(#)epri.h 3.4 1997/05/01 */
|
||||
/* Copyright (c) Izchak Miller, 1989. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)eshk.h 3.3 97/05/01 */
|
||||
/* SCCS Id: @(#)eshk.h 3.4 1997/05/01 */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)extern.h 3.3 2002/01/04 */
|
||||
/* SCCS Id: @(#)extern.h 3.4 2002/01/04 */
|
||||
/* Copyright (c) Steve Creps, 1988. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)flag.h 3.3 2000/01/19 */
|
||||
/* SCCS Id: @(#)flag.h 3.4 2000/01/19 */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)func_tab.h 3.3 92/04/03 */
|
||||
/* SCCS Id: @(#)func_tab.h 3.4 1992/04/03 */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)global.h 3.3 99/07/02 */
|
||||
/* SCCS Id: @(#)global.h 3.4 1999/07/02 */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)hack.h 3.3 2001/04/12 */
|
||||
/* SCCS Id: @(#)hack.h 3.4 2001/04/12 */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)lev.h 3.3 94/03/18 */
|
||||
/* SCCS Id: @(#)lev.h 3.4 1994/03/18 */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)macconf.h 3.3 99/10/25 */
|
||||
/* SCCS Id: @(#)macconf.h 3.4 1999/10/25 */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)macpopup.h 3.3 99/10/25 */
|
||||
/* SCCS Id: @(#)macpopup.h 3.4 1999/10/25 */
|
||||
/* Copyright (c) Nethack Develpment Team, 1999. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)mactty.h 3.3 93/03/01 */
|
||||
/* SCCS Id: @(#)mactty.h 3.4 1993/03/01 */
|
||||
/* Copyright (c) Jon W{tte 1993. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)macwin.h 3.3 96/01/15 */
|
||||
/* SCCS Id: @(#)macwin.h 3.4 1996/01/15 */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)mail.h 3.3 91/10/11 */
|
||||
/* SCCS Id: @(#)mail.h 3.4 1991/10/11 */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
/* used by ckmailstatus() to pass information to the mail-daemon in newmail() */
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)mfndpos.h 3.3 93/05/15 */
|
||||
/* SCCS Id: @(#)mfndpos.h 3.4 1993/05/15 */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)micro.h 3.3 90/02/22 */
|
||||
/* SCCS Id: @(#)micro.h 3.4 1990/02/22 */
|
||||
/* micro.h - function declarations for various microcomputers */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)mkroom.h 3.3 92/11/14 */
|
||||
/* SCCS Id: @(#)mkroom.h 3.4 1992/11/14 */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)monattk.h 3.3 95/01/28 */
|
||||
/* SCCS Id: @(#)monattk.h 3.4 1995/01/28 */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
/* Copyright 1988, M. Stephenson */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)mondata.h 3.3 2001/02/14 */
|
||||
/* SCCS Id: @(#)mondata.h 3.4 2001/02/14 */
|
||||
/* Copyright (c) 1989 Mike Threepoint */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)monflag.h 3.3 96/05/04 */
|
||||
/* SCCS Id: @(#)monflag.h 3.4 1996/05/04 */
|
||||
/* Copyright (c) 1989 Mike Threepoint */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)monst.h 3.3 99/01/04 */
|
||||
/* SCCS Id: @(#)monst.h 3.4 1999/01/04 */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)monsym.h 3.3 92/10/18 */
|
||||
/* SCCS Id: @(#)monsym.h 3.4 1992/10/18 */
|
||||
/* Monster symbols and creation information rev 1.0 */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)mttypriv.h 3.3 93/03/01 */
|
||||
/* SCCS Id: @(#)mttypriv.h 3.4 1993/03/01 */
|
||||
/* Copyright (c) Jon W{tte 1993. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)nhlan.h 3.3 97/04/12 */
|
||||
/* SCCS Id: @(#)nhlan.h 3.4 1997/04/12 */
|
||||
/* Copyright (c) Michael Allison, 1997 */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)ntconf.h 3.3 96/10/14 */
|
||||
/* SCCS Id: @(#)ntconf.h 3.4 1996/10/14 */
|
||||
/* Copyright (c) NetHack PC Development Team 1993, 1994. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)obj.h 3.3 2002/01/07 */
|
||||
/* SCCS Id: @(#)obj.h 3.4 2002/01/07 */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)objclass.h 3.3 96/06/16 */
|
||||
/* SCCS Id: @(#)objclass.h 3.4 1996/06/16 */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)os2conf.h 3.3 96/10/29 */
|
||||
/* SCCS Id: @(#)os2conf.h 3.4 1996/10/29 */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/* Copyright (c) Timo Hakulinen, 1990, 1991, 1992, 1993, 1996. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
/* SCCS Id: @(#)patchlevel.h 3.3 2002/01/01 */
|
||||
/* SCCS Id: @(#)patchlevel.h 3.4 2002/02/03 */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
/* NetHack 3.3.2 */
|
||||
/* NetHack 3.4.0 */
|
||||
#define VERSION_MAJOR 3
|
||||
#define VERSION_MINOR 3
|
||||
#define VERSION_MINOR 4
|
||||
/*
|
||||
* PATCHLEVEL is updated for each release.
|
||||
*/
|
||||
#define PATCHLEVEL 2
|
||||
#define PATCHLEVEL 0
|
||||
/*
|
||||
* Incrementing EDITLEVEL can be used to force invalidation of old bones
|
||||
* and save files.
|
||||
*/
|
||||
#define EDITLEVEL 3
|
||||
#define EDITLEVEL 0
|
||||
|
||||
#define COPYRIGHT_BANNER_A \
|
||||
"NetHack, Copyright 1985-2002"
|
||||
@@ -38,9 +38,11 @@
|
||||
#endif
|
||||
|
||||
/*****************************************************************************/
|
||||
/* Version 3.3.2 */
|
||||
/* Version 3.4.0 */
|
||||
|
||||
/* Patch 2, January??, 2002
|
||||
/*
|
||||
* NetHack 3.4.0, February ??, 2002
|
||||
*
|
||||
* Many, many bug general fixes including some for sliming, zapping, conduct,
|
||||
* and several more for riding
|
||||
* Eliminated a few potentially fatal bugs including one for stone-to-flesh,
|
||||
@@ -60,6 +62,11 @@
|
||||
* Win32 graphical port contributed by Alex Kompel included in source tree
|
||||
*/
|
||||
|
||||
/* Version 3.4 */
|
||||
|
||||
/*****************************************************************************/
|
||||
/* Version 3.3.x */
|
||||
|
||||
/* Patch 1, August 9, 2000
|
||||
* Many, many general fixes, including a number for riding, twoweapon,
|
||||
* and invisible monsters
|
||||
@@ -95,10 +102,11 @@
|
||||
* updated COPYRIGHT_BANNER_A to reflect year of release.
|
||||
* Dozens of other bug fixes, and minor improvements.
|
||||
*/
|
||||
|
||||
/* Version 3.3 */
|
||||
|
||||
/*****************************************************************************/
|
||||
/* Version 3.2.3 */
|
||||
/* Version 3.2.x */
|
||||
|
||||
/* Patch 3, December 10, 1999
|
||||
* Released simultaneously with 3.3.0 for the benefit of
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)pcconf.h 3.3 95/10/11 */
|
||||
/* SCCS Id: @(#)pcconf.h 3.4 1995/10/11 */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
* _MSC_VER is defined automatically by Microsoft C.
|
||||
* __BORLANDC__ is defined automatically by Borland C.
|
||||
* __SC__ is defined automatically by Symantec C.
|
||||
* Note: 3.3.0 was not verified with Symantec C.
|
||||
* Note: 3.4.0 was not verified with Symantec C.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)permonst.h 3.3 99/07/02 */
|
||||
/* SCCS Id: @(#)permonst.h 3.4 1999/07/02 */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)prop.h 3.3 1999/07/07 */
|
||||
/* SCCS Id: @(#)prop.h 3.4 1999/07/07 */
|
||||
/* Copyright (c) 1989 Mike Threepoint */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)qt_clust.h 3.3 1999/11/19 */
|
||||
/* SCCS Id: @(#)qt_clust.h 3.4 1999/11/19 */
|
||||
/* Copyright (c) Warwick Allison, 1999. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)qt_kde0.h 3.3 1999/11/19 */
|
||||
/* SCCS Id: @(#)qt_kde0.h 3.4 1999/11/19 */
|
||||
/* Copyright (c) Warwick Allison, 1999. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
// SCCS Id: @(#)qt_win.h 3.3 1999/11/19
|
||||
// SCCS Id: @(#)qt_win.h 3.4 1999/11/19
|
||||
// Copyright (c) Warwick Allison, 1999.
|
||||
// NetHack may be freely redistributed. See license for details.
|
||||
//
|
||||
// Qt Binding for NetHack 3.3
|
||||
// Qt Binding for NetHack 3.4
|
||||
//
|
||||
// Unfortunately, this doesn't use Qt as well as I would like,
|
||||
// primarily because NetHack is fundamentally a getkey-type
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)qtext.h 3.3 97/02/02 */
|
||||
/* SCCS Id: @(#)qtext.h 3.4 1997/02/02 */
|
||||
/* Copyright (c) Mike Stephenson 1991. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)quest.h 3.3 92/11/15 */
|
||||
/* SCCS Id: @(#)quest.h 3.4 1992/11/15 */
|
||||
/* Copyright (c) Mike Stephenson 1991. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)rect.h 3.3 90/02/22 */
|
||||
/* SCCS Id: @(#)rect.h 3.4 1990/02/22 */
|
||||
/* Copyright (c) 1990 by Jean-Christophe Collet */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)region.h 3.3 96/06/17 */
|
||||
/* SCCS Id: @(#)region.h 3.4 1996/06/17 */
|
||||
/* Copyright (c) 1996 by Jean-Christophe Collet */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)rm.h 3.3 1999/12/12 */
|
||||
/* SCCS Id: @(#)rm.h 3.4 1999/12/12 */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)skills.h 3.3 1999/10/27 */
|
||||
/* SCCS Id: @(#)skills.h 3.4 1999/10/27 */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985-1999. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)sp_lev.h 3.3 96/05/08 */
|
||||
/* SCCS Id: @(#)sp_lev.h 3.4 1996/05/08 */
|
||||
/* Copyright (c) 1989 by Jean-Christophe Collet */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)spell.h 3.3 95/06/01 */
|
||||
/* SCCS Id: @(#)spell.h 3.4 1995/06/01 */
|
||||
/* Copyright 1986, M. Stephenson */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)system.h 3.3 2001/12/07 */
|
||||
/* SCCS Id: @(#)system.h 3.4 2001/12/07 */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)tcap.h 3.3 92/10/21 */
|
||||
/* SCCS Id: @(#)tcap.h 3.4 1992/10/21 */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1989. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)tile2x11.h 3.3 95/01/25 */
|
||||
/* SCCS Id: @(#)tile2x11.h 3.4 1995/01/25 */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
#ifndef TILE2X11_H
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)timeout.h 3.3 1999/02/13 */
|
||||
/* SCCS Id: @(#)timeout.h 3.4 1999/02/13 */
|
||||
/* Copyright 1994, Dean Luick */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)tradstdc.h 3.3 93/05/30 */
|
||||
/* SCCS Id: @(#)tradstdc.h 3.4 1993/05/30 */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)trampoli.h 3.3 95/06/01 */
|
||||
/* SCCS Id: @(#)trampoli.h 3.4 1995/06/01 */
|
||||
/* Copyright (c) 1989, by Norm Meluch and Stephen Spackman */
|
||||
/* 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
Reference in New Issue
Block a user