This commit is contained in:
nhmall
2026-04-26 10:10:05 -04:00
parent 2a6e7c47ec
commit d5d76f0f14
9 changed files with 14 additions and 14 deletions
+3 -3
View File
@@ -3933,7 +3933,7 @@ and also
.op autopickup_exception .op autopickup_exception
for ways to refine the behavior. for ways to refine the behavior.
.lp "" .lp ""
Note: prior to version 3.7.0, the default for Note: prior to version 5.0.0, the default for
.op autopickup .op autopickup
was \fIon\fP. was \fIon\fP.
.lp autoquiver .lp autoquiver
@@ -5670,7 +5670,7 @@ An entry that maps a sound file to a user-specified message pattern.
Each SOUND entry is broken down into the following parts: Each SOUND entry is broken down into the following parts:
.PS "sound index" .PS "sound index"
.PL MESG .PL MESG
message window mapping (the only one supported in 3.7.0); message window mapping (the only one supported in 5.0.0);
.PL msgtype .PL msgtype
optional; message type to use, see \(lqConfiguring Message Types\(rq optional; message type to use, see \(lqConfiguring Message Types\(rq
.PL pattern .PL pattern
@@ -6326,7 +6326,7 @@ Allows the following placeholders:
.PL \f(CR%%\fP .PL \f(CR%%\fP
literal \(oq\f(CR%\fP\(cq literal \(oq\f(CR%\fP\(cq
.PL \f(CR%v\fP .PL \f(CR%v\fP
version (eg. \(lq\f(CR3.7.0\-0\fP\(rq) version (eg. \(lq\f(CR5.0.0\-0\fP\(rq)
.PL \f(CR%u\fP .PL \f(CR%u\fP
game UID game UID
.PL \f(CR%t\fP .PL \f(CR%t\fP
+4 -4
View File
@@ -23,7 +23,7 @@
%.au %.au
\author{Original version - Eric S. Raymond\\ \author{Original version - Eric S. Raymond\\
(Edited and expanded for 3.7.0 by Mike Stephenson and others)} (Edited and expanded for 5.0.0 by Mike Stephenson and others)}
%DO NOT REMOVE NH_DATESUB \date{Date(%B %-d, %Y)} %DO NOT REMOVE NH_DATESUB \date{Date(%B %-d, %Y)}
\date{April 16, 2026} \date{April 16, 2026}
@@ -4263,7 +4263,7 @@ See ``\textit{pickup\textunderscore types}'' and also
``\textit{autopickup\textunderscore exception}'' for ways to refine the behavior. ``\textit{autopickup\textunderscore exception}'' for ways to refine the behavior.
\\ \\
%.lp "" %.lp ""
Note: prior to version 3.7.0, the default for \textit{autopickup} was \textit{on}. Note: prior to version 5.0.0, the default for \textit{autopickup} was \textit{on}.
%.lp %.lp
\item[autoquiver] \item[autoquiver]
This option controls what happens when you attempt the `\texttt{f}' (fire) This option controls what happens when you attempt the `\texttt{f}' (fire)
@@ -6250,7 +6250,7 @@ Each SOUND entry is broken down into the following parts:
%.sd %.sd
%.si %.si
\texttt{MESG} --- message window mapping (the only one supported in 3.7.0);\\ \texttt{MESG} --- message window mapping (the only one supported in 5.0.0);\\
\texttt{msgtype} --- optional; message type to use, see ``Configuring User Sounds''\\ \texttt{msgtype} --- optional; message type to use, see ``Configuring User Sounds''\\
\texttt{pattern} --- the pattern to match;\\ \texttt{pattern} --- the pattern to match;\\
\texttt{sound file} --- the sound file to play;\\ \texttt{sound file} --- the sound file to play;\\
@@ -6940,7 +6940,7 @@ Only available if your game is compiled with DUMPLOG.
Allows the following placeholders: Allows the following placeholders:
% FIXME: this should be changed to a nested list or else be forcibly indented % FIXME: this should be changed to a nested list or else be forcibly indented
\texttt{\%\%} --- literal `\texttt{\%}'\\ \texttt{\%\%} --- literal `\texttt{\%}'\\
\texttt{\%v} --- version (eg. ``\texttt{3.7.0-0}'')\\ \texttt{\%v} --- version (eg. ``\texttt{5.0.0-0}'')\\
\texttt{\%u} --- game UID\\ \texttt{\%u} --- game UID\\
\texttt{\%t} --- game start time, UNIX timestamp format\\ \texttt{\%t} --- game start time, UNIX timestamp format\\
\texttt{\%T} --- current time, UNIX timestamp format\\ \texttt{\%T} --- current time, UNIX timestamp format\\
+1 -1
View File
@@ -1,4 +1,4 @@
/* NetHack 3.7 dlb_main.c $NHDT-Date: 1706213798 2024/01/25 20:16:38 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.27 $ */ /* NetHack 5.0 dlb_main.c $NHDT-Date: 1706213798 2024/01/25 20:16:38 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.27 $ */
/* Copyright (c) Kenneth Lorber, Bethesda, Maryland, 1993. */ /* Copyright (c) Kenneth Lorber, Bethesda, Maryland, 1993. */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
+1 -1
View File
@@ -1,4 +1,4 @@
/* NetHack 3.7 makedefs.c $NHDT-Date: 1702948590 2023/12/19 01:16:30 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.233 $ */ /* NetHack 5.0 makedefs.c $NHDT-Date: 1702948590 2023/12/19 01:16:30 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.233 $ */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/*-Copyright (c) Kenneth Lorber, Kensington, Maryland, 2015. */ /*-Copyright (c) Kenneth Lorber, Kensington, Maryland, 2015. */
/* Copyright (c) M. Stephenson, 1990, 1991. */ /* Copyright (c) M. Stephenson, 1990, 1991. */
+1 -1
View File
@@ -1,4 +1,4 @@
/* NetHack 3.7 panic.c $NHDT-Date: 1596498262 2020/08/03 23:44:22 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.13 $ */ /* NetHack 5.0 panic.c $NHDT-Date: 1596498262 2020/08/03 23:44:22 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.13 $ */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/*-Copyright (c) Robert Patrick Rankin, 2015. */ /*-Copyright (c) Robert Patrick Rankin, 2015. */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
+1 -1
View File
@@ -1,4 +1,4 @@
/* NetHack 3.7 recover.c $NHDT-Date: 1687547437 2023/06/23 19:10:37 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.33 $ */ /* NetHack 5.0 recover.c $NHDT-Date: 1687547437 2023/06/23 19:10:37 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.33 $ */
/* Copyright (c) Janet Walz, 1992. */ /* Copyright (c) Janet Walz, 1992. */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
+1 -1
View File
@@ -1,4 +1,4 @@
/* NetHack 3.7 sfctool.c */ /* NetHack 5.0 sfctool.c */
/* Copyright (c) Michael Allison, 2025. */ /* Copyright (c) Michael Allison, 2025. */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
+1 -1
View File
@@ -1,4 +1,4 @@
/* NetHack 3.7 sfexpasc.c.c $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ */ /* NetHack 5.0 sfexpasc.c.c $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ */
/* Copyright (c) Michael Allison, 2025. */ /* Copyright (c) Michael Allison, 2025. */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
+1 -1
View File
@@ -1,4 +1,4 @@
/* NetHack 3.7 stripbs.c */ /* NetHack 5.0 stripbs.c */
/* Copyright (c) Michael Allison, 2025. */ /* Copyright (c) Michael Allison, 2025. */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */