]> granicus.if.org Git - nethack/commitdiff
A batch of manual header var additions.
authorkeni <keni@his.com>
Thu, 26 Feb 2015 22:10:11 +0000 (17:10 -0500)
committerkeni <keni@his.com>
Thu, 26 Feb 2015 22:10:11 +0000 (17:10 -0500)
win/Qt/Install.Qt
win/X11/Install.X11
win/X11/NetHack.ad
win/X11/dialogs.c
win/X11/nethack.rc
win/X11/tile2x11.c
win/share/gifread.c
win/win32/dgnstuff.mak
win/win32/levstuff.mak
win/win32/mhsplash.h
win/win32/tiles.mak

index bb204568d9409bdfbe894ab78999720b9aed76b3..28de2c4316d199690d8bdbba749b359933c92e06 100644 (file)
@@ -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
index f26cbb72f7c861f4fb038d7c537a0e2c705f2416..4473616bc5860cff25882f5833d5bd244842f71d 100644 (file)
@@ -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.
 
index f6f43be272ef0fac2f8ba9c2bf516e9768cb23ae..e6bff9721ffea9db9e06d776baa2e7a36b2dbfda 100644 (file)
@@ -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
index a887ef0c7b09faf296130d68de170e548928cde9..21552921d1ee4eb9dfdb630091839b9ff3c0b7ee 100644 (file)
@@ -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
index e0124f32514eb9cb01ed0c24d80d4cd3d432881e..18fa2ac8dc81e6fe0237e7520df6d843e43b7cac 100644 (file)
@@ -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
index a2542135debb1c0dcd9707261c32273301261581..ebfd3bd9b99e1d87f74238becc85898822fd0e65 100644 (file)
@@ -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
index 9757227eab75256fe3f30de3077957ff5851d59d..824393af9c3cbac6f93b35dc04f98e50561a2a41 100644 (file)
 /* |   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"
index 8e5aa81fa76527512002756d79aaa7d9d8299e80..a23aadfd81095526d7702a4ee539a0a31059f775 100644 (file)
@@ -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
index c7540c4bd25fb2d434c46f471715ce902098c7f8..cf749c6ce9399399ea04a9f44cc4fccbf4047a45 100644 (file)
@@ -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
index da6143c54825da3e4e47bdfc4e181ff3e1b0521d..7d8ab4eb41cb948bd617ec07f8bd8f541b80da5c 100644 (file)
@@ -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
index 26af1eadadd3a8cdcef0a59cd1a00a2816617900..0e76e1c532b1275cd7a4e2c10fab795f968af9e4 100644 (file)
@@ -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