Bart House
ed096f74c3
shk followmsg moved to instance globals. early_init introduced.
2018-12-25 17:46:52 -08:00
Bart House
769ad91cc3
mthrowu, nhlan, options, regions, rip and role globals moved to g.
2018-12-25 16:26:27 -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
0763046c38
zeroX, tc_gbl_data and fqn_prefix moved to instance globals.
2018-12-25 08:09:37 -08:00
Bart House
9069615861
Global changes for qt, qt4, amiga, x11 and curses.
2018-12-24 21:28:44 -08:00
Bart House
8c1a4d9a97
invent, youmonst, hackdir moved to g.
2018-12-24 21:04:15 -08:00
Bart House
e5e906dc3b
Changes needed in various ports due to globals changes.
2018-12-24 14:47:51 -08:00
Bart House
74edf42f1c
Moved decl.c globals into instance globals.
2018-12-22 18:44:22 -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
Bart House
b863fad3ea
Changes needed in the mac terminal port due to globals changes.
2018-12-22 13:53:10 -08:00
Bart House
576eece500
More globals moved to instance_globals.
2018-12-19 21:26:35 -08:00
Bart House
cb42021389
Last big push for moving globals to instance_globals.
2018-12-19 20:01:56 -08:00
Bart House
3645e415e3
Moved more globals to instance_globals.
2018-12-19 20:01:55 -08:00
Bart House
912886a73f
First set of changes to move globals to instance_globals.
2018-12-19 20:00:35 -08:00
nhmall
616a469f0f
Merge branch 'NetHack-3.6.2'
2018-12-19 06:47:30 -05:00
nhmall
a2296d043f
eliminate sys/share/pcsys.c from Windows build
...
Windows build was actually only using a single function
in there, so just add a similar function to sys/winnt/winnt.c
and eliminate the need for including sys/share/pcsys.c in
the build.
2018-12-19 06:43:00 -05:00
nhmall
47cb400a37
Merge branch 'NetHack-3.6.2'
2018-12-18 17:11:53 -05:00
nhmall
ac1f5feb2c
update .gitattributes for recent changes
2018-12-18 17:09:52 -05:00
nhmall
16f651c338
Merge branch 'NetHack-3.6.2'
2018-12-16 08:00:30 -05:00
nhmall
42d9af1b23
don't show stubs in window port valid list
2018-12-15 23:11:52 -05:00
nhmall
9b16cf373c
Merge branch 'NetHack-3.6.2'
2018-12-15 23:00:49 -05:00
nhmall
1b1ea19e57
comment out PDCurses bt default again
2018-12-15 22:04:55 -05:00
nhmall
1b0719a8cc
Makefile.msc update
...
Tell people where to find the latest PDCurses git
repository
2018-12-15 21:52:00 -05:00
nhmall
3709fcbffa
Merge branch 'NetHack-3.6.2'
2018-12-15 18:25:08 -05:00
Patric Mueller
7d15535923
Fix always trapped castle chest
2018-12-15 22:40:30 +01:00
nhmall
be9d974c4d
Makefile.msc update
2018-12-15 02:17:15 -05:00
nhmall
16cda0882c
fix up PDCurses cursor placement for prompts
2018-12-14 23:08:41 -05:00
nhmall
f6625995d4
Merge branch 'NetHack-3.6.2'
2018-12-14 17:27:26 -05:00
nhmall
b71df7b144
Merge branch 'win-minor' into NetHack-3.6.2-beta01
2018-12-13 21:25:34 -05:00
nhmall
bdae51503c
stale dependency
2018-12-13 20:21:26 -05:00
nhmall
5e37d5b5d4
commented out by default
2018-12-13 20:11:03 -05:00
nhmall
36d27b11bd
pdcurses expected objs
...
Match the required curses obj's in most recent updates from
git clone https://git.code.sf.net/p/pdcurses/code pdcurses
2018-12-13 20:07:22 -05:00
nhmall
e89a278f4b
Merge branch 'NetHack-3.6.2'
2018-12-13 08:46:02 -05:00
Bart House
0cd50847fb
Changes to get fuzzer working in NetHackW.
2018-12-12 21:46:14 -08:00
nhmall
ca84486133
clean master after moving of newer content to feature branch
2018-12-10 22:16:08 -05:00
nhmall
00efee7948
Merge branch 'NetHack-3.6.2'
2018-12-10 18:21:53 -05:00
nhmall
5f21dd1308
fix apparent copy and paste error
2018-12-10 18:01:43 -05:00
nhmall
e0a3bc928b
Merge branch 'NetHack-3.6.2'
2018-12-10 09:18:20 -05:00
nhmall
56dc7e150c
allow a deferred windowport init during options processing
...
When options processing encountered OPTIONS=windowtype:X,
the code would immediately attempt to switch over to that
windowtype right in the midst of options processing.
This stores the chosen option into
chosen_window[WINTYPELEN]
thus allowing the startup code to choose it after
options processing has been completed.
2018-12-10 00:44:18 -05:00
Bart House
04d3be930b
Changes to font size and vary_msgcount options for Windows nethack ports.
2018-12-09 14:37:07 -08:00
nhmall
46d2724f58
some early startup adjustments
2018-12-09 13:09:30 -05:00
nhmall
cb191e6a0e
more windmain
2018-12-09 10:14:19 -05:00
nhmall
f706ba094c
clean up some tear-down
...
Windows continued to use function pointers belonging
to particular window ports that were still assigned
even after that port (tty) had gone through its
shutdown procedures when requested by the core.
Fix that and return to the minimal function pointers
that are not part of any of the actual WindowPorts.
2018-12-08 23:04:53 -05:00
nhmall
8d516d4358
clean up Windows exit routines
2018-12-08 22:34:50 -05:00