nhmall
a9c946a05f
Merge branch 'NetHack-3.6'
2019-12-01 19:30:09 -05:00
nhmall
d2d40289e6
update and/or clarify some version references
2019-12-01 19:07:28 -05:00
nhmall
48852b0857
missed a part of vmsbuild.com
2019-11-27 13:48:25 -05:00
nhmall
c1dad9bb25
more lib subfolder updates
2019-11-27 13:19:45 -05:00
nhmall
392ddb2fef
updates to vmsbuild.com to include lua and new 3.7 files
2019-11-12 23:41:01 -05:00
nhmall
bc0d78138f
some, but not all, vms issues fixed
2019-11-12 19:58:48 -05:00
nhmall
9b0090aad9
Merge branch 'NetHack-3.7' into paxed-lua-v2-merged
2019-11-08 12:28:36 -05:00
nhmall
50d04bbd61
Merge branch 'NetHack-3.6'
2019-11-07 23:10:47 -05:00
nhmall
0c5b1674ef
restore use of wildcards in sys/vms/install.com (untested)
2019-11-07 19:39:11 -05:00
PatR
2058ad10f9
missing data file on vms
...
vms's install.com was processing bigrm-%.lev (which corresponds to
bigrm-?.lev on unix) so missed two-digit bigrm-10.lev.
2019-11-07 16:21:52 -08:00
nhmall
40c8c6894b
move vms lua support bits (untested of course)
2019-11-07 18:34:51 -05:00
nhmall
5264589994
comment out unneeded levcomp and dgncomp bits on vms 3.7 build
2019-11-07 17:47:26 -05:00
nhmall
4f654b630e
src and include are down 1 level in src subfolder of lua tree
2019-11-07 17:30:55 -05:00
nhmall
8d4ccf5111
attempt to add the additional include directory to vms build
2019-11-07 17:28:57 -05:00
nhmall
39972beb0d
cut-and-paste error bit
2019-11-07 17:21:23 -05:00
nhmall
f2d8ff49d5
add vms lua build bits
2019-11-07 17:17:17 -05:00
PatR
f5a0e43e31
version number 3.7.0 for vms
2019-05-12 15:57:05 -07:00
PatR
048454c0c3
version number 3.6.3 for vms
2019-05-12 15:52:04 -07:00
nhmall
145bb3f172
Merge branch 'NetHack-3.6'
2019-05-10 15:01:59 -04:00
nhmall
5f56440956
instead of BETA or not, have devel states of release, wip, beta
...
Now that development sources are made public prior to
BETA testing, it is useful to have a work-in-progress
state prior to BETA.
2019-05-10 14:59:03 -04:00
nhmall
db25fe56a8
Merge branch 'NetHack-3.6.2'
2019-05-05 23:30:50 -04:00
PatR
a08c0ed2ab
VMS update
...
Long overdue. Install.vms ought to be rewritten from scratch but that
will probably never happen.
2019-05-05 16:56:58 -07:00
nhmall
42e7f6fcba
Merge branch 'NetHack-3.6.2'
2019-02-23 12:16:13 -05:00
PatR
98002b3166
vms/Makefile.src - curses
...
Add curses dependencies to VMS Makefile. Not tested.
2019-02-22 14:56:42 -08:00
nhmall
670f07a315
Merge branch 'NetHack-3.6.2'
2019-02-18 11:53:46 -05:00
PatR
4a9a92a2e8
VMS curses
...
Add untested support for building the curses interface instead of or
in addtion to tty.
While in there, update Makefile.src's isaac64.obj dependency.
2019-02-16 15:34:23 -08:00
nhmall
a72635005d
Merge branch 'NetHack-3.6.2'
2019-02-10 18:22:02 -05:00
PatR
da1212077d
isaac64 on vms
...
Not tested yet...
2019-02-10 13:54:16 -08:00
nhmall
fd410148c5
Merge branch 'NetHack-3.6.2'
2019-01-29 07:27:56 -05:00
nhmall
0a430cab11
every platform provides sys_random_seed() and SYS_RANDOM_SEED goes away
2019-01-28 10:32:57 +01:00
nhmall
6c114640f5
some system-specific adjustments for RNG routines
...
move some system-specific seed-related stuff from hacklib.c to
a system-specific source file and #define SYS_RANDOM_SEED to
utilize it during build.
Windows changes for random seed generation using
crypto next gen (CNG) api routines.
Corresponding vms changes due to disentangling of VMS and
unix when the unix seed bits got moved (untested).
2019-01-28 10:02:08 +01:00
Bart House
ed096f74c3
shk followmsg moved to instance globals. early_init introduced.
2018-12-25 17:46:52 -08:00
Bart House
64be5fd35a
lock -> g.lock
2018-12-25 13:05:43 -08:00
Bart House
c67f7e5122
globals from files.c moved to instance globals.
2018-12-25 12:56:27 -08:00
Bart House
b1ab64db43
program_state moved to g.
2018-12-25 10:09:04 -08:00
Bart House
ab73df996f
Fix typo lockum -> locknum
2018-12-25 09:40:30 -08:00
Bart House
16db7498d0
UNIX, VMS, DEF_PAGER, MICRO and MFLOPPY globals moved to g.
2018-12-25 09:34:24 -08:00
Bart House
e5e906dc3b
Changes needed in various ports due to globals changes.
2018-12-24 14:47:51 -08:00
Bart House
7743714f1b
Changed references from Cmd to g.Cmd.
2018-12-22 15:03:25 -08:00
Bart House
9567526586
Changed references from hname to g.hname.
2018-12-22 14:51:26 -08:00
Bart House
c9565d4ef6
Change references from hackpid to g.hackpid in various ports.
2018-12-22 14:43:50 -08:00
PatR
bb8ba53ed9
vms/Makefile.src
...
Catch up with recent changes to vmsbuild.com and unix/Makefile.src.
2018-11-29 18:45:37 -08:00
PatR
4ee6b13033
vmsbuild.com update
...
A copyright header inserted last spring uses the wrong format for a
DCL comment and triggers a couple of warnings about invalid commands.
Some linker hackery added a long time ago draws complaints from the
linker on IA64. This was noticed during the release cycle for 3.6.0
but then went unaddressed.
2018-11-21 16:47:42 -08:00
PatR
6839ad3faa
more vms (vmsbuild.com vs monstr.c)
...
Apparently I exited emacs without saving and the revised vmsbuild.com
ended up as a backup file that 'git nhadd' wouldn't see. This was
supposed to be included in the patch committed several hours ago....
2018-11-16 15:34:09 -08:00
PatR
6ecf97f6e3
vms build/install update
...
New-ish files 'engrave', 'epitaph', and 'bogusmon' added for 3.6.0
were not handled by playground setup. NetHack runs without them so
limited testing didn't notice.
Add 'makedefs -s' to build them and include them in installed files.
Also, remove 'makedefs -m' and obsolete monstr.c.
2018-11-16 09:16:48 -08:00
nhmall
a0b53ee391
merge
2018-11-11 10:29:52 -05:00
nhmall
2b66b5ecd1
bump version ID values
2018-05-16 23:06:44 -04:00
keni
0f58af6f37
add missing copyright info
2018-04-25 16:54:50 -04:00
keni
09502df9f1
force expand unexpanded substitution variables
2018-04-25 15:36:11 -04:00
keni
d8c49ec9d1
Add updated copyright lines, part 1.
2018-04-25 15:00:13 -04:00