# NetHack Copyright (c) NetHack PC Development Team 1993 - 2006
# NetHack may be freely redistributed. See license for details.
#
+# $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
+# $Date: 2006/09/23 04:40:09 $ $Revision: 1.7 $
+#
# A '#' at the beginning of a line means the rest of the line is a comment.
#
# Some options MUST be set in this file, other options can be toggled while
* - remove useless variable `j' from srandom()
* - cast result of pointer subtraction to long since ptrdiff_t could
* be bigger than that and trigger warnings when assigning to long
+ *
+ * $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
+ * $Date: 2007/12/23 00:59:25 $ $Revision: 1.2 $
*/
#include "hack.h"
* Modified 08 July 2006 to cast strlen() result to int to suppress a
* warning on platforms where size_t > sizeof(int).
*
+ * $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
+ * $Date: 2006/07/09 16:42:21 $ $Revision: 1.4 $
*/
#ifndef lint
NetHack 3.5.0 Linux Elf
+$NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
+$Date: 2005/01/02 17:17:28 $ $Revision: 1.16 $
+
This README provides the instructions for using the official Linux binary,
system platform requirements, as well as steps used to create that binary.
The same steps can be used from the source distribution to create a similar
# depend.awk -- awk script used to construct makefile dependencies
# for nethack's source files (`make depend' support for Makefile.src).
+# $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
+# $Date: 2005/12/15 03:42:52 $ $Revision: 1.3 $
#
# usage:
# cd src ; nawk -f depend.awk ../include/*.h list-of-.c/.cpp-files
$ ! vms/install.com -- set up nethack 'playground'
$ !
+$ ! $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
+$ ! $Date: 2006/09/23 04:45:56 $ $Revision: 1.4 $
+$ !
$ ! Use vmsbuild.com to create nethack.exe, makedefs, and lev_comp *first*.
$ !
$ ! Edit this file to define gamedir & gameuic, or else invoke it with two
$! NetHack.Com -- sample command procedure for invoking NetHack 9-JAN-1993
$ v = 'f$verify(0)'
$!
+$! $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
+$! $Date: 2002/01/05 21:06:00 $ $Revision: 1.1 $
+$!
$! Possible command line arguments include
$! "-uConan-B" !play a barbarian named Conan
$! "-u" "Merlin-W" !play a wizard named Merlin (slight variant of above)
$ ! sys/vms/spec_lev.com -- preprocess nethack's special level compiler code
$ !
+$ ! $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
+$ ! $Date: 2002/01/05 21:06:00 $ $Revision: 1.1 $
+$ !
$ ! This operation needs to be performed prior to executing vmsbuild.com.
$ ! Process the scanning and parsing code for NetHack's special level
$ ! and dungeon compilers. *.l and *.y are converted into *'.c and *.h.
$ ! vms/vmsbuild.com -- compile and link NetHack 3.5.* [pr]
$ version_number = "3.5.0"
+$ ! $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
+$ ! $Date: 2011/05/23 03:27:10 $ $Revision: 1.8 $
$ !
$ ! usage:
$ ! $ set default [.src] !or [-.-.src] if starting from [.sys.vms]
/* NetHack may be freely redistributed. See license for details. */
+/*
+ * $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
+ * $Date: 2002/07/22 03:19:13 $ $Revision: 1.1 $
+ */
#ifndef MSWINMenuWindow_h
#define MSWINMenuWindow_h
// winmain.cpp : Defines the entry point for the application.
+//
+// $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
+// $Date: 2002/12/18 03:51:34 $ $Revision: 1.2 $
#include "winMS.h"
#include <string.h>
#
# To change the configuration, comment out the unwanted lines, and
# uncomment the configuration you want.
+#
+# $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
+# $Date: 2006/09/23 04:40:15 $ $Revision: 1.16 $
# *** OPTIONS ***
#
+$NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
+$Date: 2005/01/02 17:20:12 $ $Revision: 1.4 $
+
Hi,
This is nethack3.5.0 for Atari Gem and tty
* Bieber, Dez. 1994 *
* -> Programmcode *
\****************************/
+/*
+ * $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
+ * $Date: 2002/01/05 21:06:00 $ $Revision: 1.1 $
+ */
#include <errno.h>
#include <stdlib.h>
/* gr_rect.h */
+/*
+ * $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
+ * $Date: 2002/03/20 03:50:49 $ $Revision: 1.1 $
+ */
#include <e_gem.h>
/********** structs **********/
typedef struct {
+/*
+ * $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
+ * $Date: 2002/03/20 03:45:03 $ $Revision: 1.2 $
+ */
#define __TCC_COMPAT__
#include <stdio.h>
#include <string.h>
/* NetHack 3.5 gnworn.c 2009/05/06 10:58:06 1.3 */
+/*
+ * $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
+ * $Date: 2012/01/10 17:47:38 $ $Revision: 1.4 $
+ */
/* Copyright (C) 2002, Dylan Alex Simon */
/* NetHack may be freely redistributed. See license for details. */
/* NetHack 3.5 gnworn.h 2009/05/06 10:58:06 1.3 */
+/*
+ * $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
+ * $Date: 2012/01/10 17:47:38 $ $Revision: 1.4 $
+ */
/* Copyright (C) 2002 by Dylan Alex Simon */
/* NetHack may be freely redistributed. See license for details. */