Another batch of manual header var additions
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
# 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
|
||||
|
||||
@@ -32,6 +32,9 @@
|
||||
* - 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"
|
||||
|
||||
@@ -41,6 +41,8 @@
|
||||
* 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
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
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
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# 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
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
$ ! 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
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
$! 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)
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
$ ! 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.
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
$ ! 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]
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
/* 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
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
// 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>
|
||||
|
||||
@@ -6,6 +6,9 @@
|
||||
#
|
||||
# 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 ***
|
||||
#
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
$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
|
||||
|
||||
@@ -7,6 +7,10 @@
|
||||
* 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>
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
/* 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 {
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/*
|
||||
* $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>
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
/* 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. */
|
||||
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
/* 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. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user