From: keni Date: Thu, 26 Feb 2015 22:10:11 +0000 (-0500) Subject: A batch of manual header var additions. X-Git-Tag: NetHack-3.6.0_RC01~674 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0109f9715b2e56377a1d52e3a7212d2f613ca458;p=nethack A batch of manual header var additions. --- diff --git a/win/Qt/Install.Qt b/win/Qt/Install.Qt index bb204568d..28de2c431 100644 --- a/win/Qt/Install.Qt +++ b/win/Qt/Install.Qt @@ -1,5 +1,7 @@ Installing NetHack with a Qt or KDE interface --------------------------------------------- +$NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ +$Date: 2004/07/01 18:21:51 $ $Revision: 1.7 $ This document describes the installation of NetHack with a Qt interface on UNIX/X11 or Mac OS X. This code should also work with Qt/Windows, but diff --git a/win/X11/Install.X11 b/win/X11/Install.X11 index f26cbb72f..4473616bc 100644 --- a/win/X11/Install.X11 +++ b/win/X11/Install.X11 @@ -1,3 +1,5 @@ +$NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ +$Date: 2007/12/13 20:17:11 $ $Revision: 1.6 $ This document describes the installation of NetHack with an X11 interface. diff --git a/win/X11/NetHack.ad b/win/X11/NetHack.ad index f6f43be27..e6bff9721 100644 --- a/win/X11/NetHack.ad +++ b/win/X11/NetHack.ad @@ -1,3 +1,6 @@ +! $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ +! $Date: 2003/10/03 02:09:25 $ $Revision: 1.5 $ + ! The display_file, tombstone, and menu windows are all formatted assuming ! a fixed width font. Text windows may or may not be formatted as above. ! The rip window applies if the GRAPHIC_TOMBSTONE option is turned on, and diff --git a/win/X11/dialogs.c b/win/X11/dialogs.c index a887ef0c7..21552921d 100644 --- a/win/X11/dialogs.c +++ b/win/X11/dialogs.c @@ -39,6 +39,9 @@ * + Added workaround for SYSV include problem. * + Changed the default width response text widget to be as wide as the * window itself. Suggestion from David E. Wexelblat, dwex@goblin.org. + * + * $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ + * $Date: 2002/03/31 17:11:23 $ $Revision: 1.2 $ */ #ifndef SYSV diff --git a/win/X11/nethack.rc b/win/X11/nethack.rc index e0124f325..18fa2ac8d 100644 --- a/win/X11/nethack.rc +++ b/win/X11/nethack.rc @@ -1,5 +1,7 @@ # # Nethack configuration file. +# $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ +# $Date: 2007/12/13 20:17:11 $ $Revision: 1.2 $ # # Naming this file $(HOME)/.nethackrc (for UNIX) or setting the environment # variable NETHACKOPTIONS to point to its full path name elsewhere tells diff --git a/win/X11/tile2x11.c b/win/X11/tile2x11.c index a2542135d..ebfd3bd9b 100644 --- a/win/X11/tile2x11.c +++ b/win/X11/tile2x11.c @@ -1,6 +1,9 @@ /* * Convert the given input files into an output file that is expected * by nethack. + * + * $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ + * $Date: 2002/03/17 20:02:47 $ $Revision: 1.2 $ * * Assumptions: * + Two dimensional byte arrays are in row order and are not padded diff --git a/win/share/gifread.c b/win/share/gifread.c index 9757227ea..824393af9 100644 --- a/win/share/gifread.c +++ b/win/share/gifread.c @@ -12,6 +12,10 @@ /* | provided "as is" without express or implied warranty. | */ /* +-------------------------------------------------------------------+ */ +/* + * $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ + * $Date: 2002/01/05 21:06:02 $ $Revision: 1.1 $ + */ #include "config.h" #include "tile.h" diff --git a/win/win32/dgnstuff.mak b/win/win32/dgnstuff.mak index 8e5aa81fa..a23aadfd8 100644 --- a/win/win32/dgnstuff.mak +++ b/win/win32/dgnstuff.mak @@ -1,3 +1,6 @@ +# $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ +# $Date: 2002/01/22 22:54:54 $ $Revision: 1.3 $ + #Set all of these or none of them #YACC = byacc.exe #LEX = flex.exe diff --git a/win/win32/levstuff.mak b/win/win32/levstuff.mak index c7540c4bd..cf749c6ce 100644 --- a/win/win32/levstuff.mak +++ b/win/win32/levstuff.mak @@ -1,3 +1,5 @@ +# $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ +# $Date:2002/01/22 22:54:54 $ $Revision: 1.2 $ #YACC = byacc.exe #LEX = flex.exe #YTABC = y_tab.c diff --git a/win/win32/mhsplash.h b/win/win32/mhsplash.h index da6143c54..7d8ab4eb4 100644 --- a/win/win32/mhsplash.h +++ b/win/win32/mhsplash.h @@ -1,5 +1,9 @@ /* Copyright (C) 2002 by Alex Kompel */ /* NetHack may be freely redistributed. See license for details. */ +/* +$NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ +$Date: 2003/03/03 23:31:36 $ $Revision: 1.3 $ +*/ #ifndef MSWINSplashWindow_h #define MSWINSplashWindow_h diff --git a/win/win32/tiles.mak b/win/win32/tiles.mak index 26af1eada..0e76e1c53 100644 --- a/win/win32/tiles.mak +++ b/win/win32/tiles.mak @@ -1,3 +1,6 @@ +#$NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ +#$Date: 2002/01/18 12:55:00 $ $Revision: 1.1 $ + default: all all: ..\win\win32\tiles.bmp