diff --git a/Files b/Files index af9663ce0..5fd6065f8 100644 --- a/Files +++ b/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. diff --git a/Porting b/Porting index 1b2efd607..16f9cc2ad 100644 --- a/Porting +++ b/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 diff --git a/README b/README index f653b033c..56360877b 100644 --- a/README +++ b/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 -- diff --git a/dat/Arch.des b/dat/Arch.des index bc9614a79..a3a5d989b 100644 --- a/dat/Arch.des +++ b/dat/Arch.des @@ -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. diff --git a/dat/Barb.des b/dat/Barb.des index e91484d14..c7462953e 100644 --- a/dat/Barb.des +++ b/dat/Barb.des @@ -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. diff --git a/dat/Caveman.des b/dat/Caveman.des index 6f782cce2..3f408fec3 100644 --- a/dat/Caveman.des +++ b/dat/Caveman.des @@ -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. diff --git a/dat/Healer.des b/dat/Healer.des index 052106760..e75aa18e5 100644 --- a/dat/Healer.des +++ b/dat/Healer.des @@ -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. diff --git a/dat/Knight.des b/dat/Knight.des index c2cb52168..ba631409c 100644 --- a/dat/Knight.des +++ b/dat/Knight.des @@ -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. diff --git a/dat/Monk.des b/dat/Monk.des index 69b1d0c31..656cb85f9 100644 --- a/dat/Monk.des +++ b/dat/Monk.des @@ -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. diff --git a/dat/Priest.des b/dat/Priest.des index 4b9deeb2d..ea75ab1f0 100644 --- a/dat/Priest.des +++ b/dat/Priest.des @@ -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. diff --git a/dat/Ranger.des b/dat/Ranger.des index 33f3b2ee1..78df23347 100644 --- a/dat/Ranger.des +++ b/dat/Ranger.des @@ -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. diff --git a/dat/Rogue.des b/dat/Rogue.des index 5d9a90cb9..0d4a1ca8c 100644 --- a/dat/Rogue.des +++ b/dat/Rogue.des @@ -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. # diff --git a/dat/Samurai.des b/dat/Samurai.des index fd4f153a3..13545cd72 100644 --- a/dat/Samurai.des +++ b/dat/Samurai.des @@ -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. diff --git a/dat/Tourist.des b/dat/Tourist.des index 2bf1b198e..348b9b74d 100644 --- a/dat/Tourist.des +++ b/dat/Tourist.des @@ -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. diff --git a/dat/Valkyrie.des b/dat/Valkyrie.des index 3a9286a6e..e371b1bc3 100644 --- a/dat/Valkyrie.des +++ b/dat/Valkyrie.des @@ -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. diff --git a/dat/Wizard.des b/dat/Wizard.des index 6025c4b88..14f99c9f4 100644 --- a/dat/Wizard.des +++ b/dat/Wizard.des @@ -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. # diff --git a/dat/bigroom.des b/dat/bigroom.des index 0c2d07f7a..142ca85a2 100644 --- a/dat/bigroom.des +++ b/dat/bigroom.des @@ -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. diff --git a/dat/castle.des b/dat/castle.des index 14585402d..9c6bca1ba 100644 --- a/dat/castle.des +++ b/dat/castle.des @@ -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. # diff --git a/dat/data.base b/dat/data.base index aa7afa007..68f16785d 100644 --- a/dat/data.base +++ b/dat/data.base @@ -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. diff --git a/dat/dungeon.def b/dat/dungeon.def index 7884c0281..fbb17bc9a 100644 --- a/dat/dungeon.def +++ b/dat/dungeon.def @@ -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. # diff --git a/dat/endgame.des b/dat/endgame.des index a38cf7509..60500e1a4 100644 --- a/dat/endgame.des +++ b/dat/endgame.des @@ -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 diff --git a/dat/gehennom.des b/dat/gehennom.des index 80282833c..bee336f7e 100644 --- a/dat/gehennom.des +++ b/dat/gehennom.des @@ -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. diff --git a/dat/knox.des b/dat/knox.des index 088674238..8ff123a64 100644 --- a/dat/knox.des +++ b/dat/knox.des @@ -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. diff --git a/dat/medusa.des b/dat/medusa.des index 97b2a6ddc..879868faa 100644 --- a/dat/medusa.des +++ b/dat/medusa.des @@ -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. diff --git a/dat/mines.des b/dat/mines.des index 8baa96a3b..87a87b654 100644 --- a/dat/mines.des +++ b/dat/mines.des @@ -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. diff --git a/dat/oracle.des b/dat/oracle.des index 3aaa00fb4..0e8f176a3 100644 --- a/dat/oracle.des +++ b/dat/oracle.des @@ -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 diff --git a/dat/quest.txt b/dat/quest.txt index 83cee9c19..2a37b69bd 100644 --- a/dat/quest.txt +++ b/dat/quest.txt @@ -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. diff --git a/dat/sokoban.des b/dat/sokoban.des index b772f96ee..2e1fd0e08 100644 --- a/dat/sokoban.des +++ b/dat/sokoban.des @@ -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. # diff --git a/dat/tower.des b/dat/tower.des index 0468b032b..f5cc29283 100644 --- a/dat/tower.des +++ b/dat/tower.des @@ -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. # diff --git a/dat/yendor.des b/dat/yendor.des index 9260cde73..85834572a 100644 --- a/dat/yendor.des +++ b/dat/yendor.des @@ -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. diff --git a/doc/Guidebook.mn b/doc/Guidebook.mn index 6af9cf5d5..a40fe7213 100644 --- a/doc/Guidebook.mn +++ b/doc/Guidebook.mn @@ -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 diff --git a/doc/Guidebook.tex b/doc/Guidebook.tex index b4bfbce50..e89e9c160 100644 --- a/doc/Guidebook.tex +++ b/doc/Guidebook.tex @@ -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 diff --git a/doc/window.doc b/doc/window.doc index 989732f8c..ce846d56a 100644 --- a/doc/window.doc +++ b/doc/window.doc @@ -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. diff --git a/include/align.h b/include/align.h index 199c5ccd4..1925f1480 100644 --- a/include/align.h +++ b/include/align.h @@ -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. */ diff --git a/include/amiconf.h b/include/amiconf.h index 9f8e12840..4cc3963fa 100644 --- a/include/amiconf.h +++ b/include/amiconf.h @@ -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. */ diff --git a/include/artifact.h b/include/artifact.h index 21296686e..88dd22324 100644 --- a/include/artifact.h +++ b/include/artifact.h @@ -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. */ diff --git a/include/artilist.h b/include/artilist.h index ce58f24db..576940621 100644 --- a/include/artilist.h +++ b/include/artilist.h @@ -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. */ diff --git a/include/attrib.h b/include/attrib.h index afb87d89e..7148191c6 100644 --- a/include/attrib.h +++ b/include/attrib.h @@ -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. */ diff --git a/include/beconf.h b/include/beconf.h index feb652fc8..56df16e9d 100644 --- a/include/beconf.h +++ b/include/beconf.h @@ -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. */ diff --git a/include/color.h b/include/color.h index 79c367254..f791ffadc 100644 --- a/include/color.h +++ b/include/color.h @@ -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. */ diff --git a/include/config.h b/include/config.h index 4e3a0e2c7..3edbf2159 100644 --- a/include/config.h +++ b/include/config.h @@ -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. */ diff --git a/include/config1.h b/include/config1.h index 167c811ee..a38e13c78 100644 --- a/include/config1.h +++ b/include/config1.h @@ -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. */ diff --git a/include/coord.h b/include/coord.h index bfcb1059d..332282096 100644 --- a/include/coord.h +++ b/include/coord.h @@ -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. */ diff --git a/include/decl.h b/include/decl.h index 5a0a32e98..52ea184c4 100644 --- a/include/decl.h +++ b/include/decl.h @@ -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. */ diff --git a/include/def_os2.h b/include/def_os2.h index 58713e576..7ba40e499 100644 --- a/include/def_os2.h +++ b/include/def_os2.h @@ -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. */ diff --git a/include/dgn_file.h b/include/dgn_file.h index 1146c41b7..2fa321443 100644 --- a/include/dgn_file.h +++ b/include/dgn_file.h @@ -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. */ diff --git a/include/display.h b/include/display.h index a85838711..fa458ba1b 100644 --- a/include/display.h +++ b/include/display.h @@ -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. */ diff --git a/include/dlb.h b/include/dlb.h index 0527100c2..3af446201 100644 --- a/include/dlb.h +++ b/include/dlb.h @@ -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. */ diff --git a/include/dungeon.h b/include/dungeon.h index 8f0b7db20..46e863671 100644 --- a/include/dungeon.h +++ b/include/dungeon.h @@ -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. */ diff --git a/include/edog.h b/include/edog.h index ef9f9a12f..eadc5b316 100644 --- a/include/edog.h +++ b/include/edog.h @@ -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. */ diff --git a/include/emin.h b/include/emin.h index ccc0b4bf3..811bf23e5 100644 --- a/include/emin.h +++ b/include/emin.h @@ -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. */ diff --git a/include/engrave.h b/include/engrave.h index 105fd8be5..02c5d9eab 100644 --- a/include/engrave.h +++ b/include/engrave.h @@ -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. */ diff --git a/include/epri.h b/include/epri.h index f09a566a3..56b14ac83 100644 --- a/include/epri.h +++ b/include/epri.h @@ -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. */ diff --git a/include/eshk.h b/include/eshk.h index 0408acd48..72a30e309 100644 --- a/include/eshk.h +++ b/include/eshk.h @@ -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. */ diff --git a/include/extern.h b/include/extern.h index 6550e5fc4..58759288a 100644 --- a/include/extern.h +++ b/include/extern.h @@ -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. */ diff --git a/include/flag.h b/include/flag.h index c50c3cdd9..86aea8b0a 100644 --- a/include/flag.h +++ b/include/flag.h @@ -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. */ diff --git a/include/func_tab.h b/include/func_tab.h index 1418674b6..769801d10 100644 --- a/include/func_tab.h +++ b/include/func_tab.h @@ -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. */ diff --git a/include/global.h b/include/global.h index 6b8781351..ff7d71061 100644 --- a/include/global.h +++ b/include/global.h @@ -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. */ diff --git a/include/hack.h b/include/hack.h index 8fd8ed530..23187ec93 100644 --- a/include/hack.h +++ b/include/hack.h @@ -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. */ diff --git a/include/lev.h b/include/lev.h index 27354b5f1..afc845a49 100644 --- a/include/lev.h +++ b/include/lev.h @@ -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. */ diff --git a/include/macconf.h b/include/macconf.h index e82a96616..7332a0a24 100644 --- a/include/macconf.h +++ b/include/macconf.h @@ -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. */ diff --git a/include/macpopup.h b/include/macpopup.h index 3b9eecb8d..16e860afd 100644 --- a/include/macpopup.h +++ b/include/macpopup.h @@ -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. */ diff --git a/include/mactty.h b/include/mactty.h index 50f204d84..146ed4e1b 100644 --- a/include/mactty.h +++ b/include/mactty.h @@ -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. */ diff --git a/include/macwin.h b/include/macwin.h index c402ab897..aa9cb16d0 100644 --- a/include/macwin.h +++ b/include/macwin.h @@ -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. */ diff --git a/include/mail.h b/include/mail.h index 5c782d84a..daa8b30c9 100644 --- a/include/mail.h +++ b/include/mail.h @@ -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() */ diff --git a/include/mfndpos.h b/include/mfndpos.h index f4d407a75..96c5dd5e7 100644 --- a/include/mfndpos.h +++ b/include/mfndpos.h @@ -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. */ diff --git a/include/micro.h b/include/micro.h index 0947a3966..7d5e90fd0 100644 --- a/include/micro.h +++ b/include/micro.h @@ -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. */ diff --git a/include/mkroom.h b/include/mkroom.h index c8ad0a417..72bd50423 100644 --- a/include/mkroom.h +++ b/include/mkroom.h @@ -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. */ diff --git a/include/monattk.h b/include/monattk.h index 01545d127..996a765e5 100644 --- a/include/monattk.h +++ b/include/monattk.h @@ -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 */ diff --git a/include/mondata.h b/include/mondata.h index 15237835b..08da870a0 100644 --- a/include/mondata.h +++ b/include/mondata.h @@ -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. */ diff --git a/include/monflag.h b/include/monflag.h index 0d0b025f6..8ea8c15a1 100644 --- a/include/monflag.h +++ b/include/monflag.h @@ -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. */ diff --git a/include/monst.h b/include/monst.h index b618f185d..c7de88fe8 100644 --- a/include/monst.h +++ b/include/monst.h @@ -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. */ diff --git a/include/monsym.h b/include/monsym.h index 152f75c01..7bf393ca0 100644 --- a/include/monsym.h +++ b/include/monsym.h @@ -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. */ diff --git a/include/mttypriv.h b/include/mttypriv.h index 48c6c93ca..83ce114e2 100644 --- a/include/mttypriv.h +++ b/include/mttypriv.h @@ -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. */ diff --git a/include/nhlan.h b/include/nhlan.h index 679021455..1cb9bf106 100644 --- a/include/nhlan.h +++ b/include/nhlan.h @@ -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. */ diff --git a/include/ntconf.h b/include/ntconf.h index 172bc790f..8913bf8a5 100644 --- a/include/ntconf.h +++ b/include/ntconf.h @@ -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. */ diff --git a/include/obj.h b/include/obj.h index bdb1f5e1f..5e93983ca 100644 --- a/include/obj.h +++ b/include/obj.h @@ -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. */ diff --git a/include/objclass.h b/include/objclass.h index 38dfb5850..c5cff4331 100644 --- a/include/objclass.h +++ b/include/objclass.h @@ -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. */ diff --git a/include/os2conf.h b/include/os2conf.h index 031f6291b..b706df1c8 100644 --- a/include/os2conf.h +++ b/include/os2conf.h @@ -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. */ diff --git a/include/patchlevel.h b/include/patchlevel.h index c66d1d651..2b5d5e2b6 100644 --- a/include/patchlevel.h +++ b/include/patchlevel.h @@ -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 diff --git a/include/pcconf.h b/include/pcconf.h index 660b0d361..59c3fc31e 100644 --- a/include/pcconf.h +++ b/include/pcconf.h @@ -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. */ /* diff --git a/include/permonst.h b/include/permonst.h index 4031a8bec..a971f0172 100644 --- a/include/permonst.h +++ b/include/permonst.h @@ -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. */ diff --git a/include/prop.h b/include/prop.h index 23e24f9f2..f2ce27489 100644 --- a/include/prop.h +++ b/include/prop.h @@ -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. */ diff --git a/include/qt_clust.h b/include/qt_clust.h index 720eec8df..96fec9333 100644 --- a/include/qt_clust.h +++ b/include/qt_clust.h @@ -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. */ diff --git a/include/qt_kde0.h b/include/qt_kde0.h index 931827b44..4d64a428b 100644 --- a/include/qt_kde0.h +++ b/include/qt_kde0.h @@ -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. */ diff --git a/include/qt_win.h b/include/qt_win.h index 654452f9a..6355586a7 100644 --- a/include/qt_win.h +++ b/include/qt_win.h @@ -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 diff --git a/include/qtext.h b/include/qtext.h index 698dbd387..9ac4f16d6 100644 --- a/include/qtext.h +++ b/include/qtext.h @@ -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. */ diff --git a/include/quest.h b/include/quest.h index 0b9d96936..98b9e3a89 100644 --- a/include/quest.h +++ b/include/quest.h @@ -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. */ diff --git a/include/rect.h b/include/rect.h index 1ebd909e7..a7deafb70 100644 --- a/include/rect.h +++ b/include/rect.h @@ -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. */ diff --git a/include/region.h b/include/region.h index 59dc5fcd6..96ebd99e9 100644 --- a/include/region.h +++ b/include/region.h @@ -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. */ diff --git a/include/rm.h b/include/rm.h index 1c12201c4..c2da2751e 100644 --- a/include/rm.h +++ b/include/rm.h @@ -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. */ diff --git a/include/skills.h b/include/skills.h index 08d04c218..09bc3be7b 100644 --- a/include/skills.h +++ b/include/skills.h @@ -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. */ diff --git a/include/sp_lev.h b/include/sp_lev.h index 1a960261e..f549f5323 100644 --- a/include/sp_lev.h +++ b/include/sp_lev.h @@ -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. */ diff --git a/include/spell.h b/include/spell.h index 22e22a420..6b43e211b 100644 --- a/include/spell.h +++ b/include/spell.h @@ -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. */ diff --git a/include/system.h b/include/system.h index ac7d3b26e..abb6e1aba 100644 --- a/include/system.h +++ b/include/system.h @@ -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. */ diff --git a/include/tcap.h b/include/tcap.h index 79d9474a7..09cff2717 100644 --- a/include/tcap.h +++ b/include/tcap.h @@ -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. */ diff --git a/include/tile2x11.h b/include/tile2x11.h index 78400dbdc..34ac01e75 100644 --- a/include/tile2x11.h +++ b/include/tile2x11.h @@ -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 diff --git a/include/timeout.h b/include/timeout.h index 09ca788de..481bf95bf 100644 --- a/include/timeout.h +++ b/include/timeout.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. */ diff --git a/include/tradstdc.h b/include/tradstdc.h index bb9bdb24f..d636981fb 100644 --- a/include/tradstdc.h +++ b/include/tradstdc.h @@ -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. */ diff --git a/include/trampoli.h b/include/trampoli.h index 7da3f3b76..fde5ab2a0 100644 --- a/include/trampoli.h +++ b/include/trampoli.h @@ -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. */ diff --git a/include/trap.h b/include/trap.h index f142606e0..f74f32834 100644 --- a/include/trap.h +++ b/include/trap.h @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)trap.h 3.3 2000/08/30 */ +/* SCCS Id: @(#)trap.h 3.4 2000/08/30 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/include/unixconf.h b/include/unixconf.h index 288a3af5a..060f03be7 100644 --- a/include/unixconf.h +++ b/include/unixconf.h @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)unixconf.h 3.3 99/07/02 */ +/* SCCS Id: @(#)unixconf.h 3.4 1999/07/02 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/include/vault.h b/include/vault.h index d6db11663..6e0a16280 100644 --- a/include/vault.h +++ b/include/vault.h @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)vault.h 3.3 97/05/01 */ +/* SCCS Id: @(#)vault.h 3.4 1997/05/01 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/include/vision.h b/include/vision.h index 87925d9ae..29396eb4d 100644 --- a/include/vision.h +++ b/include/vision.h @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)vision.h 3.3 95/01/26 */ +/* SCCS Id: @(#)vision.h 3.4 1995/01/26 */ /* Copyright (c) Dean Luick, with acknowledgements to Dave Cohrs, 1990. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/include/vmsconf.h b/include/vmsconf.h index 2bb179f36..d6572d33c 100644 --- a/include/vmsconf.h +++ b/include/vmsconf.h @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)vmsconf.h 3.3 2001/12/07 */ +/* SCCS Id: @(#)vmsconf.h 3.4 2001/12/07 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/include/winGnome.h b/include/winGnome.h index 9163562d8..e894ac8f0 100644 --- a/include/winGnome.h +++ b/include/winGnome.h @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)winGnome.h 3.3. 2000/07/16 */ +/* SCCS Id: @(#)winGnome.h 3.4. 2000/07/16 */ /* Copyright (C) 1998 by Erik Andersen */ /* Copyright (C) 1998 by Anthony Taylor */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/include/winX.h b/include/winX.h index 4ce76420d..38c9a7d44 100644 --- a/include/winX.h +++ b/include/winX.h @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)winX.h 3.3 96/08/18 */ +/* SCCS Id: @(#)winX.h 3.4 1996/08/18 */ /* Copyright (c) Dean Luick, 1992 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/include/winami.h b/include/winami.h index 92b9945ac..ea2c0ece9 100644 --- a/include/winami.h +++ b/include/winami.h @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)winami.h 3.3 93/01/17 */ +/* SCCS Id: @(#)winami.h 3.4 1993/01/17 */ /* Copyright (c) Kenneth Lorber, Bethesda, Maryland, 1991. */ /* Copyright (c) Gregg Wonderly, Naperville, Illinois, 1992, 1993. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/include/wingem.h b/include/wingem.h index ddafee06c..cef54188c 100644 --- a/include/wingem.h +++ b/include/wingem.h @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)wingem.h 3.3 1999/12/10 */ +/* SCCS Id: @(#)wingem.h 3.4 1999/12/10 */ /* Copyright (c) Christian Bressler, 1999 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/include/winprocs.h b/include/winprocs.h index d3dccae59..0df358bc6 100644 --- a/include/winprocs.h +++ b/include/winprocs.h @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)winprocs.h 3.3 96/02/18 */ +/* SCCS Id: @(#)winprocs.h 3.4 1996/02/18 */ /* Copyright (c) David Cohrs, 1992 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/include/wintty.h b/include/wintty.h index 430dda172..fc123d89f 100644 --- a/include/wintty.h +++ b/include/wintty.h @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)wintty.h 3.3 96/02/18 */ +/* SCCS Id: @(#)wintty.h 3.4 1996/02/18 */ /* Copyright (c) David Cohrs, 1991,1992 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/include/wintype.h b/include/wintype.h index be1c1e172..2491d0ec1 100644 --- a/include/wintype.h +++ b/include/wintype.h @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)wintype.h 3.3 96/02/18 */ +/* SCCS Id: @(#)wintype.h 3.4 1996/02/18 */ /* Copyright (c) David Cohrs, 1991 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/include/xwindow.h b/include/xwindow.h index 1145e890f..94c7d3a19 100644 --- a/include/xwindow.h +++ b/include/xwindow.h @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)xwindow.h 3.3 92/03/07 */ +/* SCCS Id: @(#)xwindow.h 3.4 1992/03/07 */ /* Copyright (c) Dean Luick, 1992 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/include/xwindowp.h b/include/xwindowp.h index c2a90509f..bbbe37836 100644 --- a/include/xwindowp.h +++ b/include/xwindowp.h @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)xwindowp.h 3.3 92/03/07 */ +/* SCCS Id: @(#)xwindowp.h 3.4 1992/03/07 */ /* Copyright (c) Dean Luick, 1992 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/include/you.h b/include/you.h index 040030488..2ca496df9 100644 --- a/include/you.h +++ b/include/you.h @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)you.h 3.3 2000/05/21 */ +/* SCCS Id: @(#)you.h 3.4 2000/05/21 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/include/youprop.h b/include/youprop.h index 86cef9b56..fb80f6392 100644 --- a/include/youprop.h +++ b/include/youprop.h @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)youprop.h 3.3 99/07/02 */ +/* SCCS Id: @(#)youprop.h 3.4 1999/07/02 */ /* Copyright (c) 1989 Mike Threepoint */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/allmain.c b/src/allmain.c index 0d084ee73..bcdc12be1 100644 --- a/src/allmain.c +++ b/src/allmain.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)allmain.c 3.3 2002/01/04 */ +/* SCCS Id: @(#)allmain.c 3.4 2002/01/04 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/alloc.c b/src/alloc.c index a254dd8d4..e8f7e9ddd 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)alloc.c 3.3 95/10/04 */ +/* SCCS Id: @(#)alloc.c 3.4 1995/10/04 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/apply.c b/src/apply.c index 58434a88d..9d5377e81 100644 --- a/src/apply.c +++ b/src/apply.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)apply.c 3.3 2002/01/18 */ +/* SCCS Id: @(#)apply.c 3.4 2002/01/18 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/artifact.c b/src/artifact.c index ef161fd2d..e57575f8d 100644 --- a/src/artifact.c +++ b/src/artifact.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)artifact.c 3.3 2001/11/17 */ +/* SCCS Id: @(#)artifact.c 3.4 2001/11/17 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/attrib.c b/src/attrib.c index c05e080bc..0605cdaa7 100644 --- a/src/attrib.c +++ b/src/attrib.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)attrib.c 3.3 2000/05/17 */ +/* SCCS Id: @(#)attrib.c 3.4 2000/05/17 */ /* Copyright 1988, 1989, 1990, 1992, M. Stephenson */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/ball.c b/src/ball.c index 2d2269122..d325d651c 100644 --- a/src/ball.c +++ b/src/ball.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)ball.c 3.3 97/04/23 */ +/* SCCS Id: @(#)ball.c 3.4 1997/04/23 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/bones.c b/src/bones.c index eb0c0a4ef..c96834b07 100644 --- a/src/bones.c +++ b/src/bones.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)bones.c 3.3 2001/04/12 */ +/* SCCS Id: @(#)bones.c 3.4 2001/04/12 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985,1993. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/botl.c b/src/botl.c index 9ee5c8844..8c7ed2c04 100644 --- a/src/botl.c +++ b/src/botl.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)botl.c 3.3 96/07/15 */ +/* SCCS Id: @(#)botl.c 3.4 1996/07/15 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/cmd.c b/src/cmd.c index 8ac53e5e3..6d1bafd80 100644 --- a/src/cmd.c +++ b/src/cmd.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)cmd.c 3.3 2002/01/17 */ +/* SCCS Id: @(#)cmd.c 3.4 2002/01/17 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/dbridge.c b/src/dbridge.c index f92f744ed..6267620de 100644 --- a/src/dbridge.c +++ b/src/dbridge.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)dbridge.c 3.3 2000/02/05 */ +/* SCCS Id: @(#)dbridge.c 3.4 2000/02/05 */ /* Copyright (c) 1989 by Jean-Christophe Collet */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/detect.c b/src/detect.c index cb893f197..fb3d5a450 100644 --- a/src/detect.c +++ b/src/detect.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)detect.c 3.3 1999/12/06 */ +/* SCCS Id: @(#)detect.c 3.4 1999/12/06 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/dig.c b/src/dig.c index e73bf1e2b..bf8b490af 100644 --- a/src/dig.c +++ b/src/dig.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)dig.c 3.3 2001/09/06 */ +/* SCCS Id: @(#)dig.c 3.4 2001/09/06 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/display.c b/src/display.c index 06e36a445..97a4ef2b4 100644 --- a/src/display.c +++ b/src/display.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)display.c 3.3 2000/07/27 */ +/* SCCS Id: @(#)display.c 3.4 2000/07/27 */ /* Copyright (c) Dean Luick, with acknowledgements to Kevin Darcy */ /* and Dave Cohrs, 1990. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/dlb.c b/src/dlb.c index aacc1f27d..d6f2bf5e6 100644 --- a/src/dlb.c +++ b/src/dlb.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)dlb.c 3.3 97/07/29 */ +/* SCCS Id: @(#)dlb.c 3.4 1997/07/29 */ /* Copyright (c) Kenneth Lorber, Bethesda, Maryland, 1993. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/do.c b/src/do.c index 67476a450..a26c4b0ea 100644 --- a/src/do.c +++ b/src/do.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)do.c 3.3 2001/11/29 */ +/* SCCS Id: @(#)do.c 3.4 2001/11/29 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/do_name.c b/src/do_name.c index 176cf0c23..0a3962fff 100644 --- a/src/do_name.c +++ b/src/do_name.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)do_name.c 3.3 2002/01/17 */ +/* SCCS Id: @(#)do_name.c 3.4 2002/01/17 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/do_wear.c b/src/do_wear.c index 4df010c4c..eabd0a961 100644 --- a/src/do_wear.c +++ b/src/do_wear.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)do_wear.c 3.3 2001/12/06 */ +/* SCCS Id: @(#)do_wear.c 3.4 2001/12/06 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/dog.c b/src/dog.c index 8ded6360d..fde74e25d 100644 --- a/src/dog.c +++ b/src/dog.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)dog.c 3.3 1999/10/20 */ +/* SCCS Id: @(#)dog.c 3.4 1999/10/20 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/dogmove.c b/src/dogmove.c index 1aa2a5766..333f6cbd9 100644 --- a/src/dogmove.c +++ b/src/dogmove.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)dogmove.c 3.3 97/05/25 */ +/* SCCS Id: @(#)dogmove.c 3.4 1997/05/25 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/dokick.c b/src/dokick.c index 4b5933e89..427c45170 100644 --- a/src/dokick.c +++ b/src/dokick.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)dokick.c 3.3 2000/04/21 */ +/* SCCS Id: @(#)dokick.c 3.4 2000/04/21 */ /* Copyright (c) Izchak Miller, Mike Stephenson, Steve Linhart, 1989. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/dothrow.c b/src/dothrow.c index 4f238ab2c..b2204e783 100644 --- a/src/dothrow.c +++ b/src/dothrow.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)dothrow.c 3.3 2001/12/10 */ +/* SCCS Id: @(#)dothrow.c 3.4 2001/12/10 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ @@ -495,7 +495,7 @@ hurtle_step(arg, x, y) * Each trap should really trigger on the recoil if * it would trigger during normal movement. However, * not all the possible side-effects of this are - * tested [as of 3.3.2] so we trigger those that + * tested [as of 3.4.0] so we trigger those that * we have tested, and offer a message for the * ones that we have not yet tested. */ diff --git a/src/drawing.c b/src/drawing.c index 30aa2792e..ceb7fedde 100644 --- a/src/drawing.c +++ b/src/drawing.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)drawing.c 3.3 1999/12/02 */ +/* SCCS Id: @(#)drawing.c 3.4 1999/12/02 */ /* Copyright (c) NetHack Development Team 1992. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/dungeon.c b/src/dungeon.c index 55a9b0fa0..c7cd166ce 100644 --- a/src/dungeon.c +++ b/src/dungeon.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)dungeon.c 3.3 1999/10/30 */ +/* SCCS Id: @(#)dungeon.c 3.4 1999/10/30 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/eat.c b/src/eat.c index a47d97185..b6ebb1171 100644 --- a/src/eat.c +++ b/src/eat.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)eat.c 3.3 2002/01/02 */ +/* SCCS Id: @(#)eat.c 3.4 2002/01/02 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/end.c b/src/end.c index 237d804fc..64cb4a63b 100644 --- a/src/end.c +++ b/src/end.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)end.c 3.3 2001/09/24 */ +/* SCCS Id: @(#)end.c 3.4 2001/09/24 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/engrave.c b/src/engrave.c index 2b78d7451..43e563d01 100644 --- a/src/engrave.c +++ b/src/engrave.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)engrave.c 3.3 2001/11/04 */ +/* SCCS Id: @(#)engrave.c 3.4 2001/11/04 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/exper.c b/src/exper.c index a0d6a0386..a310a6369 100644 --- a/src/exper.c +++ b/src/exper.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)exper.c 3.3 2002/01/15 */ +/* SCCS Id: @(#)exper.c 3.4 2002/01/15 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/explode.c b/src/explode.c index 9d53b67d2..2e7371405 100644 --- a/src/explode.c +++ b/src/explode.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)explode.c 3.3 2000/07/07 */ +/* SCCS Id: @(#)explode.c 3.4 2000/07/07 */ /* Copyright (C) 1990 by Ken Arromdee */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/extralev.c b/src/extralev.c index 4d7149320..831240220 100644 --- a/src/extralev.c +++ b/src/extralev.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)extralev.c 3.3 2001/09/06 */ +/* SCCS Id: @(#)extralev.c 3.4 2001/09/06 */ /* Copyright 1988, 1989 by Ken Arromdee */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/files.c b/src/files.c index 28b4bc852..5a7137c32 100644 --- a/src/files.c +++ b/src/files.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)files.c 3.3 2000/04/27 */ +/* SCCS Id: @(#)files.c 3.4 2000/04/27 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/fountain.c b/src/fountain.c index 032c107b7..a8f4f850a 100644 --- a/src/fountain.c +++ b/src/fountain.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)fountain.c 3.3 2001/09/06 */ +/* SCCS Id: @(#)fountain.c 3.4 2001/09/06 */ /* Copyright Scott R. Turner, srt@ucla, 10/27/86 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/hack.c b/src/hack.c index c31fc195e..3c885ac66 100644 --- a/src/hack.c +++ b/src/hack.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)hack.c 3.3 2001/06/02 */ +/* SCCS Id: @(#)hack.c 3.4 2001/06/02 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/hacklib.c b/src/hacklib.c index 768dfbc6e..1e8aed692 100644 --- a/src/hacklib.c +++ b/src/hacklib.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)hacklib.c 3.3 99/04/10 */ +/* SCCS Id: @(#)hacklib.c 3.4 1999/04/10 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* Copyright (c) Robert Patrick Rankin, 1991 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/invent.c b/src/invent.c index 7c3d539a4..c88ae6cb3 100644 --- a/src/invent.c +++ b/src/invent.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)invent.c 3.3 2001/12/27 */ +/* SCCS Id: @(#)invent.c 3.4 2001/12/27 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/light.c b/src/light.c index f49fe2970..5e7229cdc 100644 --- a/src/light.c +++ b/src/light.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)light.c 3.3 97/04/10 */ +/* SCCS Id: @(#)light.c 3.4 1997/04/10 */ /* Copyright (c) Dean Luick, 1994 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/lock.c b/src/lock.c index f85fd99ee..4edcb4f56 100644 --- a/src/lock.c +++ b/src/lock.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)lock.c 3.3 2000/02/06 */ +/* SCCS Id: @(#)lock.c 3.4 2000/02/06 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/mail.c b/src/mail.c index f960f45b9..99d7637f9 100644 --- a/src/mail.c +++ b/src/mail.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)mail.c 3.3 2002/01/13 */ +/* SCCS Id: @(#)mail.c 3.4 2002/01/13 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/makemon.c b/src/makemon.c index ae95f47c7..5f8434fbb 100644 --- a/src/makemon.c +++ b/src/makemon.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)makemon.c 3.3 2001/11/07 */ +/* SCCS Id: @(#)makemon.c 3.4 2001/11/07 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/mapglyph.c b/src/mapglyph.c index 226f920f2..bd3c90857 100644 --- a/src/mapglyph.c +++ b/src/mapglyph.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)mapglyph.c 3.3 2000/08/18 */ +/* SCCS Id: @(#)mapglyph.c 3.4 2000/08/18 */ /* Copyright (c) David Cohrs, 1991 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/mcastu.c b/src/mcastu.c index 563e43baa..56e690f94 100644 --- a/src/mcastu.c +++ b/src/mcastu.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)mcastu.c 3.3 2002/01/10 */ +/* SCCS Id: @(#)mcastu.c 3.4 2002/01/10 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ @@ -442,7 +442,7 @@ int spellnum; } /* else FALLTHRU */ case MGC_PSI_BOLT: - /* prior to 3.3.2 Antimagic was setting the damage to 1--this + /* prior to 3.4.0 Antimagic was setting the damage to 1--this made the spell virtually harmless to players with magic res. */ if (Antimagic) { shieldeff(u.ux, u.uy); diff --git a/src/mhitm.c b/src/mhitm.c index d192c6df9..8dfc1b203 100644 --- a/src/mhitm.c +++ b/src/mhitm.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)mhitm.c 3.3 2000/07/29 */ +/* SCCS Id: @(#)mhitm.c 3.4 2000/07/29 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/mhitu.c b/src/mhitu.c index 5f998085f..0905888b6 100644 --- a/src/mhitu.c +++ b/src/mhitu.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)mhitu.c 3.3 2001/12/06 */ +/* SCCS Id: @(#)mhitu.c 3.4 2001/12/06 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/minion.c b/src/minion.c index b20425235..9f701878e 100644 --- a/src/minion.c +++ b/src/minion.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)minion.c 3.3 2002/01/23 */ +/* SCCS Id: @(#)minion.c 3.4 2002/01/23 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/mklev.c b/src/mklev.c index f25f92c9e..dfcc739be 100644 --- a/src/mklev.c +++ b/src/mklev.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)mklev.c 3.3 2001/11/29 */ +/* SCCS Id: @(#)mklev.c 3.4 2001/11/29 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/mkmap.c b/src/mkmap.c index 3715116c0..f9a68d68b 100644 --- a/src/mkmap.c +++ b/src/mkmap.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)mkmap.c 3.3 96/05/23 */ +/* SCCS Id: @(#)mkmap.c 3.4 1996/05/23 */ /* Copyright (c) J. C. Collet, M. Stephenson and D. Cohrs, 1992 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/mkmaze.c b/src/mkmaze.c index 1d54da23e..6319246b0 100644 --- a/src/mkmaze.c +++ b/src/mkmaze.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)mkmaze.c 3.3 2001/09/06 */ +/* SCCS Id: @(#)mkmaze.c 3.4 2001/09/06 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/mkobj.c b/src/mkobj.c index 041ad5934..81d29946b 100644 --- a/src/mkobj.c +++ b/src/mkobj.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)mkobj.c 3.3 2001/12/03 */ +/* SCCS Id: @(#)mkobj.c 3.4 2001/12/03 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ @@ -622,7 +622,7 @@ boolean artif; /* * Start a corpse decay or revive timer. - * This takes the age of the corpse into consideration as of 3.3.2. + * This takes the age of the corpse into consideration as of 3.4.0. */ void start_corpse_timeout(body) diff --git a/src/mkroom.c b/src/mkroom.c index 180db8ea9..1be8b0daf 100644 --- a/src/mkroom.c +++ b/src/mkroom.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)mkroom.c 3.3 2001/09/06 */ +/* SCCS Id: @(#)mkroom.c 3.4 2001/09/06 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/mon.c b/src/mon.c index 4912980f2..0b6e3cfc0 100644 --- a/src/mon.c +++ b/src/mon.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)mon.c 3.3 2002/01/07 */ +/* SCCS Id: @(#)mon.c 3.4 2002/01/07 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/mondata.c b/src/mondata.c index 58a237117..026184f5c 100644 --- a/src/mondata.c +++ b/src/mondata.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)mondata.c 3.3 2001/12/05 */ +/* SCCS Id: @(#)mondata.c 3.4 2001/12/05 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/monmove.c b/src/monmove.c index 7912fd178..437425e13 100644 --- a/src/monmove.c +++ b/src/monmove.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)monmove.c 3.3 2000/08/16 */ +/* SCCS Id: @(#)monmove.c 3.4 2000/08/16 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/monst.c b/src/monst.c index ed0a85e67..84f008532 100644 --- a/src/monst.c +++ b/src/monst.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)monst.c 3.3 2000/07/14 */ +/* SCCS Id: @(#)monst.c 3.4 2000/07/14 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/mplayer.c b/src/mplayer.c index dde320ac5..74f6bd22b 100644 --- a/src/mplayer.c +++ b/src/mplayer.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)mplayer.c 3.3 97/02/04 */ +/* SCCS Id: @(#)mplayer.c 3.4 1997/02/04 */ /* Copyright (c) Izchak Miller, 1992. */ /* NetHack may be freely redistributed. See license for details. */ @@ -9,7 +9,7 @@ STATIC_DCL void FDECL(get_mplname, (struct monst *, char *)); STATIC_DCL void FDECL(mk_mplayer_armor, (struct monst *, SHORT_P)); /* These are the names of those who - * contributed to the development of NetHack 3.2/3.3. + * contributed to the development of NetHack 3.2/3.3/3.4. * * Keep in alphabetical order within teams. * Same first name is entered once within each team. diff --git a/src/mthrowu.c b/src/mthrowu.c index 86f5b65a0..e3c34a36e 100644 --- a/src/mthrowu.c +++ b/src/mthrowu.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)mthrowu.c 3.3 2001/12/10 */ +/* SCCS Id: @(#)mthrowu.c 3.4 2001/12/10 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/muse.c b/src/muse.c index 81f4209ea..24c45096f 100644 --- a/src/muse.c +++ b/src/muse.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)muse.c 3.3 2002/01/07 */ +/* SCCS Id: @(#)muse.c 3.4 2002/01/07 */ /* Copyright (C) 1990 by Ken Arromdee */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/music.c b/src/music.c index 5b0cf9ee8..fc84d21f0 100644 --- a/src/music.c +++ b/src/music.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)music.c 3.3 2001/12/03 */ +/* SCCS Id: @(#)music.c 3.4 2001/12/03 */ /* Copyright (c) 1989 by Jean-Christophe Collet */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/o_init.c b/src/o_init.c index e15e66e45..bb93754fd 100644 --- a/src/o_init.c +++ b/src/o_init.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)o_init.c 3.3 1999/12/09 */ +/* SCCS Id: @(#)o_init.c 3.4 1999/12/09 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/objects.c b/src/objects.c index b78b64768..4d61b98b4 100644 --- a/src/objects.c +++ b/src/objects.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)objects.c 3.3 2000/02/18 */ +/* SCCS Id: @(#)objects.c 3.4 2000/02/18 */ /* Copyright (c) Mike Threepoint, 1989. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/objnam.c b/src/objnam.c index 68486d2e2..202590ace 100644 --- a/src/objnam.c +++ b/src/objnam.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)objnam.c 3.3 2002/01/04 */ +/* SCCS Id: @(#)objnam.c 3.4 2002/01/04 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/options.c b/src/options.c index d5817f473..019a8e863 100644 --- a/src/options.c +++ b/src/options.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)options.c 3.3 2002/02/04 */ +/* SCCS Id: @(#)options.c 3.4 2002/02/04 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/pager.c b/src/pager.c index 143a8ca54..240b0f3ea 100644 --- a/src/pager.c +++ b/src/pager.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)pager.c 3.3 2002/01/17 */ +/* SCCS Id: @(#)pager.c 3.4 2002/01/17 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/pickup.c b/src/pickup.c index 7e36b0e4d..27931686b 100644 --- a/src/pickup.c +++ b/src/pickup.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)pickup.c 3.3 2001/03/14 */ +/* SCCS Id: @(#)pickup.c 3.4 2001/03/14 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ @@ -1608,7 +1608,7 @@ boolean *prev_loot; } } #endif /* STEED */ - /* 3.3.2 introduced the ability to pick things up from within swallower's stomach */ + /* 3.4.0 introduced the ability to pick things up from within swallower's stomach */ if (u.uswallow) { int count = passed_info ? *passed_info : 0; timepassed = pickup(count); diff --git a/src/pline.c b/src/pline.c index b515b25b1..b4d7af244 100644 --- a/src/pline.c +++ b/src/pline.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)pline.c 3.3 1999/11/28 */ +/* SCCS Id: @(#)pline.c 3.4 1999/11/28 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/polyself.c b/src/polyself.c index 9c38369cc..88e226f5b 100644 --- a/src/polyself.c +++ b/src/polyself.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)polyself.c 3.3 2002/01/15 */ +/* SCCS Id: @(#)polyself.c 3.4 2002/01/15 */ /* Copyright (C) 1987, 1988, 1989 by Ken Arromdee */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/potion.c b/src/potion.c index cd62d5dd4..7d392ba80 100644 --- a/src/potion.c +++ b/src/potion.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)potion.c 3.3 2002/01/15 */ +/* SCCS Id: @(#)potion.c 3.4 2002/01/15 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/pray.c b/src/pray.c index e4d719df0..b75f2d041 100644 --- a/src/pray.c +++ b/src/pray.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)pray.c 3.3 2002/01/15 */ +/* SCCS Id: @(#)pray.c 3.4 2002/01/15 */ /* Copyright (c) Benson I. Margulies, Mike Stephenson, Steve Linhart, 1989. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/priest.c b/src/priest.c index 614fd7321..22492bbf2 100644 --- a/src/priest.c +++ b/src/priest.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)priest.c 3.3 2001/11/07 */ +/* SCCS Id: @(#)priest.c 3.4 2001/11/07 */ /* Copyright (c) Izchak Miller, Steve Linhart, 1989. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/quest.c b/src/quest.c index b07dc776b..1228486f8 100644 --- a/src/quest.c +++ b/src/quest.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)quest.c 3.3 2000/05/05 */ +/* SCCS Id: @(#)quest.c 3.4 2000/05/05 */ /* Copyright 1991, M. Stephenson */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/questpgr.c b/src/questpgr.c index 357de8f29..ff0c9a7a4 100644 --- a/src/questpgr.c +++ b/src/questpgr.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)questpgr.c 3.3 2000/05/05 */ +/* SCCS Id: @(#)questpgr.c 3.4 2000/05/05 */ /* Copyright 1991, M. Stephenson */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/read.c b/src/read.c index 620933f4e..dc2cbd8fd 100644 --- a/src/read.c +++ b/src/read.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)read.c 3.3 2001/12/03 */ +/* SCCS Id: @(#)read.c 3.4 2001/12/03 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/rect.c b/src/rect.c index a967ca852..dc6be73ff 100644 --- a/src/rect.c +++ b/src/rect.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)rect.c 3.3 90/02/22 */ +/* SCCS Id: @(#)rect.c 3.4 1990/02/22 */ /* Copyright (c) 1990 by Jean-Christophe Collet */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/region.c b/src/region.c index 9a215a850..3e0d63fe9 100644 --- a/src/region.c +++ b/src/region.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)region.c 3.3 1999/12/29 */ +/* SCCS Id: @(#)region.c 3.4 1999/12/29 */ /* Copyright (c) 1996 by Jean-Christophe Collet */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/restore.c b/src/restore.c index a2a16f1b8..7038693a1 100644 --- a/src/restore.c +++ b/src/restore.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)restore.c 3.3 1999/11/20 */ +/* SCCS Id: @(#)restore.c 3.4 1999/11/20 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/rip.c b/src/rip.c index 247b0127c..cab4d2e9e 100644 --- a/src/rip.c +++ b/src/rip.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)rip.c 3.3 2001/09/24 */ +/* SCCS Id: @(#)rip.c 3.4 2001/09/24 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/rnd.c b/src/rnd.c index f359ac77e..313b70bda 100644 --- a/src/rnd.c +++ b/src/rnd.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)rnd.c 3.3 96/02/07 */ +/* SCCS Id: @(#)rnd.c 3.4 1996/02/07 */ /* NetHack may be freely redistributed. See license for details. */ #include "hack.h" diff --git a/src/role.c b/src/role.c index 390ba0711..e930b6f83 100644 --- a/src/role.c +++ b/src/role.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)role.c 3.3 2000/08/20 */ +/* SCCS Id: @(#)role.c 3.4 2000/08/20 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985-1999. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/src/rumors.c b/src/rumors.c index 37b31bb1e..085fa2b17 100644 --- a/src/rumors.c +++ b/src/rumors.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)rumors.c 3.3 96/04/20 */ +/* SCCS Id: @(#)rumors.c 3.4 1996/04/20 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */