Merge branch 'NetHack-3.7' into twitch-interact

This commit is contained in:
2026-04-19 08:36:20 -07:00
29 changed files with 3472 additions and 2808 deletions

View File

@@ -8,8 +8,8 @@
# MS Visual Studio Visual C++ compiler
#
# Visual Studio Compilers Tested:
# - Microsoft Visual Studio Community 2022 v 17.14.29
# - Microsoft Visual Studio Community 2026 v 18.4.2
# - Microsoft Visual Studio Community 2022 v 17.14.30
# - Microsoft Visual Studio Community 2026 v 18.5.0
#
#==============================================================================
# This is used for building two distinct executables of NetHack:
@@ -1189,8 +1189,8 @@ rc=Rc.exe
# is too old or untested.
#
# Recently tested versions:
TESTEDVS2022 = 14.44.35222.0
TESTEDVS2026 = 14.50.35728.0
TESTEDVS2022 = 14.44.35225.0
TESTEDVS2026 = 14.50.35729.0
VS20261ST = 1450000000
VS2026CUR = $(TESTEDVS2026:.=)

View File

@@ -197,11 +197,11 @@ _CrtSetReportFile(_CRT_ASSERT, _CRTDBG_FILE_STDERR);*/
#endif
#endif
gh.hname = "NetHack"; /* used for syntax messages */
set_emergency_io();
#ifndef MSWIN_GRAPHICS
early_init(argc, argv); /* already in WinMain for MSWIN_GRAPHICS */
#endif
gh.hname = "NetHack"; /* used for syntax messages */
set_default_prefix_locations(
argv[0]); /* must be re-done after initoptions_init()
* which clears out gp.fqn_prefix[] */