]> granicus.if.org Git - nethack/commitdiff
update and/or clarify some version references
authornhmall <nhmall@nethack.org>
Mon, 2 Dec 2019 00:07:28 +0000 (19:07 -0500)
committernhmall <nhmall@nethack.org>
Mon, 2 Dec 2019 00:07:28 +0000 (19:07 -0500)
43 files changed:
doc/Guidebook.mn
doc/Guidebook.tex
include/config.h
src/attrib.c
src/cmd.c
src/detect.c
src/do.c
src/dokick.c
src/end.c
src/invent.c
src/mhitu.c
src/minion.c
src/monmove.c
src/objnam.c
src/options.c
src/restore.c
src/steed.c
src/teleport.c
src/u_init.c
src/windows.c
sys/amiga/.gitattributes
sys/atari/.gitattributes
sys/be/.gitattributes
sys/msdos/.gitattributes
sys/os2/.gitattributes
sys/share/.gitattributes
sys/unix/README.linux
sys/unix/sysconf
sys/vms/Install.vms
sys/wince/.gitattributes
sys/wince/ceinc/.gitattributes
sys/wince/winhack.rc
sys/wince/winhcksp.rc
sys/winnt/Install.nt
sys/winnt/console.rc
sys/winnt/nethack.def
sys/winnt/sysconf.template
win/gem/.gitattributes
win/gnome/.gitattributes
win/macosx/NetHackGuidebook.applescript
win/macosx/NetHackTerm.applescript
win/tty/wintty.c
win/win32/mswproc.c

index 5bf417b7a2f86a116b597e31e36708b3a416a13c..7d6d3afd25103b43632f17d7db5b7aa5259f83fd 100644 (file)
@@ -1,4 +1,4 @@
-.\" $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.333 $ $NHDT-Date: 1574900824 2019/11/28 00:27:04 $
+.\" $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.334 $ $NHDT-Date: 1575245028 2019/12/02 00:03:48 $
 .\"
 .\" This is an excerpt from the 'roff' man page from the 'groff' package.
 .\" NetHack's Guidebook.mn currently does *not* adhere to these guidelines.
@@ -24,7 +24,7 @@
 .ds vr "NetHack 3.6
 .ds f0 "\*(vr
 .ds f1
-.ds f2 "November 27, 2019
+.ds f2 "December 1, 2019
 .
 .\" A note on some special characters:
 .\" \(lq = left double quote
@@ -4796,7 +4796,7 @@ if your game is compiled with DUMPLOG. Allows the following placeholders:
 .PL %%
 literal \(oq\f(CR%\fP\(cq
 .PL %v
-version (eg. \(lq\f(CR3.6.2\-0\fP\(rq)
+version (eg. \(lq\f(CR3.6.3\-0\fP\(rq)
 .PL %u
 game UID
 .PL %t
index 8a37b106f986c066a0c9212166dceec7f94bee24..7532786ed612a4eda70eac0cc54d91a0a82b1669 100644 (file)
@@ -45,7 +45,7 @@
 %.au
 \author{Original version - Eric S. Raymond\\
 (Edited and expanded for 3.6 by Mike Stephenson and others)}
-\date{November 27, 2019}
+\date{December 1, 2019}
 
 \maketitle
 
@@ -5304,7 +5304,7 @@ if your game is compiled with DUMPLOG. Allows the following placeholders:
 %.sd
 %.si
 {\tt \%\%}  --- literal `{\tt \%}'\\
-{\tt \%v}  --- version (eg. ``{\tt 3.6.2-0}'')\\
+{\tt \%v}  --- version (eg. ``{\tt 3.6.3-0}'')\\
 {\tt \%u}  --- game UID\\
 {\tt \%t}  --- game start time, UNIX timestamp format\\
 {\tt \%T}  --- current time, UNIX timestamp format\\
index d12576f9d6179cf1cf00913df377a066f3a387b6..b606b5db1e560f268df1aad31bde01b128e170eb 100644 (file)
@@ -1,4 +1,4 @@
-/* NetHack 3.6 config.h        $NHDT-Date: 1559601008 2019/06/03 22:30:08 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.123 $ */
+/* NetHack 3.6 config.h        $NHDT-Date: 1575245033 2019/12/02 00:03:53 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.126 $ */
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /*-Copyright (c) Robert Patrick Rankin, 2016. */
 /* NetHack may be freely redistributed.  See license for details. */
@@ -554,7 +554,7 @@ typedef unsigned char uchar;
 #define DUMPLOG_FILE        "/tmp/nethack.%n.%d.log"
 /* DUMPLOG_FILE allows following placeholders:
    %% literal '%'
-   %v version (eg. "3.6.2-0")
+   %v version (eg. "3.6.3-0")
    %u game UID
    %t game start time, UNIX timestamp format
    %T current time, UNIX timestamp format
index 25d57a24cb465be8e6f3d7bb8b0ca82a777e09b6..028eebf83eb6d5341bdbbf9072e3ca0ec8c2fba2 100644 (file)
@@ -1,4 +1,4 @@
-/* NetHack 3.6 attrib.c        $NHDT-Date: 1553363417 2019/03/23 17:50:17 $  $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.65 $ */
+/* NetHack 3.6 attrib.c        $NHDT-Date: 1575245050 2019/12/02 00:04:10 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.66 $ */
 /*      Copyright 1988, 1989, 1990, 1992, M. Stephenson           */
 /* NetHack may be freely redistributed.  See license for details. */
 
@@ -147,7 +147,7 @@ int msgflg; /* positive => no message, zero => message, and */
              * taken below the minimum, reduce max value (peak reached)
              * instead.  That means that restore ability and repeated
              * applications of unicorn horn will not be able to recover
-             * all the lost value.  Starting will 3.6.2, we only take away
+             * all the lost value.  As of 3.6.2, we only take away
              * some (average half, possibly zero) of the excess from max
              * instead of all of it, but without intervening recovery, it
              * can still eventually drop to the minimum allowed.  After
index dca4c54eaae6d9c09bdbf208063e424b301a90a6..6b285240d8502f031f14cf2acafd041f16712c19 100644 (file)
--- a/src/cmd.c
+++ b/src/cmd.c
@@ -1,4 +1,4 @@
-/* NetHack 3.6 cmd.c   $NHDT-Date: 1573346187 2019/11/10 00:36:27 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.349 $ */
+/* NetHack 3.6 cmd.c   $NHDT-Date: 1575245052 2019/12/02 00:04:12 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.350 $ */
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /*-Copyright (c) Robert Patrick Rankin, 2013. */
 /* NetHack may be freely redistributed.  See license for details. */
@@ -1944,7 +1944,7 @@ int final;
         enlght_out(buf);
     }
 
-    /* 3.6.2: dungeon level, so that ^X really has all status info as
+    /* As of 3.6.2: dungeon level, so that ^X really has all status info as
        claimed by the comment below; this reveals more information than
        the basic status display, but that's one of the purposes of ^X;
        similar information is revealed by #overview; the "You died in
index 574a85b7b5fbf4e07a6c95964d416fa8d36aac9d..dfac26a7617d43b98cceefebe73e737b4cc4556e 100644 (file)
@@ -1,4 +1,4 @@
-/* NetHack 3.6 detect.c        $NHDT-Date: 1574882659 2019/11/27 19:24:19 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.99 $ */
+/* NetHack 3.6 detect.c        $NHDT-Date: 1575245054 2019/12/02 00:04:14 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.100 $ */
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /*-Copyright (c) Robert Patrick Rankin, 2018. */
 /* NetHack may be freely redistributed.  See license for details. */
@@ -1336,7 +1336,7 @@ struct obj *sobj; /* scroll--actually fake spellbook--object */
      * Unlike when casting the spell, it is much too intrustive when
      * in the midst of walking around or combatting monsters.
      *
-     * For 3.6.2, show terrain, then object, then monster like regular
+     * As of 3.6.2, show terrain, then object, then monster like regular
      * map updating, except in this case the map locations get marked
      * as seen from every direction rather than just from direction of
      * hero.  Skilled spell marks revealed objects as 'seen up close'
index 4ea7851331abbf03c15379c3b6b55b5c374e420b..f27d82e6a10e2e092f244bd032866e1116cf3669 100644 (file)
--- a/src/do.c
+++ b/src/do.c
@@ -1,4 +1,4 @@
-/* NetHack 3.6 do.c    $NHDT-Date: 1575056306 2019/11/29 19:38:26 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.195 $ */
+/* NetHack 3.6 do.c    $NHDT-Date: 1575245055 2019/12/02 00:04:15 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.196 $ */
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /*-Copyright (c) Derek S. Ray, 2015. */
 /* NetHack may be freely redistributed.  See license for details. */
@@ -167,7 +167,7 @@ const char *verb;
                        since trapped target is a sitting duck */
                     int damage, dieroll = 1;
 
-                    /* 3.6.2: this was calling hmon() unconditionally
+                    /* As of 3.6.2: this was calling hmon() unconditionally
                        so always credited/blamed the hero but the boulder
                        might have been thrown by a giant or launched by
                        a rolling boulder trap triggered by a monster or
index d70b2e504ede922419c9a914fac031ccf73e3a48..e86a313ec111231150bf14c8f1cb15d52ed00cc5 100644 (file)
@@ -1,4 +1,4 @@
-/* NetHack 3.6 dokick.c        $NHDT-Date: 1562462061 2019/07/07 01:14:21 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.133 $ */
+/* NetHack 3.6 dokick.c        $NHDT-Date: 1575245057 2019/12/02 00:04:17 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.136 $ */
 /* Copyright (c) Izchak Miller, Mike Stephenson, Steve Linhart, 1989. */
 /* NetHack may be freely redistributed.  See license for details. */
 
@@ -1763,7 +1763,7 @@ long num;
     Strcpy(obuf, optr);
 
     if (num) { /* means: other objects are impacted */
-        /* 3.6.2: use a separate buffer for the suffix to avoid risk of
+        /* As of 3.6.2: use a separate buffer for the suffix to avoid risk of
            overrunning obuf[] (let pline() handle truncation if necessary) */
         Sprintf(xbuf, " %s %s object%s", otense(otmp, "hit"),
                 (num == 1L) ? "another" : "other", (num > 1L) ? "s" : "");
index f3d4a5bda41c7741f1a747e7d0019069a73f670b..fd00aa2ec849796082d58fd78badfffb50b7aadb 100644 (file)
--- a/src/end.c
+++ b/src/end.c
@@ -1,4 +1,4 @@
-/* NetHack 3.6 end.c   $NHDT-Date: 1573869062 2019/11/16 01:51:02 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.180 $ */
+/* NetHack 3.6 end.c   $NHDT-Date: 1575245059 2019/12/02 00:04:19 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.181 $ */
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /*-Copyright (c) Robert Patrick Rankin, 2012. */
 /* NetHack may be freely redistributed.  See license for details. */
@@ -969,7 +969,7 @@ int size; /* max value is less than 20 */
 #if 0
 /*
  * odds_and_ends() was used for 3.6.0 and 3.6.1.
- * Schroedinger's Cat is handled differently starting with 3.6.2.
+ * Schroedinger's Cat is handled differently as of 3.6.2.
  */
 STATIC_DCL boolean FDECL(odds_and_ends, (struct obj *, int));
 
index 5cb094bccad2c4297b651df085efeff1c5d65d8c..7e7e3b21825c38f88fa5b5bd6b8cfbb1b237e877 100644 (file)
@@ -1,4 +1,4 @@
-/* NetHack 3.6 invent.c        $NHDT-Date: 1573346190 2019/11/10 00:36:30 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.266 $ */
+/* NetHack 3.6 invent.c        $NHDT-Date: 1575245062 2019/12/02 00:04:22 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.267 $ */
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /*-Copyright (c) Derek S. Ray, 2015. */
 /* NetHack may be freely redistributed.  See license for details. */
@@ -471,8 +471,8 @@ const genericptr vptr2;
  *      (fragile) or by avoiding sortloot() during inventory display
  *      (more robust).
  *
- *      3.6.2 reverts to the temporary array of ordered obj pointers
- *      but has sortloot() do the counting and allocation.  Callers
+ *      As of 3.6.2: revert to the temporary array of ordered obj pointers
+ *      but have sortloot() do the counting and allocation.  Callers
  *      need to use array traversal instead of linked list traversal
  *      and need to free the temporary array when done.  And the
  *      array contains 'struct sortloot_item' (aka 'Loot') entries
index f14ddbb63eacacba83600432abfa93344a84f429..849ddb148d8622833e62d1facea6d7fbd620d863 100644 (file)
@@ -1,4 +1,4 @@
-/* NetHack 3.6 mhitu.c $NHDT-Date: 1573688693 2019/11/13 23:44:53 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.167 $ */
+/* NetHack 3.6 mhitu.c $NHDT-Date: 1575245065 2019/12/02 00:04:25 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.168 $ */
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /*-Copyright (c) Robert Patrick Rankin, 2012. */
 /* NetHack may be freely redistributed.  See license for details. */
@@ -1402,7 +1402,7 @@ register struct attack *mattk;
                      (Teleport_control && !Stunned && !unconscious()) ? ""
                      : "very ");
             tele();
-            /* 3.6.2:  make sure damage isn't fatal; previously, it
+            /* As of 3.6.2:  make sure damage isn't fatal; previously, it
                was possible to be teleported and then drop dead at
                the destination when QM's 1d4 damage gets applied below;
                even though that wasn't "wrong", it seemed strange,
@@ -2019,7 +2019,7 @@ struct attack *mattk;
               is_animal(mtmp->data) ? "regurgitates" : "expels");
         expels(mtmp, mtmp->data, FALSE);
     } else if (!u.uswldtim || youmonst.data->msize >= MZ_HUGE) {
-        /* 3.6.2: u.uswldtim used to be set to 0 by life-saving but it
+        /* As of 3.6.2: u.uswldtim used to be set to 0 by life-saving but it
            expels now so the !u.uswldtim case is no longer possible;
            however, polymorphing into a huge form while already
            swallowed is still possible */
index e752ddbceec991d561c2f4a99b0bca687d1a6965..bdeed7aa0ddcd17cba14aaf7ebb4a09d5addf0bc 100644 (file)
@@ -1,4 +1,4 @@
-/* NetHack 3.6 minion.c        $NHDT-Date: 1572530226 2019/10/31 13:57:06 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.43 $ */
+/* NetHack 3.6 minion.c        $NHDT-Date: 1575245071 2019/12/02 00:04:31 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.44 $ */
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /*-Copyright (c) Robert Patrick Rankin, 2008. */
 /* NetHack may be freely redistributed.  See license for details. */
@@ -405,7 +405,7 @@ aligntyp atyp; /* A_NONE is used for 'any alignment' */
     struct permonst *ptr;
 
     /*
-     * 3.6.2:  [fix #H2204, 22-Dec-2010, eight years later...]
+     * As of 3.6.2:  [fix #H2204, 22-Dec-2010, eight years later...]
      * pick a correctly aligned demon in one try.  This used to
      * use mkclass() to choose a random demon type and keep trying
      * (up to 20 times) until it got one with the desired alignment.
index 35a57e504d045cb7f877f9e3b1c0a494844e0294..cd6ca98bbd6279eb4b85be6d51d4bb5d7a932092 100644 (file)
@@ -1,4 +1,4 @@
-/* NetHack 3.6 monmove.c       $NHDT-Date: 1574530078 2019/11/23 17:27:58 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.115 $ */
+/* NetHack 3.6 monmove.c       $NHDT-Date: 1575245074 2019/12/02 00:04:34 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.116 $ */
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /*-Copyright (c) Michael Allison, 2006. */
 /* NetHack may be freely redistributed.  See license for details. */
@@ -1396,7 +1396,7 @@ register int after;
                         add_damage(mtmp->mx, mtmp->my, 0L);
                 }
             } else if (levl[mtmp->mx][mtmp->my].typ == IRONBARS) {
-                /* 3.6.2: was using may_dig() but it doesn't handle bars */
+                /* As of 3.6.2: was using may_dig() but it doesn't handle bars */
                 if (!(levl[mtmp->mx][mtmp->my].wall_info & W_NONDIGGABLE)
                     && (dmgtype(ptr, AD_RUST) || dmgtype(ptr, AD_CORR))) {
                     if (canseemon(mtmp))
index 9bc9148b42f8bb4ff0f816549f1d8a14a88faf67..e54b20732f695e79145075b1b2b1edc17ea3b282 100644 (file)
@@ -1,4 +1,4 @@
-/* NetHack 3.6 objnam.c        $NHDT-Date: 1573290418 2019/11/09 09:06:58 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.248 $ */
+/* NetHack 3.6 objnam.c        $NHDT-Date: 1575245076 2019/12/02 00:04:36 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.255 $ */
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /*-Copyright (c) Robert Patrick Rankin, 2011. */
 /* NetHack may be freely redistributed.  See license for details. */
@@ -435,7 +435,7 @@ unsigned cxn_flags; /* bitmask of CXN_xxx values */
     buf = nextobuf() + PREFIX; /* leave room for "17 -3 " */
     if (Role_if(PM_SAMURAI) && Japanese_item_name(typ))
         actualn = Japanese_item_name(typ);
-    /* 3.6.2: this used to be part of 'dn's initialization, but it
+    /* As of 3.6.2: this used to be part of 'dn's initialization, but it
        needs to come after possibly overriding 'actualn' */
     if (!dn)
         dn = actualn;
index c1e946adeeeaea2f5f45595d1dd33ca4806de037..19f1898135ba1b25de5edccbf485b5adf6d2da62 100644 (file)
@@ -1,4 +1,4 @@
-/* NetHack 3.6 options.c       $NHDT-Date: 1574900826 2019/11/28 00:27:06 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.388 $ */
+/* NetHack 3.6 options.c       $NHDT-Date: 1575245078 2019/12/02 00:04:38 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.391 $ */
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /*-Copyright (c) Michael Allison, 2008. */
 /* NetHack may be freely redistributed.  See license for details. */
@@ -178,7 +178,7 @@ static struct Bool_Opt {
 #else
     { "page_wait", (boolean *) 0, FALSE, SET_IN_FILE },
 #endif
-    /* 3.6.2: move perm_invent from flags to iflags and out of save file */
+    /* moved perm_invent from flags to iflags and out of save file in 3.6.2 */
     { "perm_invent", &iflags.perm_invent, FALSE, SET_IN_GAME },
     { "pickup_thrown", &flags.pickup_thrown, TRUE, SET_IN_GAME },
     { "popup_dialog", &iflags.wc_popup_dialog, FALSE, SET_IN_GAME },   /*WC*/
@@ -2620,7 +2620,7 @@ boolean tinitial, tfrom_file;
         }
         if (!op)
             return FALSE;
-        /* 3.6.2: strip leading and trailing spaces, condense internal ones */
+        /* stripped leading and trailing spaces, condensed internal ones in 3.6.2 */
         mungspaces(op);
         if (!initial) {
             struct fruit *f;
index b6126a2279b3c87e3a0754ca94ba770902bdb4c0..8c8703ba8d81bab79f3bee61cdf1599d614e2ac9 100644 (file)
@@ -1,4 +1,4 @@
-/* NetHack 3.6 restore.c       $NHDT-Date: 1561485720 2019/06/25 18:02:00 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.131 $ */
+/* NetHack 3.6 restore.c       $NHDT-Date: 1575245087 2019/12/02 00:04:47 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.136 $ */
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /*-Copyright (c) Michael Allison, 2009. */
 /* NetHack may be freely redistributed.  See license for details. */
@@ -309,7 +309,7 @@ boolean ghostly, frozen;
             /*
              * TODO:  Remove this after 3.6.x save compatibility is dropped.
              *
-             * For 3.6.2, SchroedingersBox() always has a cat corpse in it.
+             * As of 3.6.2, SchroedingersBox() always has a cat corpse in it.
              * For 3.6.[01], it was empty and its weight was falsified
              * to have the value it would have had if there was one inside.
              * Put a non-rotting cat corpse in this box to convert to 3.6.2.
index 2f09e589684879295db61693311359917c3db093..9de2935f18fd6171f13b57df234e40af216cc5be 100644 (file)
@@ -1,4 +1,4 @@
-/* NetHack 3.6 steed.c $NHDT-Date: 1573940541 2019/11/16 21:42:21 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.67 $ */
+/* NetHack 3.6 steed.c $NHDT-Date: 1575245090 2019/12/02 00:04:50 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.68 $ */
 /* Copyright (c) Kevin Hugo, 1998-1999. */
 /* NetHack may be freely redistributed.  See license for details. */
 
@@ -245,7 +245,7 @@ boolean force;      /* Quietly force this animal */
     }
     if (mtmp->data == &mons[PM_LONG_WORM]
         && (u.ux + u.dx != mtmp->mx || u.uy + u.dy != mtmp->my)) {
-        /* 3.6.2:  test_move(below) is used to check for trying to mount
+        /* As of 3.6.2:  test_move(below) is used to check for trying to mount
            diagonally into or out of a doorway or through a tight squeeze;
            attempting to mount a tail segment when hero was not adjacent
            to worm's head could trigger an impossible() in worm_cross()
index 1e51ab1bea15f8ced46ab530584f156154967bdd..ab1e67c65ec65c9fb599ef36ef5e633a1b0b15d5 100644 (file)
@@ -1,4 +1,4 @@
-/* NetHack 3.6 teleport.c      $NHDT-Date: 1570227405 2019/10/04 22:16:45 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.93 $ */
+/* NetHack 3.6 teleport.c      $NHDT-Date: 1575245091 2019/12/02 00:04:51 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.94 $ */
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /*-Copyright (c) Robert Patrick Rankin, 2011. */
 /* NetHack may be freely redistributed.  See license for details. */
@@ -690,7 +690,7 @@ boolean break_the_rules; /* True: wizard mode ^T */
         if (!Teleportation || (u.ulevel < (Role_if(PM_WIZARD) ? 8 : 12)
                                && !can_teleport(youmonst.data))) {
             /* Try to use teleport away spell.
-               3.6.2: this used to require that you know the spellbook
+               Prior to 3.6.2 this used to require that you know the spellbook
                (probably just intended as an optimization to skip the
                lookup loop) but it is possible to know and cast a spell
                after forgetting its book due to amnesia. */
index 5b5c5113f84f37eaf33324742ecb00bee05f115d..77e7445c1b0421ba6627817ed0e2c6070325b4ae 100644 (file)
@@ -1,4 +1,4 @@
-/* NetHack 3.6 u_init.c        $NHDT-Date: 1539510426 2018/10/14 09:47:06 $  $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.43 $ */
+/* NetHack 3.6 u_init.c        $NHDT-Date: 1575245094 2019/12/02 00:04:54 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.60 $ */
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /*-Copyright (c) Robert Patrick Rankin, 2017. */
 /* NetHack may be freely redistributed.  See license for details. */
@@ -1114,7 +1114,7 @@ register struct trobj *trop;
         if (obj->oclass == ARMOR_CLASS) {
             if (is_shield(obj) && !uarms && !(uwep && bimanual(uwep))) {
                 setworn(obj, W_ARMS);
-                /* 3.6.2: this used to unset uswapwep if it was set, but
+                /* Prior to 3.6.2 this used to unset uswapwep if it was set, but
                    wearing a shield doesn't prevent having an alternate
                    weapon ready to swap with the primary; just make sure we
                    aren't two-weaponing (academic; no one starts that way) */
index f310d555fd9e5ce9d6c63cf397946d46b3e7f8d7..0f0ccb4ed8070c2798d73d1c0e160fa360a9ae4d 100644 (file)
@@ -1,4 +1,4 @@
-/* NetHack 3.6 windows.c       $NHDT-Date: 1573869064 2019/11/16 01:51:04 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.58 $ */
+/* NetHack 3.6 windows.c       $NHDT-Date: 1575245096 2019/12/02 00:04:56 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.60 $ */
 /* Copyright (c) D. Cohrs, 1993. */
 /* NetHack may be freely redistributed.  See license for details. */
 
@@ -1157,7 +1157,7 @@ boolean fullsubs; /* True -> full substitution for file name, False ->
                 else
                     Strcpy(tmpbuf, "{current date+time}");
                 break;
-            case 'v': /* version, eg. "3.6.2-0" */
+            case 'v': /* version, eg. "3.6.3-0" */
                 Sprintf(tmpbuf, "%s", version_string(verbuf));
                 break;
             case 'u': /* UID */
index 732c6177e0a25bc7308028662ab476ce7d60305a..5df6a5f30911315a50fbcf57e759f8eed42bd155 100644 (file)
@@ -1,2 +1,2 @@
 *.p NHSUBST
-* NH_filestag=(file%s_for_Amiga_versions_-_untested_for_3.6.2)
+* NH_filestag=(file%s_for_Amiga_versions_-_untested_for_3.6.3)
index dea950a06c9cd6dab53b6ee52de2b09a51f88a29..66c510f6c61cd7f37334747136224d06f6d7a788 100644 (file)
@@ -1 +1 @@
-* NH_filestag=(file%s_for_Atari_version_-_untested_for_3.6.2)
+* NH_filestag=(file%s_for_Atari_version_-_untested_for_3.6.3)
index 76f62f434b90432446d0a4eb1ae7e2e01469cfae..9d9a3587425ed60ab0d6d3a87aceeeb71826c695 100644 (file)
@@ -1 +1 @@
-* NH_filestag=(file%s_for_BeOS_version_-_untested_for_3.6.2)
+* NH_filestag=(file%s_for_BeOS_version_-_untested_for_3.6.3)
index f248977605d1f784fd288f8e9e83eaf574084cf3..77cd3847bab74cd2975463903a598e82cba3ccd2 100644 (file)
@@ -4,6 +4,6 @@ Makefile.* NHSUBST
 Install.* NHSUBST
 moveinit.pat NH_header=no
 vesa.h NH_header=no
-* NH_filestag=(file%s_for_MSDOS_version_-_untested_for_3.6.2)
+* NH_filestag=(file%s_for_MSDOS_version_-_tested_for_3.6.3_via_cross-compile_only)
 nhico.uu NH_filestag=(file%s_for_running_MSDOS_binary_under_Windows)
 nhpif.uu NH_filestag=>nhico.uu
index 9a0ea4eb391fe89154d84c4bdd930b61ccb5a58f..0537d04f576b6d95ac67e96117367b462fdbf8f6 100644 (file)
@@ -1,2 +1,2 @@
 Makefile.* NHSUBST
-* NH_filestag=(file%s_for_OS/2_version_-_untested_for_3.6.2)
+* NH_filestag=(file%s_for_OS/2_version_-_untested_for_3.6.3)
index 6169bc89ecf1b2e98713d7f97a122c9f6c957b14..a34fbc350219da884ec81796746ff4bf919ab3f3 100644 (file)
@@ -5,16 +5,16 @@ dgn_comp.h NH_header=no
 lev_comp.h NH_header=no
 Makefile.lib NH_header=no
 
-Makefile.lib   NH_filestag=(file%s_for_MSDOS_and_OS/2_versions_-_untested_for_3.6.2)
-#termcap.uu NH_filestag=(file%s_for_MSDOS_and_OS/2_versions_-_untested_for_3.6.2)
+Makefile.lib   NH_filestag=(file%s_for_MSDOS_and_OS/2_versions_-_untested_for_3.6.3)
+#termcap.uu NH_filestag=(file%s_for_MSDOS_and_OS/2_versions_-_untested_for_3.6.3)
 termcap.uu     NH_filestag=>Makefile.lib
 
-pcmain.c       NH_filestag=(file_for_MSDOS,_OS/2,_Amiga,_and_Atari_versions_-_untested_for_3.6.2)
+pcmain.c       NH_filestag=(file_for_MSDOS,_OS/2,_Amiga,_and_Atari_versions_-_untested_for_3.6.3)
 
-pcsys.c                NH_filestag=(file%s_for_MSDOS,_OS/2_and_Atari_versions_-_untested_for_3.6.2)
+pcsys.c                NH_filestag=(file%s_for_MSDOS,_OS/2_and_Atari_versions_-_tested_on_MSDOS_for_3.6.3_via_cross-compile_only)
 pcunix.c       NH_filestag=>pcsys.c
 
-NetHack.cnf    NH_filestag=(file_for_MSDOS,_OS/2,_and_Atari_versions_-_untested_for_3.6.2)
+NetHack.cnf    NH_filestag=(file_for_MSDOS,_OS/2,_and_Atari_versions_-_untested_for_3.6.3)
 pctty.c                NH_filestag=>NetHack.cnf
 
 ioctl.c                NH_filestag=(file%s_for_UNIX_and_Be_versions)
index 64c73674c61be206eeaf941bd5c2b5c41d45ee03..b98d4cc7ccef50e6ee2f1f59c7f4d2911ed78b7b 100644 (file)
@@ -1,6 +1,6 @@
 NetHack 3.6.0 Linux Elf
 
-$NHDT-Date: 1524684188 2018/04/25 19:23:08 $  $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.22 $
+$NHDT-Date: 1575245121 2019/12/02 00:05:21 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.25 $
 
 This README provides the instructions for using the official Linux binary,
 system platform requirements, as well as steps used to create that binary.
@@ -26,10 +26,10 @@ home directory you might perform these steps.
 
 If you have old record and logfile entries from a previous NetHack version,
 you might want to save copies before they get overwritten by the new empty
-files; old saved games and bones files from 3.6.0 and 3.6.1 should work 
-with 3.6.2 but even older saved games and bones files from 3.4.3 will not.
-If you are installing from the RPM, there is no need to save the old record
-and logfile; they are automatically preserved.
+files; old saved games and bones files from 3.6.0 through to 3.6.2 should
+work with 3.6.3 but even older saved games and bones files from 3.4.3 will
+not. If you are installing from the RPM, there is no need to save the old
+record and logfile; they are automatically preserved.
 
 In addition to data files for running the game, you will find other useful
 things in /usr/games/lib/nethackdir (such as a copy of this README :-).
index 856d36b180845758300c8e1d18c4a654c4495efc..7a5c8a1c4135c1d1781cc1591c1075bfc2de3928 100644 (file)
@@ -1,4 +1,4 @@
-# NetHack 3.6 sysconf $NHDT-Date: 1573943504 2019/11/16 22:31:44 $ $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.31 $
+# NetHack 3.6 sysconf $NHDT-Date: 1575245127 2019/12/02 00:05:27 $ $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.32 $
 # Copyright (c) 2015 by Kenneth Lorber, Kensington, Maryland
 # NetHack may be freely redistributed.  See license for details.
 #
@@ -95,7 +95,7 @@ MAXPLAYERS=10
 # Only available if NetHack was compiled with DUMPLOG
 # Allows following placeholders:
 #   %% literal '%'
-#   %v version (eg. "3.6.2-0")
+#   %v version (eg. "3.6.3-0")
 #   %u game UID
 #   %t game start time, UNIX timestamp format
 #   %T current time, UNIX timestamp format
index 993ad4f50796e44b5337c5b3a610c07e49a380d1..8c4bb2ee294b336678281a9c64ce86661daeb8f9 100644 (file)
@@ -147,7 +147,7 @@ Notes:
 
 1.  Save files and bones files from 3.4.x and earlier versions
     will not work with 3.6.3, but save files and bones file from 3.6.0,
-    3.6.1, and 3.6.2 should work. The scoreboard file (RECORD) from 3.6.x
+    through 3.6.2 should work. The scoreboard file (RECORD) from 3.6.x
     or 3.4.x or 3.3.x will work.
 
 2.  To specify user-preference options in your environment, define the
@@ -507,6 +507,6 @@ Notes:
 minimally updated 9-NOV-2015...
 and again 5-MAY-2019...
 
-# NetHack 3.6  Install.vms       $NHDT-Date: 1557701510 2019/05/12 22:51:50 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.15 $
+# NetHack 3.6  Install.vms       $NHDT-Date: 1575245132 2019/12/02 00:05:32 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.16 $
 # Copyright (c) 2003 by Robert Patrick Rankin
 # NetHack may be freely redistributed.  See license for details.
index b3d2a664610820767f3099c60d1210621fd70fac..8e28791ce777428568e2aaa946bad9b223349768 100644 (file)
@@ -1,4 +1,4 @@
 *.ce NHSUBST
 *.mak NHSUBST
 *.bat NHSUBST
-* NH_filestag=(file%s_for_Windows_CE_and_PocketPC_-_untested_for_3.6.2)
+* NH_filestag=(file%s_for_Windows_CE_and_PocketPC_-_untested_for_3.6.3)
index 1763a5005a52579355669a6f3bdf278f66b2a5f1..8e72b80f0e57a87675ff0ad24c44e95758d403d4 100644 (file)
@@ -1 +1 @@
-* NH_filestag=(header_file%s_for_Windows_CE_and_PocketPC_-_untested_for_3.6.2)
+* NH_filestag=(header_file%s_for_Windows_CE_and_PocketPC_-_untested_for_3.6.3)
index 10a0a03f57fb82b88613dc338cb34e1ca2d44bb7..c85fdec67caff6473a03db2b491a274bea9681f9 100644 (file)
@@ -284,8 +284,8 @@ END
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,6,1,0
- PRODUCTVERSION 3,6,2,0
+ FILEVERSION 3,6,3,0
+ PRODUCTVERSION 3,6,3,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x9L
@@ -300,17 +300,17 @@ BEGIN
     BEGIN
         BLOCK "040904b0"
         BEGIN
-            VALUE "Comments", "NetHack 3.6.2 for Windows CE\0"
+            VALUE "Comments", "NetHack 3.6.3 for Windows CE\0"
             VALUE "CompanyName", " \0"
             VALUE "FileDescription", "nethackm\0"
-            VALUE "FileVersion", "3, 6, 2, 0\0"
+            VALUE "FileVersion", "3, 6, 3, 0\0"
             VALUE "InternalName", "nethackm\0"
-            VALUE "LegalCopyright", "Copyright © 1985-2018\0"
+            VALUE "LegalCopyright", "Copyright © 1985-2019\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "nethackm.exe\0"
             VALUE "PrivateBuild", "090914\0"
             VALUE "ProductName", "NetHack\0"
-            VALUE "ProductVersion", "3, 6, 2, 0\0"
+            VALUE "ProductVersion", "3, 6, 3, 0\0"
             VALUE "SpecialBuild", "\0"
         END
     END
index 2ac6e17101d585f6a8aa7c4a1a367ddbcb18db0e..04f7aec40fbcc162ffc535f3ca0c71c325c5bb1e 100644 (file)
@@ -260,8 +260,8 @@ END
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,6,1,0
- PRODUCTVERSION 3,6,1,0
+ FILEVERSION 3,6,3,0
+ PRODUCTVERSION 3,6,3,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x9L
@@ -276,17 +276,17 @@ BEGIN
     BEGIN
         BLOCK "040904b0"
         BEGIN
-            VALUE "Comments", "NetHack 3.6.2 for Smartphone 2002\0"
+            VALUE "Comments", "NetHack 3.6.3 for Smartphone 2002\0"
             VALUE "CompanyName", " \0"
             VALUE "FileDescription", "nethackm\0"
-            VALUE "FileVersion", "3, 6, 2, 0\0"
+            VALUE "FileVersion", "3, 6, 3, 0\0"
             VALUE "InternalName", "nethackm\0"
-            VALUE "LegalCopyright", "Copyright © 1985-2018\0"
+            VALUE "LegalCopyright", "Copyright © 1985-2019\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "nethackm.exe\0"
             VALUE "PrivateBuild", "090914\0"
             VALUE "ProductName", "NetHack For Smartphone\0"
-            VALUE "ProductVersion", "3, 6, 2, 0\0"
+            VALUE "ProductVersion", "3, 6, 3, 0\0"
             VALUE "SpecialBuild", "\0"
         END
     END
index 48c2dddd43dfdd376d766b06070ffaa041415e97..5b87226c1a56f871505a49067a25dbb31c752861 100644 (file)
@@ -5,7 +5,7 @@
                        NetHack 3.6 on a Windows system
                        (Windows 7/8.x/10 or later only)
          ==============================================================
-          Last revision: $NHDT-Date: 1554784481 2019/04/09 04:34:41 $
+          Last revision: $NHDT-Date: 1575245156 2019/12/02 00:05:56 $
 
 Credit for the porting of NetHack to the Win32 Console Subsystem goes to 
 the NT Porting Team started by Michael Allison.
@@ -16,7 +16,7 @@ contributed the port.
 
 Alex Kompel, Dion Nicolaas, Yitzhak Sapir, Derek S. Ray, Michael Allison,
 Pasi Kallinen, Bart House, and Janet Walz contributed to the maintainance
-of the tty and graphical windows versions of NetHack 3.6.2.
+of the tty and graphical windows versions of NetHack 3.6.3.
 
 You can build a TTY version of NetHack and a Windows Graphical 
 version.  You can use one of the following build environments:
@@ -93,11 +93,10 @@ using.  Change to the directory win\win32\vs2017 and run "build.bat".
 
  * Optional curses window-port support *
 
-Starting with 3.6.2, the community patch for a window-port that uses
-curses was incorporated into the NetHack source code tree. That window-port,
-which evolved from work originally done by Karl Garrison, has been used in
-several NetHack variants and on nethack.alt.org and on 
-www.hardfought.org/nethack/.
+Since 3.6.2, the community patch for a window-port that uses curses has been
+incorporated into the NetHack source code tree. That window-port, which 
+evolved from work originally done by Karl Garrison, has been used in several
+NetHack variants and on nethack.alt.org and on www.hardfought.org/nethack/.
 
 If you want to include the curses window-port support in your Visual Studio
 build, you will have to first obtain the PDCurses sources from
@@ -152,7 +151,7 @@ a 32-bit x86 version, or a 64-bit x64 version.  The default Makefile
 is set up for a 32-bit x86 version, but that's only because it will 
 run on the most number of existing Windows environments.
 
-NetHack's save files and bones files in the 3.6.2 release have not yet
+NetHack's save files and bones files in the 3.6.3 release have not yet
 evolved enough to allow them to interchange between the 32-bit version 
 and the 64-bit version (or between different platforms). Hopefully
 that will change in an upcoming release.
@@ -204,8 +203,8 @@ Setting Up
     source tree.
         cd src
 
-2.  Starting with 3.6.2, the community patch for an optional curses 
-    window-port was incorporated into the NetHack source code tree. That 
+2.  Since 3.6.2, the community patch for an optional curses window-port
+    has been incorporated into the NetHack source code tree. That 
     window-port, which evolved from work originally done by Karl Garrison,
     has been used in several NetHack variants and on nethack.alt.org and 
     on www.hardfought.org/nethack/. The optional curses window-port is 
index 0d97339713ce1c16ace70f77037ac1cef99ea2ba..427079edeb78f95e75ffaf7e72ab6f1c52296bae 100644 (file)
@@ -1,4 +1,4 @@
-/* NetHack 3.6 console.rc      $NHDT-Date: 1432512793 2015/05/25 00:13:13 $  $NHDT-Branch: master $:$NHDT-Revision: 1.10 $ */
+/* NetHack 3.6 console.rc      $NHDT-Date: 1575245149 2019/12/02 00:05:49 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.13 $ */
 /* Copyright (c) Yitzhak Sapir, 2002.                                  */
 /* NetHack may be freely redistributed.  See license for details.      */
 
@@ -12,8 +12,8 @@
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,6,2,0
- PRODUCTVERSION 3,6,2,0
+ FILEVERSION 3,6,3,0
+ PRODUCTVERSION 3,6,3,0
  FILEFLAGSMASK 0x1fL
 #ifdef _DEBUG
  FILEFLAGS 0x9L
@@ -29,13 +29,13 @@ BEGIN
         BLOCK "040904b0"
         BEGIN
             VALUE "FileDescription", "NetHack for Windows - TTY Interface\0"
-            VALUE "FileVersion", "3.6.2\0"
+            VALUE "FileVersion", "3.6.3\0"
             VALUE "InternalName", "NetHack\0"
-            VALUE "LegalCopyright", "Copyright (C) 1985 - 2018.  By Stichting Mathematisch Centrum and M. Stephenson.  See license for details.\0"
+            VALUE "LegalCopyright", "Copyright (C) 1985 - 2019.  By Stichting Mathematisch Centrum and M. Stephenson.  See license for details.\0"
             VALUE "OriginalFilename", "NetHack.exe\0"
             VALUE "PrivateBuild", "050102\0"
             VALUE "ProductName", "NetHack\0"
-            VALUE "ProductVersion", "3.6.2\0"
+            VALUE "ProductVersion", "3.6.3\0"
         END
     END
     BLOCK "VarFileInfo"
index 9d3a5cceb9a4baefc6c6436f1ca40cd3108536e1..bc08347a1255e171dcf75af2452b8c7013ea2f83 100644 (file)
@@ -1,5 +1,5 @@
 NAME           NETHACK
-DESCRIPTION    'NetHack 3.6.2 for Windows'
+DESCRIPTION    'NetHack 3.6.3 for Windows'
 EXETYPE                WINDOWS
 STUB           'WINSTUB.EXE'
 CODE           PRELOAD MOVEABLE DISCARDABLE
index d77b114a3b9539dfcca85921296de61d5dff4ef9..fccec7fe620fc720520c12823161526bd8148cd0 100644 (file)
@@ -24,7 +24,7 @@ WIZARDS=*
 # Only available if NetHack was compiled with DUMPLOG
 # Allows following placeholders:
 #   %% literal '%'
-#   %v version (eg. "3.6.2-0")
+#   %v version (eg. "3.6.3-0")
 #   %u game UID
 #   %t game start time, UNIX timestamp format
 #   %T current time, UNIX timestamp format
index 133df44a1ef9b3defb5dc40d652c2bd08404e92f..e108c78d7c8373f56ec1335d357201caefd33aa6 100644 (file)
@@ -1 +1 @@
-* NH_filestag=(file%s_for_GEM_versions_-_untested_for_3.6.2)
+* NH_filestag=(file%s_for_GEM_versions_-_untested_for_3.6.3)
index b1449f357a024129b686bbdb4ceb64acb987c35f..013227bc8f631268b87d1ff4eaf7dd72753a6901 100644 (file)
@@ -1 +1 @@
-* NH_filestag=(file%s_for_GNOME_versions_-_untested_for_3.6.2)
+* NH_filestag=(file%s_for_GNOME_versions_-_untested_for_3.6.3)
index e91d12e033260f8060e044fbb8a2a9d92b76e22e..dd05a3a8f959e2e55069a38a29f01641225ef9ab 100644 (file)
@@ -1,5 +1,5 @@
 #!/usr/bin/osascript
-# NetHack 3.6.2  NetHackGuidebook.applescript $NHDT-Date: 1524684596 2018/04/25 19:29:56 $  $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.8 $
+# NetHack 3.6.3  NetHackGuidebook.applescript $NHDT-Date: 1575245175 2019/12/02 00:06:15 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.10 $
 # Copyright (c) Kenneth Lorber, Kensington, Maryland, 2011
 # NetHack may be freely redistributed.  See license for details.
 
index a4936d0218d05251ecfc92231086c61e85501e2e..7c31b1610ce85ed899aac5a66b4be72be59ecde4 100644 (file)
@@ -1,5 +1,5 @@
 #!/usr/bin/osascript
-# NetHack 3.6.2  NetHackTerm.applescript $NHDT-Date: 1524684597 2018/04/25 19:29:57 $  $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.8 $
+# NetHack 3.6.3  NetHackTerm.applescript $NHDT-Date: 1575245179 2019/12/02 00:06:19 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.10 $
 # Copyright (c) Kenneth Lorber, Kensington, Maryland, 2011
 # NetHack may be freely redistributed.  See license for details.
 
index bcd039a71365a8df31f04be54cf25bbfef68214e..dd1e3400923f65eec651660b1e98b19919afe0df 100644 (file)
@@ -1,4 +1,4 @@
-/* NetHack 3.6 wintty.c        $NHDT-Date: 1571787079 2019/10/22 23:31:19 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.223 $ */
+/* NetHack 3.6 wintty.c        $NHDT-Date: 1575245194 2019/12/02 00:06:34 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.227 $ */
 /* Copyright (c) David Cohrs, 1991                                */
 /* NetHack may be freely redistributed.  See license for details. */
 
@@ -3963,7 +3963,7 @@ unsigned long *colormasks;
         enclev = stat_cap_indx();
         break;
     }
-    /* 3.6.2 we only render on BL_FLUSH (or BL_RESET) */
+    /* As of 3.6.2 we only render on BL_FLUSH (or BL_RESET) */
     return;
 }
 
index f5da7136b73aa43c0e94021573fd6830f3e87832..324418f0cf2a0a69b662e27b190f9693d34b364e 100644 (file)
@@ -1,4 +1,4 @@
-/* NetHack 3.6 mswproc.c       $NHDT-Date: 1545705822 2018/12/25 02:43:42 $  $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.130 $ */
+/* NetHack 3.6 mswproc.c       $NHDT-Date: 1575245201 2019/12/02 00:06:41 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.137 $ */
 /* Copyright (C) 2001 by Alex Kompel    */
 /* NetHack may be freely redistributed.  See license for details. */
 
@@ -2316,7 +2316,7 @@ logDebug(const char *fmt, ...)
 /* Reading and writing settings from the registry. */
 #define CATEGORYKEY "Software"
 #define COMPANYKEY "NetHack"
-#define PRODUCTKEY "NetHack 3.6.2"
+#define PRODUCTKEY "NetHack 3.6.3"
 #define SETTINGSKEY "Settings"
 #define MAINSHOWSTATEKEY "MainShowState"
 #define MAINMINXKEY "MainMinX"