Merge branch 'NetHack-3.6.0'
This commit is contained in:
@@ -55,7 +55,7 @@ void ClearCol(struct Window *w);
|
||||
void
|
||||
EditColor()
|
||||
{
|
||||
extern const char *configfile;
|
||||
extern char configfile[];
|
||||
int i, done = 0, okay = 0;
|
||||
long code, qual, class;
|
||||
register struct Gadget *gd, *dgad;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# NetHack Makefile.
|
||||
# NetHack 3.6 Makefile.top $NHDT-Date: 1449621572 2015/12/09 00:39:32 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.33 $
|
||||
# NetHack 3.6 Makefile.top $NHDT-Date: 1465114189 2016/06/05 08:09:49 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.35 $
|
||||
|
||||
# Root of source tree:
|
||||
NHSROOT=.
|
||||
@@ -76,7 +76,7 @@ VARDAT = $(VARDATD) $(VARDATND)
|
||||
# end of configuration
|
||||
#
|
||||
|
||||
DATHELP = help hh cmdhelp history opthelp wizhelp
|
||||
DATHELP = help hh cmdhelp keyhelp history opthelp wizhelp
|
||||
|
||||
SPEC_LEVS = asmodeus.lev baalz.lev bigrm-*.lev castle.lev fakewiz?.lev \
|
||||
juiblex.lev knox.lev medusa-?.lev minend-?.lev minefill.lev \
|
||||
|
||||
@@ -30,6 +30,11 @@ EXPLORERS=*
|
||||
# Uses the same syntax as the WIZARDS and EXPLORERS options above.
|
||||
#SHELLERS=
|
||||
|
||||
# If the user name is found in this list, prompt for username instead.
|
||||
# Uses the same syntax as the WIZARDS option above.
|
||||
# A public server should probably disable this.
|
||||
GENERICUSERS=play player game games nethack nethacker
|
||||
|
||||
# Use the player name for matching WIZARDS, EXPLORERS and SHELLERS,
|
||||
# instead of the user's login name.
|
||||
#CHECK_PLNAME=1
|
||||
|
||||
1
sys/vms/.gitattributes
vendored
1
sys/vms/.gitattributes
vendored
@@ -1 +1,2 @@
|
||||
Makefile.* NHSUBST
|
||||
*.com NHSUBST
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# NetHack Makefile (VMS) - for building nethack itself.
|
||||
# NetHack 3.6 Makefile.src $NHDT-Date: 1447314365 2015/11/12 07:46:05 $ $NHDT-Branch: master $:$NHDT-Revision: 1.27 $
|
||||
# NetHack 3.6 Makefile.src $NHDT-Date: 1465133388 2016/06/05 13:29:48 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.28 $
|
||||
|
||||
# Copy this file to [.src]Makefile. and then edit it as needed.
|
||||
# The default configuration is for building with DEC C (aka Compaq C).
|
||||
@@ -97,7 +97,7 @@ RANDOBJ = random.obj
|
||||
# Other things that have to be reconfigured are in vmsconf.h,
|
||||
# and config.h
|
||||
|
||||
VERSION = 3.5.0
|
||||
VERSION = 3.6.1
|
||||
|
||||
MAKEDEFS = $(UTL)makedefs.exe;
|
||||
|
||||
|
||||
5
sys/vms/install.com
Normal file → Executable file
5
sys/vms/install.com
Normal file → Executable file
@@ -1,6 +1,6 @@
|
||||
$ ! vms/install.com -- set up nethack 'playground'
|
||||
$ !
|
||||
$ ! $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
|
||||
$ ! $NHDT-Date: 1465133391 2016/06/05 13:29:51 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.9 $
|
||||
$ !
|
||||
$ ! Use vmsbuild.com to create nethack.exe, makedefs, and lev_comp *first*.
|
||||
$ !
|
||||
@@ -24,7 +24,8 @@ $
|
||||
$ ! note: all filespecs contain some punctuation,
|
||||
$ ! to avoid inadvertent logical name interaction
|
||||
$ play_files = "PERM.,RECORD.,LOGFILE.,PANICLOG."
|
||||
$ help_files = "HELP.,HH.,CMDHELP.,WIZHELP.,OPTHELP.,HISTORY.,LICENSE."
|
||||
$ help_files = "HELP.,HH.,CMDHELP.,KEYHELP.,WIZHELP.,OPTHELP.," -
|
||||
+ "HISTORY.,LICENSE."
|
||||
$ data_files = "DATA.,RUMORS.,ORACLES.,OPTIONS.,QUEST.DAT,TRIBUTE."
|
||||
$ sysconf_file = "[.sys.vms]sysconf"
|
||||
$ guidebook = "[.doc]Guidebook.txt"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
$! NetHack.Com -- sample command procedure for invoking NetHack 9-JAN-1993
|
||||
$ v = 'f$verify(0)'
|
||||
$!
|
||||
$! $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
|
||||
$! $NHDT-Date: 1465133392 2016/06/05 13:29:52 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.4 $
|
||||
$!
|
||||
$! Possible command line arguments include
|
||||
$! "-uConan-B" !play a barbarian named Conan
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
$ ! sys/vms/spec_lev.com -- preprocess nethack's special level compiler code
|
||||
$ !
|
||||
$ ! $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
|
||||
$ ! $NHDT-Date: 1465133393 2016/06/05 13:29:53 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.4 $
|
||||
$ !
|
||||
$ ! This operation needs to be performed prior to executing vmsbuild.com.
|
||||
$ ! Process the scanning and parsing code for NetHack's special level
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
$ ! vms/vmsbuild.com -- compile and link NetHack 3.6.* [pr]
|
||||
$ version_number = "3.5.0"
|
||||
$ ! $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
|
||||
$ version_number = "3.6.1"
|
||||
$ ! $NHDT-Date: 1465133393 2016/06/05 13:29:53 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.15 $
|
||||
$ !
|
||||
$ ! usage:
|
||||
$ ! $ set default [.src] !or [-.-.src] if starting from [.sys.vms]
|
||||
|
||||
Reference in New Issue
Block a user