3.3.2 to 3.4.0

This commit is contained in:
nethack.allison
2002-02-04 16:11:00 +00:00
parent 06528d1002
commit 742e1e8c90
178 changed files with 232 additions and 232 deletions

View File

@@ -1,4 +1,4 @@
Instructions for Installing NetHack 3.3.1
Instructions for Installing NetHack 3.4.0
on a VMS system
=========================================
@@ -139,7 +139,7 @@
Notes:
1. Save files and bones files from earlier versions will not work with
3.3.1. The scoreboard file (RECORD) from 3.3.0 will work; one from
3.4.0. The scoreboard file (RECORD) from 3.3.1 will work; one from
version 3.2.x is slightly different format but should be compatible.
2. To specify user-preference options in your environment, define the
@@ -155,7 +155,7 @@ Notes:
tradeoff for enabling checkpoint is that using it makes level changes
do more I/O and take longer. The "menustyle" option controls some
aspects of the user interface, and can be set to "menustyle:traditional"
to make 3.3.1 or 3.2.x behave more like 3.1.3.
to make 3.4.0, 3.3.x, or 3.2.x behave more like 3.1.3.
If logical name or DCL symbol NETHACKOPTIONS is not defined, NetHack
will try HACKOPTIONS instead. Regardless of whether or not either

View File

@@ -1,5 +1,5 @@
# NetHack Makefile (VMS) - data files: special levels and other data.
# SCCS Id: @(#)Makefile.dat 3.3 1999/03/19
# SCCS Id: @(#)Makefile.dat 3.4 1999/03/19
# Copy this file to [.dat]Makefile.; no editing needed.

View File

@@ -1,5 +1,5 @@
# NetHack Makefile (VMS) - for the [Unix] documentation.
# SCCS Id: @(#)Makefile.doc 3.3 1993/01/06
# SCCS Id: @(#)Makefile.doc 3.4 1993/01/06
# Copy this file to [.doc]Makefile. and edit it if needed.

View File

@@ -1,5 +1,5 @@
# NetHack Makefile (VMS) - for building nethack itself.
# SCCS Id: @(#)Makefile.src 3.3 2001/12/09
# SCCS Id: @(#)Makefile.src 3.4 2001/12/09
# Copy this file to [.src]Makefile. and then edit it as needed.
# If you changed CC or CFLAGS, make similar changes in [.util]Makefile.
@@ -91,7 +91,7 @@ RANDOBJ = random.obj
# and config.h
# note: no trailing whitespace (or comment) after version or patchlevel numbers
VERSION =3.3
VERSION =3.4
PATCHLVL =0
MAKEDEFS = $(UTL)makedefs.exe;

View File

@@ -1,5 +1,5 @@
# NetHack Makefile (VMS) - top level for making & installing everything.
# SCCS Id: @(#)Makefile.top 3.3 96/03/02
# SCCS Id: @(#)Makefile.top 3.4 1996/03/02
# Copy this file to <top>Makefile.; edit the appropriate values for
# GAMEDIR ("playground" location) and GAMEOWNER (UIC or identifier

View File

@@ -1,5 +1,5 @@
# NetHack Makefile (VMS) - for utility programs.
# SCCS Id: @(#)Makefile.utl 3.3 2000/08/05
# SCCS Id: @(#)Makefile.utl 3.4 2000/08/05
# Copy this file to [.util]Makefile. and then edit it as needed.
# Settings for CC and CFLAGS ought to match the ones used in [.src]Makefile.

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)lev_lex.h 3.3 1999/08/08 */
/* SCCS Id: @(#)lev_lex.h 3.4 1999/08/08 */
/* "vms/lev_lex.h" copied into "util/stdio.h" for use in *_lex.c only!
* This is an awful kludge to allow util/*_lex.c made by SunOS's `lex'
* to be compiled as is. (It isn't needed with `flex' or VMS POSIX

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)oldcrtl.c 3.3 1995/06/01 */
/* SCCS Id: @(#)oldcrtl.c 3.4 1995/06/01 */
/* Pat Rankin May'90 */
/* VMS NetHack support, not needed for vms 4.6,4.7,5.x,or later */

View File

@@ -1,5 +1,5 @@
$ ! vms/vmsbuild.com -- compile and link NetHack 3.3.* [pr]
$ version_number = "3.3.0"
$ ! vms/vmsbuild.com -- compile and link NetHack 3.4.* [pr]
$ version_number = "3.4.0"
$ !
$ ! usage:
$ ! $ set default [.src] !or [-.-.src] if starting from [.sys.vms]

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)vmsfiles.c 3.3 1999/08/29 */
/* SCCS Id: @(#)vmsfiles.c 3.4 1999/08/29 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)vmsmail.c 3.3 1995/06/01 */
/* SCCS Id: @(#)vmsmail.c 3.4 1995/06/01 */
/* Copyright (c) Robert Patrick Rankin, 1991. */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)vmsmain.c 3.3 2001/07/27 */
/* SCCS Id: @(#)vmsmain.c 3.4 2001/07/27 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */
/* main.c - VMS NetHack */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)vmsmisc.c 3.3 1996/03/02 */
/* SCCS Id: @(#)vmsmisc.c 3.4 1996/03/02 */
/* NetHack may be freely redistributed. See license for details. */
#include <ssdef.h>

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)vmstty.c 3.3 1995/07/09 */
/* SCCS Id: @(#)vmstty.c 3.4 1995/07/09 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */
/* tty.c - (VMS) version */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)vmsunix.c 3.3 2001/07/27 */
/* SCCS Id: @(#)vmsunix.c 3.4 2001/07/27 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */