doc util
This commit is contained in:
+3
-3
@@ -3933,7 +3933,7 @@ and also
|
||||
.op autopickup_exception
|
||||
for ways to refine the behavior.
|
||||
.lp ""
|
||||
Note: prior to version 3.7.0, the default for
|
||||
Note: prior to version 5.0.0, the default for
|
||||
.op autopickup
|
||||
was \fIon\fP.
|
||||
.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:
|
||||
.PS "sound index"
|
||||
.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
|
||||
optional; message type to use, see \(lqConfiguring Message Types\(rq
|
||||
.PL pattern
|
||||
@@ -6326,7 +6326,7 @@ Allows the following placeholders:
|
||||
.PL \f(CR%%\fP
|
||||
literal \(oq\f(CR%\fP\(cq
|
||||
.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
|
||||
game UID
|
||||
.PL \f(CR%t\fP
|
||||
|
||||
+4
-4
@@ -23,7 +23,7 @@
|
||||
|
||||
%.au
|
||||
\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)}
|
||||
\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.
|
||||
\\
|
||||
%.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
|
||||
\item[autoquiver]
|
||||
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
|
||||
%.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{pattern} --- the pattern to match;\\
|
||||
\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:
|
||||
% FIXME: this should be changed to a nested list or else be forcibly indented
|
||||
\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{\%t} --- game start time, UNIX timestamp format\\
|
||||
\texttt{\%T} --- current time, UNIX timestamp format\\
|
||||
|
||||
+1
-1
@@ -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. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
+1
-1
@@ -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) Kenneth Lorber, Kensington, Maryland, 2015. */
|
||||
/* Copyright (c) M. Stephenson, 1990, 1991. */
|
||||
|
||||
+1
-1
@@ -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) Robert Patrick Rankin, 2015. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
+1
-1
@@ -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. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
/* NetHack 3.7 sfctool.c */
|
||||
/* NetHack 5.0 sfctool.c */
|
||||
/* Copyright (c) Michael Allison, 2025. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
+1
-1
@@ -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. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
/* NetHack 3.7 stripbs.c */
|
||||
/* NetHack 5.0 stripbs.c */
|
||||
/* Copyright (c) Michael Allison, 2025. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user