hash
stringlengths
40
40
parents
listlengths
0
2
merge
bool
2 classes
msg
stringlengths
3
58.8k
author
stringclasses
107 values
author_email
stringclasses
109 values
author_date
stringdate
2002-01-05 20:49:41
2026-08-18 16:44:45
committer
stringclasses
75 values
committer_email
stringclasses
79 values
committer_date
stringdate
2002-01-05 20:49:41
2026-08-18 16:44:48
tags
listlengths
0
2
modifications
listlengths
0
538
2f76934dedfa0810c7e0bc7da695447ee980804f
[ "3d0fe29ff7195b598e0516b35292c9e581c0f1e2", "43c302d9274578d1ad727db0c0a688d1a898306f" ]
true
Merge branch 'preserve-ghost-info' of https://github.com/copperwater/NetHack into NetHack-5.0
nhmall
nhmall@nethack.org
2026-07-06T08:01:56-04:00
nhmall
nhmall@nethack.org
2026-07-06T08:01:56-04:00
[]
[]
a6308ad5dbfa9df0592b31bfa9b1f4ce31b3b847
[ "2f76934dedfa0810c7e0bc7da695447ee980804f" ]
false
follow-up: eliminate a fall through warning
nhmall
nhmall@nethack.org
2026-07-06T08:03:58-04:00
nhmall
nhmall@nethack.org
2026-07-06T08:03:58-04:00
[]
[ { "old_path": "src/cmd.c", "new_path": "src/cmd.c", "change_type": "MODIFY", "diff": "@@ -4859,6 +4859,7 @@ act_on_act(\n break;\n case MCMD_JUMP:\n cmdq_add_ec(CQ_CANNED, dojump);\n+ break;\n default:\n break;\n }\n", "added_lines": 1, "deleted_lin...
749646e8d336a8f49f24c9f5a327038e976cb5ea
[ "a6308ad5dbfa9df0592b31bfa9b1f4ce31b3b847" ]
false
follow-up: fix a paste error
nhmall
nhmall@nethack.org
2026-07-06T08:17:38-04:00
nhmall
nhmall@nethack.org
2026-07-06T08:17:38-04:00
[]
[ { "old_path": "doc/fixes5-0-1.txt", "new_path": "doc/fixes5-0-1.txt", "change_type": "MODIFY", "diff": "@@ -202,7 +202,7 @@ MS-DOS: some optimizations for tile handling; change 16-color mode and\n \tVESA mode so that the tile is processed once, when it is first\n \tdisplayed, with the result cached;...
bb0016db0a8bd7d16931a221ca7a3242afe0a85c
[ "749646e8d336a8f49f24c9f5a327038e976cb5ea" ]
false
Windows:OPTIONS=windowtype:tty NetHackW.exe issue
nhmall
nhmall@nethack.org
2026-07-06T10:59:53-04:00
nhmall
nhmall@nethack.org
2026-07-06T10:59:53-04:00
[]
[ { "old_path": "sys/windows/windmain.c", "new_path": "sys/windows/windmain.c", "change_type": "MODIFY", "diff": "@@ -192,8 +192,8 @@ _CrtSetReportFile(_CRT_ASSERT, _CRTDBG_FILE_STDERR);*/\n #endif\n #endif\n \n- set_emergency_io();\n #ifndef MSWIN_GRAPHICS\n+ set_emergency_io();\n early_ini...
98bb86ab337c9953306ba6e7d20357409662d1c1
[ "bb0016db0a8bd7d16931a221ca7a3242afe0a85c" ]
false
Windows: fix ascii map hilite_pet hilite_pet was working with tiles, but not with ascii map.
nhmall
nhmall@nethack.org
2026-07-06T11:00:50-04:00
nhmall
nhmall@nethack.org
2026-07-06T11:00:50-04:00
[]
[ { "old_path": "win/win32/mhmap.c", "new_path": "win/win32/mhmap.c", "change_type": "MODIFY", "diff": "@@ -989,7 +989,8 @@ paintGlyph(PNHMapWindow data, int i, int j, RECT * rect)\n rgbcolor = nhcolor_to_RGB(color);\n }\n }\n- if (((data->map[i][j].gm.glyphf...
81ac4deb1ec0a4ac52f8af5f018e9e4080914a94
[ "98bb86ab337c9953306ba6e7d20357409662d1c1" ]
false
follow-up: fixes5-0-1.txt update
nhmall
nhmall@nethack.org
2026-07-06T11:04:13-04:00
nhmall
nhmall@nethack.org
2026-07-06T11:04:13-04:00
[]
[ { "old_path": "doc/fixes5-0-1.txt", "new_path": "doc/fixes5-0-1.txt", "change_type": "MODIFY", "diff": "@@ -219,6 +219,9 @@ Windows: with SELECTSAVE don't display error messages to a regular player\n \tsaved-game list to select from; the game doesn't offer any\n \taction to assist with them presentl...
ac151181d2e5f322a0f0e5c7f36c3859aa55161c
[ "81ac4deb1ec0a4ac52f8af5f018e9e4080914a94" ]
false
more u.ustuck issues on save/restore During a synchronous save operation initiated by the player (or other trigger for dosave0()), the u.usteed_mid and u.ustuck_mid values get set by savemonch(), and the monst pointers that u.ustuck and u.usteed point to are no longer valid, but not cleared. The checkpoint operation,...
nhmall
nhmall@nethack.org
2026-07-06T14:16:15-04:00
nhmall
nhmall@nethack.org
2026-07-06T14:16:15-04:00
[]
[ { "old_path": "src/mon.c", "new_path": "src/mon.c", "change_type": "MODIFY", "diff": "@@ -3433,6 +3433,8 @@ set_ustuck(struct monst *mtmp)\n \n disp.botl = TRUE;\n u.ustuck = mtmp;\n+ if (u.ustuck_mid)\n+ u.ustuck_mid = 0;\n if (!u.ustuck) {\n u.uswallow = 0;\n ...
f3f39311e560eb6aee19b66483f150a4e0691182
[ "749646e8d336a8f49f24c9f5a327038e976cb5ea" ]
false
MS-DOS: Define a separate palette for VGA text In 16 color mode, text colors are mapped onto the colors available in the tileset. The mapping is a compromise, and is not one-to-one: cyan and bright cyan are the same, and magenta and bright magenta are the same. This change defines a separate palette for use by the te...
Ray Chason
ray.chason@protonmail.com
2026-07-07T16:24:35-04:00
Ray Chason
ray.chason@protonmail.com
2026-07-07T16:24:35-04:00
[]
[ { "old_path": "sys/msdos/vidvga.c", "new_path": "sys/msdos/vidvga.c", "change_type": "MODIFY", "diff": "@@ -182,31 +182,36 @@ extern int total_tiles_used, Tile_corr, Tile_unexplored; /* from tile.c */\n }\n #define TOP_MAP_ROW 1\n \n-static int vgacmap[CLR_MAX] = { 1, 4, 6, 10, 5, 9, 0, 15,\n-...
ec0f2f0f4835485b817c00c663d1482984ba5c18
[ "ac151181d2e5f322a0f0e5c7f36c3859aa55161c", "f3f39311e560eb6aee19b66483f150a4e0691182" ]
true
Merge branch 'msdos-vga-colors' of https://github.com/chasonr/NetHack into NetHack-5.0
nhmall
nhmall@nethack.org
2026-07-08T07:22:52-04:00
nhmall
nhmall@nethack.org
2026-07-08T07:22:52-04:00
[]
[]
00ad0e6f76dbf7fcf48e1a98eb412ac0a823512e
[ "ec0f2f0f4835485b817c00c663d1482984ba5c18" ]
false
fixes5-0-1.txt entry for pull request #1620
nhmall
nhmall@nethack.org
2026-07-08T07:24:16-04:00
nhmall
nhmall@nethack.org
2026-07-08T07:24:16-04:00
[]
[ { "old_path": "doc/fixes5-0-1.txt", "new_path": "doc/fixes5-0-1.txt", "change_type": "MODIFY", "diff": "@@ -202,7 +202,8 @@ MS-DOS: some optimizations for tile handling; change 16-color mode and\n \tVESA mode so that the tile is processed once, when it is first\n \tdisplayed, with the result cached;...
05d1ed365fd1b409e46eb1accc9c1897a6c3c1f9
[ "00ad0e6f76dbf7fcf48e1a98eb412ac0a823512e" ]
false
follow-up fixes5-0-1.txt
nhmall
nhmall@nethack.org
2026-07-08T07:38:37-04:00
nhmall
nhmall@nethack.org
2026-07-08T07:38:37-04:00
[]
[ { "old_path": "doc/fixes5-0-1.txt", "new_path": "doc/fixes5-0-1.txt", "change_type": "MODIFY", "diff": "@@ -203,7 +203,7 @@ MS-DOS: some optimizations for tile handling; change 16-color mode and\n \tdisplayed, with the result cached; Use memcpy when splitting the\n \timage into tiles; only load the ...
f41f1aa09a76e6c40aacdb94e31a816426409b9b
[ "05d1ed365fd1b409e46eb1accc9c1897a6c3c1f9" ]
false
resolve a cross-compile link error
nhmall
nhmall@nethack.org
2026-07-09T16:42:56-04:00
nhmall
nhmall@nethack.org
2026-07-09T16:42:56-04:00
[]
[ { "old_path": "sys/unix/Makefile.src", "new_path": "sys/unix/Makefile.src", "change_type": "MODIFY", "diff": "@@ -655,7 +655,7 @@ $(GAME):\tpregame $(MAKEDEFS) $(LUALIB) $(WAVS) $(SYSTEM)\n #$(info DATE_O=$(DATE_O))\n #$(info GENTILEOFILE=$(GENTILEOFILE))\n \n-Sysunix: $(GENTILEOFILE) $(HOSTOBJ) $(H...
7889eedfa5546f68ad9af924faaefb8feede6884
[ "05d1ed365fd1b409e46eb1accc9c1897a6c3c1f9" ]
false
MS-DOS: Support no-tiles and no-graphics builds In previous versions of NetHack, setting -DUSE_TILES enabled the tile support, while setting -DSUPPRESS_GRAPHICS produced a NetHack that would write its TTY output to standard output, and rely on ANSI.SYS or similar to do screen control. (USE_TILES is now TILES_IN_GLYPHM...
Ray Chason
ray.chason@protonmail.com
2026-07-09T23:48:14-04:00
Ray Chason
ray.chason@protonmail.com
2026-07-09T23:48:14-04:00
[]
[ { "old_path": "include/extern.h", "new_path": "include/extern.h", "change_type": "MODIFY", "diff": "@@ -1986,9 +1986,6 @@ extern void mplayer_talk(struct monst *) NONNULLARG1;\n #ifndef WIN32\n extern int tgetch(void);\n #endif\n-#ifndef TOS\n-extern char switchar(void);\n-#endif\n #ifndef __GO32__\...
e00b32263e0c6b5f761490d7c92a974b48877658
[ "7889eedfa5546f68ad9af924faaefb8feede6884" ]
false
Support the Curses-only configuration
Ray Chason
ray.chason@protonmail.com
2026-07-10T09:08:55-04:00
Ray Chason
ray.chason@protonmail.com
2026-07-10T09:08:55-04:00
[]
[ { "old_path": "include/pcconf.h", "new_path": "include/pcconf.h", "change_type": "MODIFY", "diff": "@@ -73,7 +73,7 @@\n * You may uncomment any/all of the options below.\n *\n */\n-#ifndef SUPPRESS_GRAPHICS\n+#if defined(TTY_GRAPHICS) && !defined(SUPPRESS_GRAPHICS)\n #if (defined(SCREEN_BIOS) || ...
1821a6b2e383826b30c2eec225ecbb013532e24d
[ "f41f1aa09a76e6c40aacdb94e31a816426409b9b" ]
false
a typo fix in data.base Close #1618
Francium-223
wizardofyendor@outlook.com
2026-07-11T15:40:30-04:00
nhmall
nhmall@nethack.org
2026-07-11T15:40:30-04:00
[]
[ { "old_path": "dat/data.base", "new_path": "dat/data.base", "change_type": "MODIFY", "diff": "@@ -182,7 +182,7 @@ angel*\n \tshall come forth, and sever the wicked from among the just,\n \tand shall cast them into the furnace of fire; there shall be\n \twailing and gnashing of teeth.\n-\t\t[ The Gos...
85e080bb5d98841e02ce3817f235e5b62f2d2473
[ "1821a6b2e383826b30c2eec225ecbb013532e24d" ]
false
windows calls genl_prag() during startup genl_prag() will process the prag@ command line options, if present Close #1634
nhmall
nhmall@nethack.org
2026-07-20T16:11:01-04:00
nhmall
nhmall@nethack.org
2026-07-20T16:11:01-04:00
[]
[ { "old_path": "include/extern.h", "new_path": "include/extern.h", "change_type": "MODIFY", "diff": "@@ -949,6 +949,7 @@ extern void early_options(int *argc_p, char ***argv_p, char **hackdir_p);\n #ifdef WIN32\n int windows_early_options(const char *);\n #endif\n+extern void genl_prag(int, char **); ...
eb13f4de6d6b62d06563558bcee065f440714286
[ "85e080bb5d98841e02ce3817f235e5b62f2d2473" ]
false
LUA version checking in nhl_init() Use LUA_VERSION_NUM, not LUA_VERSION_RELEASE_NUM, for the check. Move the definitions of the versions supported by this release of NetHack to the top of nhlua.c, rather than 2300 lines into the file. Close #1633
nhmall
nhmall@nethack.org
2026-07-21T12:07:45-04:00
nhmall
nhmall@nethack.org
2026-07-21T12:07:45-04:00
[]
[ { "old_path": "src/nhlua.c", "new_path": "src/nhlua.c", "change_type": "MODIFY", "diff": "@@ -5,6 +5,14 @@\n #include \"hack.h\"\n #include \"dlb.h\"\n \n+/* minimum and maximum LUA_VERSION_NUM expected by this version of NetHack */ ...
c2a3321684270979d98ce80ed1fe59e7e56f1040
[ "eb13f4de6d6b62d06563558bcee065f440714286" ]
false
follow-up bit
nhmall
nhmall@nethack.org
2026-07-21T12:13:17-04:00
nhmall
nhmall@nethack.org
2026-07-21T12:13:17-04:00
[]
[ { "old_path": "src/nhlua.c", "new_path": "src/nhlua.c", "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@\n #include \"hack.h\"\n #include \"dlb.h\"\n \n-/* minimum and maximum LUA_VERSION_NUM expected by this version of NetHack */ ...
3b050126245408b7d9e30f638b5920388f5d4408
[ "c2a3321684270979d98ce80ed1fe59e7e56f1040" ]
false
sfstruct: buffered stdio writes on amiga and atari st Enable USE_BUFFERING for the structlevel savefile write path on AMIGA and TOS via a new SFSTRUCT_BUFFERING config define, with a 16 KB setvbuf on the fdopen'd write stream so many small bwrite()s coalesce into few dos.library Write() packets. Leaves mread() unbuff...
Ingo Paschke
ipaschke@lpclabs.de
2026-07-06T08:09:12+02:00
nhmall
nhmall@nethack.org
2026-07-23T09:01:57-04:00
[]
[ { "old_path": "include/amiconf.h", "new_path": "include/amiconf.h", "change_type": "MODIFY", "diff": "@@ -73,6 +73,7 @@ extern void ami_wininit_data(int);\n #define HACKFONT /* Use special hack.font */\n #define MAIL /* Get mail at unexpected occasions */\n #define AMIFLUSH /* toss typeahead (...
1a4cdff17f55d204429bdff6468b2709d1aa7fdb
[ "3b050126245408b7d9e30f638b5920388f5d4408" ]
false
update tested versions of Visual Studio 2026-07-23
nhmall
nhmall@nethack.org
2026-07-23T09:34:33-04:00
nhmall
nhmall@nethack.org
2026-07-23T09:34:33-04:00
[]
[ { "old_path": "sys/windows/Makefile.nmake", "new_path": "sys/windows/Makefile.nmake", "change_type": "MODIFY", "diff": "@@ -8,8 +8,8 @@\n # MS Visual Studio Visual C++ compiler\n #\n # Visual Studio Compilers Tested:\n-# - Microsoft Visual Studio Community 2022 v 17.14.35\n-# ...
d428fb6708464b8a37a19a32de4d5ea239e179c5
[ "1a4cdff17f55d204429bdff6468b2709d1aa7fdb", "e00b32263e0c6b5f761490d7c92a974b48877658" ]
true
Merge branch 'msdos-config' of https://github.com/chasonr/NetHack into NetHack-5.0
nhmall
nhmall@nethack.org
2026-07-23T09:36:48-04:00
nhmall
nhmall@nethack.org
2026-07-23T09:36:48-04:00
[]
[]
d6da7e9819392d59ed4aa51b91cada511ace39a7
[ "d428fb6708464b8a37a19a32de4d5ea239e179c5" ]
false
fixes entry for pull request #1632
nhmall
nhmall@nethack.org
2026-07-23T09:46:03-04:00
nhmall
nhmall@nethack.org
2026-07-23T09:46:03-04:00
[]
[ { "old_path": "doc/fixes5-0-1.txt", "new_path": "doc/fixes5-0-1.txt", "change_type": "MODIFY", "diff": "@@ -203,6 +203,9 @@ MS-DOS: some optimizations for tile handling; change 16-color mode and\n \tdisplayed, with the result cached; Use memcpy when splitting the\n \timage into tiles; only load the ...
86cb47dd6bee27d86d904fcd427957a04dad2408
[ "d6da7e9819392d59ed4aa51b91cada511ace39a7" ]
false
address a warning in cmd.c cmd.c: In function ‘dokeylist’: cmd.c:2961:23: warning: ‘]’ directive writing 1 byte into a region of size between 0 and 255 [-Wformat-overflow=] 2961 | Sprintf(buf2, "[%s]", key2txt(key, buf)); | ^
nhmall
nhmall@nethack.org
2026-07-23T10:01:55-04:00
nhmall
nhmall@nethack.org
2026-07-23T10:01:55-04:00
[]
[ { "old_path": "src/cmd.c", "new_path": "src/cmd.c", "change_type": "MODIFY", "diff": "@@ -2957,7 +2957,7 @@ dokeylist(void)\n Sprintf(buf, \"%-7s\", key2txt(key, buf2));\n #else\n /* first of the keyless commands */\n- Sprintf(buf2, \"[%s]\", key2txt(key, buf));\n+ Snprintf(buf2, sizeo...
812a9f1435367a8951cbbe694a3cf7cd4881255f
[ "86cb47dd6bee27d86d904fcd427957a04dad2408" ]
false
Cross-compiling doc bit
nhmall
nhmall@nethack.org
2026-07-24T08:35:55-04:00
nhmall
nhmall@nethack.org
2026-07-24T08:36:39-04:00
[]
[ { "old_path": "Cross-compiling", "new_path": "Cross-compiling", "change_type": "MODIFY", "diff": "@@ -18,7 +18,7 @@ Part B Contents:\n B2. What needs to be built and executed on the HOST?\n B3. What needs to be built for the TARGET?\n B4. Case sample: msdos\n- B5. Case sample: amiga (...
a3a587dcf3650590ee410dba348477b569991ee4
[ "812a9f1435367a8951cbbe694a3cf7cd4881255f" ]
false
fix #K4498 - stethoscope vs double trouble Wizard When the Wizard is diguised as some other monster, applying a stethscope described him as "that <foo> is really a <foo>".
PatR
rankin@nethack.org
2026-07-25T13:33:39-07:00
PatR
rankin@nethack.org
2026-07-25T13:33:39-07:00
[]
[ { "old_path": "doc/fixes5-0-1.txt", "new_path": "doc/fixes5-0-1.txt", "change_type": "MODIFY", "diff": "@@ -74,6 +74,9 @@ Some optimizations of the glyph lookup - don't produce names for swallow\n \tglyph index in populate_glyphname_hash_indices; build a sorted\n \tindex for loadsyms so that it can ...
1d3178a1994e5e6f8749f64659a075d60a2696da
[ "a3a587dcf3650590ee410dba348477b569991ee4" ]
false
build with Qt6 support on Linux with Qt 6.1
nhmall
nhmall@nethack.org
2026-07-27T16:27:20-04:00
nhmall
nhmall@nethack.org
2026-07-27T16:27:20-04:00
[]
[ { "old_path": "sys/unix/hints/include/compiler.500", "new_path": "sys/unix/hints/include/compiler.500", "change_type": "MODIFY", "diff": "@@ -138,6 +138,9 @@ CCXXFLAGS+=-Wall -Wextra -Wno-missing-field-initializers \\\n -Wreturn-type -Wunused -Wformat -Wswitch -Wshadow -Wwrite-strings\n CCXX...
de842ec483fc5b05cc35661c3942c47847cf6469
[ "1d3178a1994e5e6f8749f64659a075d60a2696da" ]
false
add a set of decals to stock tileset win/share/decals.txt contains (initially) a decal_delimiter tile, a decal_pet tile, and a decal_pile tile. The latter two can be used for hilite_pet and hilite_pile implementations that don't have something in place already. The implementation would just need to apply (merge) the n...
nhmall
nhmall@nethack.org
2026-07-29T20:47:50-04:00
nhmall
nhmall@nethack.org
2026-07-29T20:47:50-04:00
[]
[ { "old_path": "sys/unix/Makefile.dat", "new_path": "sys/unix/Makefile.dat", "change_type": "MODIFY", "diff": "@@ -27,10 +27,12 @@ all:\t$(VARDAT) spec_levs quest_levs\n \n x11tiles: ../util/tile2x11 ../win/share/monsters.txt ../win/share/objects.txt \\\n \t\t\t\t../win/share/other.txt \\\n- ...
ff87463e47761146113d401f1439b6e5b8230e28
[ "de842ec483fc5b05cc35661c3942c47847cf6469" ]
false
initial hilite_pet and hilite_pile msdos tiles This is an initial attempt at adding support for hilite_pet and hilite_pile to the msdos tile implementation, using the new decal.txt tiles. This initial attempt only supports a 16-bit vesa mode. Other vesa modes and vga have not been done as of yet. Hopefully, someone ...
nhmall
nhmall@nethack.org
2026-07-29T20:48:44-04:00
nhmall
nhmall@nethack.org
2026-07-29T20:48:44-04:00
[]
[ { "old_path": "sys/msdos/vidvesa.c", "new_path": "sys/msdos/vidvesa.c", "change_type": "MODIFY", "diff": "@@ -29,7 +29,12 @@ struct Pixel {\n #define FIRST_TEXT_COLOR 240\n \n #ifdef TILES_IN_GLYPHMAP\n-extern int total_tiles_used, Tile_corr, Tile_unexplored; /* from tile.c */\n+extern int total_ti...
5f1183d1ef5c1e70bb25e64a0c7ba092b971cd01
[ "ff87463e47761146113d401f1439b6e5b8230e28" ]
false
This is cron-daily v1-May-7-2026. 000files updated: Files
nhw_cron
nhw+cron@nethack.org
2026-07-29T21:16:07-04:00
nhmall
nhmall@nethack.org
2026-07-30T08:15:08-04:00
[]
[ { "old_path": "Files", "new_path": "Files", "change_type": "MODIFY", "diff": "@@ -626,10 +626,10 @@ NetHackTerm.applescript recover.pl\n \n win/share:\n (files for versions using optional tiles)\n-bmptiles.c gifread.c giftiles.c monsters.txt nhicns.uu\n-nhsplash.xpm objects.tx...
59080106b9feb7efcf9f2e3f7d6d0cfdd06c9892
[ "5f1183d1ef5c1e70bb25e64a0c7ba092b971cd01" ]
false
include clearing of MON_ENDGAME_FREE, MON_ENDGAME_MIGR bits in place_monster Issue reported by @ars3niy Fix #1647
nhmall
nhmall@nethack.org
2026-07-30T21:58:42-04:00
nhmall
nhmall@nethack.org
2026-07-30T21:58:42-04:00
[]
[ { "old_path": "src/steed.c", "new_path": "src/steed.c", "change_type": "MODIFY", "diff": "@@ -935,11 +935,11 @@ place_monster(struct monst *mon, coordxy x, coordxy y)\n bits that may be set. We'll probably make MON_FLOOR an\n actual bit one day */\n \n- mon->mstate &= ~(MON_OFFMAP |...
1e749c28ce8c5b92f12cbf3776b342ef39b8ff75
[ "59080106b9feb7efcf9f2e3f7d6d0cfdd06c9892" ]
false
follow-up adjust the mon_offmap(mon) macro to test any of the bits that constitute being off the map, while ignoring some of the other bits that do not.
nhmall
nhmall@nethack.org
2026-07-30T22:30:34-04:00
nhmall
nhmall@nethack.org
2026-07-30T22:30:34-04:00
[]
[ { "old_path": "include/monst.h", "new_path": "include/monst.h", "change_type": "MODIFY", "diff": "@@ -257,7 +257,10 @@ struct monst {\n \n #define mon_perma_blind(mon) (!mon->mcansee && !mon->mblinded)\n \n-#define mon_offmap(mon) ((mon)->mstate != MON_FLOOR)\n+#define MON_OFF_MAP_BITS (MON_OFFMAP |...
404e949e95a74b05044dabe3a6358db976c02ce5
[ "1e749c28ce8c5b92f12cbf3776b342ef39b8ff75" ]
false
one more follow-up
nhmall
nhmall@nethack.org
2026-07-30T22:35:47-04:00
nhmall
nhmall@nethack.org
2026-07-30T22:35:47-04:00
[]
[ { "old_path": "include/monst.h", "new_path": "include/monst.h", "change_type": "MODIFY", "diff": "@@ -258,7 +258,7 @@ struct monst {\n #define mon_perma_blind(mon) (!mon->mcansee && !mon->mblinded)\n \n #define MON_OFF_MAP_BITS (MON_OFFMAP | MON_DETACH | MON_LIMBO | MON_MIGRATING \\\n- ...
05733d28f4a8279362c52bac83c6c97dee709b94
[ "404e949e95a74b05044dabe3a6358db976c02ce5" ]
false
food_disappears is missing a tin check #1648 Reported in GitHub issue #1648 by @janne-hmp
nhmall
nhmall@nethack.org
2026-07-31T06:25:58-04:00
nhmall
nhmall@nethack.org
2026-07-31T06:25:58-04:00
[]
[ { "old_path": "src/eat.c", "new_path": "src/eat.c", "change_type": "MODIFY", "diff": "@@ -398,6 +398,11 @@ food_disappears(struct obj *obj)\n if (obj == svc.context.victual.piece)\n svc.context.victual = zero_victual; /* victual.piece = 0, .o_id = 0 */\n \n+ if (obj == svc.context.tin...
193da97bac890b07867ca3b3dce06c32cab23494
[ "05733d28f4a8279362c52bac83c6c97dee709b94" ]
false
fixes5-0-1.txt catch-up
nhmall
nhmall@nethack.org
2026-07-31T06:49:39-04:00
nhmall
nhmall@nethack.org
2026-07-31T06:49:39-04:00
[]
[ { "old_path": "doc/fixes5-0-1.txt", "new_path": "doc/fixes5-0-1.txt", "change_type": "MODIFY", "diff": "@@ -77,6 +77,8 @@ Some optimizations of the glyph lookup - don't produce names for swallow\n stethoscope applied to one monster disguised as another (double-trouble Wizard)\n \tmis-described undis...
9447bba227c6cc227956f2986ae4a9348866f64c
[ "193da97bac890b07867ca3b3dce06c32cab23494" ]
false
Windows: don't revert -D on command line Reported by @youbo0 in GitHub issue #1616 This issue text stated: "To enter wizard mode, I have a shortcut with -D -u wizard as suggested by the wiki for Windows players. However, the name is now overridden by a name in .nethackrc since 5.0, resulting in me not actually enteri...
nhmall
nhmall@nethack.org
2026-07-31T08:59:20-04:00
nhmall
nhmall@nethack.org
2026-07-31T08:59:20-04:00
[]
[ { "old_path": "src/options.c", "new_path": "src/options.c", "change_type": "MODIFY", "diff": "@@ -2559,6 +2559,14 @@ optfn_name(\n \n if ((op = string_for_env_opt(allopt[optidx].name, opts, FALSE))\n != empty_optstr) {\n+#ifdef WIN32\n+ /*\n+ * Under window...
29cb8b7d9af0704d4cbea0f57ef34bd53a7e437d
[ "9447bba227c6cc227956f2986ae4a9348866f64c" ]
false
Windows: group accelerator and menu item collision In the event that there is a collision between a menu group accelerator and an individual menu item's accelerator, disregard the group accelerator. '$' is the only known collision in NetHack 5.0 presently. Close #805
nhmall
nhmall@nethack.org
2026-07-31T14:53:19-04:00
nhmall
nhmall@nethack.org
2026-07-31T14:53:19-04:00
[]
[ { "old_path": "win/win32/mhmenu.c", "new_path": "win/win32/mhmenu.c", "change_type": "MODIFY", "diff": "@@ -35,6 +35,7 @@ typedef struct mswin_menu_item {\n int color;\n char str[NHMENU_STR_SIZE];\n boolean presel;\n+ boolean group_accelerator_collision;\n unsigned int itemflags;\...
a8a13bed810de3e1c55efeb8b16463844aa280c9
[ "29cb8b7d9af0704d4cbea0f57ef34bd53a7e437d" ]
false
fixes5-0-1.txt update for previous commit
nhmall
nhmall@nethack.org
2026-07-31T15:07:53-04:00
nhmall
nhmall@nethack.org
2026-07-31T15:07:53-04:00
[]
[ { "old_path": "doc/fixes5-0-1.txt", "new_path": "doc/fixes5-0-1.txt", "change_type": "MODIFY", "diff": "@@ -216,6 +216,8 @@ MS-DOS: some conditional cleanup for SUPPRESS_GRAPHICS, TILES_IN_GLYPHMAP,\n MS-DOS: add some hilite_pet and hilite_pile support to tiled display\n musl: musl libc does not hav...
bd68058327ac3cb475d389b71c6c16e09b0b9baf
[ "a8a13bed810de3e1c55efeb8b16463844aa280c9" ]
false
Extend decal support to all VESA modes
Ray Chason
ray.chason@protonmail.com
2026-08-03T22:12:14-04:00
Ray Chason
ray.chason@protonmail.com
2026-08-03T22:12:14-04:00
[]
[ { "old_path": "sys/msdos/vidvesa.c", "new_path": "sys/msdos/vidvesa.c", "change_type": "MODIFY", "diff": "@@ -120,7 +120,7 @@ static struct map_struct {\n enum { delimdecal, petdecal, piledecal, NUMDECALS };\n static unsigned char *vesa_decals[NUMDECALS] = { 0 };\n static unsigned char *tmptilebuf;\...
0c044e9c908dde44893135248a97bd3a1d1f2be1
[ "bd68058327ac3cb475d389b71c6c16e09b0b9baf" ]
false
Add hilite flags
Ray Chason
ray.chason@protonmail.com
2026-08-03T22:12:32-04:00
Ray Chason
ray.chason@protonmail.com
2026-08-03T22:12:32-04:00
[]
[ { "old_path": "sys/share/NetHack.cnf", "new_path": "sys/share/NetHack.cnf", "change_type": "MODIFY", "diff": "@@ -30,6 +30,8 @@ OPTIONS=rawio,BIOS,symset:IBMGraphics_2,roguesymset:RogueEpyx\n #OPTIONS=video_width:1024\n #OPTIONS=video_height:768\n \n+# To show markers for pets and piles if this is s...
85bb8c1fbccce1ed440cb8028d3eaee67f701bd6
[ "0c044e9c908dde44893135248a97bd3a1d1f2be1" ]
false
Simplify the 24-bit case
Ray Chason
ray.chason@protonmail.com
2026-08-03T22:20:18-04:00
Ray Chason
ray.chason@protonmail.com
2026-08-03T22:20:18-04:00
[]
[ { "old_path": "sys/msdos/vidvesa.c", "new_path": "sys/msdos/vidvesa.c", "change_type": "MODIFY", "diff": "@@ -2064,36 +2064,21 @@ tile_with_decal(unsigned char const *tile, unsigned char const *decal)\n }\n break;\n case 3: {\n- ...
9d5184562ed32b65e0055572f7007364ae181150
[ "85bb8c1fbccce1ed440cb8028d3eaee67f701bd6" ]
false
More decal support for VESA * Support decals in overview mode * Draw decals when redrawing the map
Ray Chason
ray.chason@protonmail.com
2026-08-04T09:38:38-04:00
Ray Chason
ray.chason@protonmail.com
2026-08-04T09:38:38-04:00
[]
[ { "old_path": "sys/msdos/vidvesa.c", "new_path": "sys/msdos/vidvesa.c", "change_type": "MODIFY", "diff": "@@ -47,7 +47,9 @@ static unsigned long vesa_ReadPixel32(unsigned x, unsigned y);\n static void vesa_WritePixel32(unsigned x, unsigned y, unsigned long color);\n static void vesa_WritePixel(unsig...
3e800b90d313acbefb9ef2d08ce9161978496bb2
[ "9d5184562ed32b65e0055572f7007364ae181150" ]
false
Support pet and tile decals in 16 color mode
Ray Chason
ray.chason@protonmail.com
2026-08-04T15:55:36-04:00
Ray Chason
ray.chason@protonmail.com
2026-08-04T15:55:36-04:00
[]
[ { "old_path": "sys/msdos/vidvga.c", "new_path": "sys/msdos/vidvga.c", "change_type": "MODIFY", "diff": "@@ -121,6 +121,7 @@ static void vga_scrollmap(boolean);\n static void vga_redrawmap(boolean);\n static void vga_cliparound(int, int);\n static void decal_planar(struct planar_cell_struct *, unsign...
e0ecf0e5f21cb986a24287e3838c4360967ad27e
[ "3e800b90d313acbefb9ef2d08ce9161978496bb2" ]
false
Fix highlighting in 16 color text map vga_redrawmap did not have the inverse flag available. Provide it.
Ray Chason
ray.chason@protonmail.com
2026-08-04T16:05:27-04:00
Ray Chason
ray.chason@protonmail.com
2026-08-04T16:05:27-04:00
[]
[ { "old_path": "sys/msdos/vidvga.c", "new_path": "sys/msdos/vidvga.c", "change_type": "MODIFY", "diff": "@@ -136,7 +136,7 @@ static void vga_DisplayCell_O(struct overview_planar_cell_struct *, int,\n #endif\n static void vga_SwitchMode(unsigned int);\n static void vga_SetPalette(const struct Pixel *)...
15cfe90d621b805a1d16295c1cde37797fdca9ad
[ "e0ecf0e5f21cb986a24287e3838c4360967ad27e" ]
false
follow-up: build with Qt6 support on Linux with Qt 6.1 1d3178a quieted the g++ build, but made the warnings even worse with a clang build. The addition of the -Wno-sfinae-incomplete caused an unrecognized option warning using recent clang. Recent clang build with Qt6.1 also caused several warnings during the process...
nhmall
nhmall@nethack.org
2026-08-06T10:05:27-04:00
nhmall
nhmall@nethack.org
2026-08-06T10:05:27-04:00
[]
[ { "old_path": "sys/unix/hints/include/compiler.500", "new_path": "sys/unix/hints/include/compiler.500", "change_type": "MODIFY", "diff": "@@ -138,9 +138,6 @@ CCXXFLAGS+=-Wall -Wextra -Wno-missing-field-initializers \\\n -Wreturn-type -Wunused -Wformat -Wswitch -Wshadow -Wwrite-strings\n CCXX...
c3ce34143489ee9b9004279d5f121eaaecbddc68
[ "15cfe90d621b805a1d16295c1cde37797fdca9ad" ]
false
Re: "Key binding failed?!--More--"; Strcat to an empty character buffer, causing garbage This is intended to resolve GitHub Issue #1650, which I was unable to directly reproduce on my test system. This fix assumes that the reported issue was related to cmdstr[BUFSZ] buffer not getting initialized, thus containing ran...
nhmall
nhmall@nethack.org
2026-08-06T10:22:24-04:00
nhmall
nhmall@nethack.org
2026-08-06T10:22:24-04:00
[]
[ { "old_path": "src/cmd.c", "new_path": "src/cmd.c", "change_type": "MODIFY", "diff": "@@ -2355,6 +2355,7 @@ handler_rebind_keys_add(boolean keyfirst)\n struct Cmd_bind *prevcmd;\n char cmdstr[BUFSZ];\n \n+ cmdstr[0] = '\\0';\n i = picks->item.a_int;\n free((gen...
411c8becb99f28d832c84c336c9ee4a10e426311
[ "c3ce34143489ee9b9004279d5f121eaaecbddc68" ]
false
follow-up scope of cmdstr
nhmall
nhmall@nethack.org
2026-08-06T10:35:46-04:00
nhmall
nhmall@nethack.org
2026-08-06T10:35:46-04:00
[]
[ { "old_path": "src/cmd.c", "new_path": "src/cmd.c", "change_type": "MODIFY", "diff": "@@ -2299,7 +2299,9 @@ handler_rebind_keys_add(boolean keyfirst)\n char buf2[QBUFSZ];\n uchar key = '\\0';\n int clr = NO_COLOR;\n+ char cmdstr[BUFSZ];\n \n+ cmdstr[0] = '\\0';\n if (keyfirst) ...
cd493962b1f7273d906bfca790a5c5d3cd3a5e64
[ "411c8becb99f28d832c84c336c9ee4a10e426311" ]
false
don't catch thrown objects while asleep Reported directly to devteam.
nhmall
nhmall@nethack.org
2026-08-07T08:46:53-04:00
nhmall
nhmall@nethack.org
2026-08-07T08:46:53-04:00
[]
[ { "old_path": "src/mthrowu.c", "new_path": "src/mthrowu.c", "change_type": "MODIFY", "diff": "@@ -535,7 +535,7 @@ u_catch_thrown_obj(struct obj *otmp)\n int catch_chance = 100 - ACURR(A_DEX)\n - ((Role_if(PM_MONK) || Role_if(PM_ROGUE)) ? 20 : 0);\n \n- if (!Blind && !Co...
c2b4ee53e59120f6e98c42e60d24b76b69666377
[ "cd493962b1f7273d906bfca790a5c5d3cd3a5e64" ]
false
Begin reimplemented TTY-style status
Ray Chason
ray.chason@protonmail.com
2026-08-07T10:41:43-04:00
Pasi Kallinen
paxed@alt.org
2026-08-10T09:28:03+03:00
[]
[ { "old_path": "win/X11/winstat.c", "new_path": "win/X11/winstat.c", "change_type": "MODIFY", "diff": "@@ -98,6 +98,7 @@\n \n static int condcolor(long, unsigned long *);\n static int condattr(long, unsigned long *);\n+#if 0 /*RLC*/\n static void HiliteField(Widget, int, int, int, XFontStruct **);\n ...
725bb3d05fd41acb0941139d71d77bbec244312d
[ "c2b4ee53e59120f6e98c42e60d24b76b69666377" ]
false
Display gold symbol as Unicode if so configured Some Unicode bits from winmap.c are moved to winX.c, so that winstat.c can also use them.
Ray Chason
ray.chason@protonmail.com
2026-08-07T11:21:11-04:00
Pasi Kallinen
paxed@alt.org
2026-08-10T09:28:03+03:00
[]
[ { "old_path": "include/winX.h", "new_path": "include/winX.h", "change_type": "MODIFY", "diff": "@@ -513,5 +513,9 @@ extern void genl_outrip(winid, int, time_t);\n extern void X11_preference_update(const char *);\n extern void X11_update_inventory(int);\n extern win_request_info *X11_ctrl_nhwindow(wi...
5dd16736789b7163de2ace8915cd83d6836be21a
[ "725bb3d05fd41acb0941139d71d77bbec244312d" ]
false
Implement colors
Ray Chason
ray.chason@protonmail.com
2026-08-07T11:54:07-04:00
Pasi Kallinen
paxed@alt.org
2026-08-10T09:28:03+03:00
[]
[ { "old_path": "win/X11/winstat.c", "new_path": "win/X11/winstat.c", "change_type": "MODIFY", "diff": "@@ -201,6 +201,7 @@ static const char *const fancy_status_hilite_colors[] = {\n struct tty_status_field {\n char *text;\n int color;\n+ unsigned attrs;\n int chg;\n int percent;\n...
647fd71a2debcd5f48a531b0932856b993a9863d
[ "5dd16736789b7163de2ace8915cd83d6836be21a" ]
false
Implement bold and dim attributes
Ray Chason
ray.chason@protonmail.com
2026-08-07T13:19:50-04:00
Pasi Kallinen
paxed@alt.org
2026-08-10T09:28:03+03:00
[]
[ { "old_path": "win/X11/winstat.c", "new_path": "win/X11/winstat.c", "change_type": "MODIFY", "diff": "@@ -1283,6 +1283,19 @@ tty_render_text(Widget w, int x, int y, const char *text, int color, int attr,\n fgpixel = pixel;\n }\n \n+ /* Implement bold font */\n+ if (attr & HL_BO...
a7eb50fb3621e3b46602e054940fd7c5ba6673c9
[ "647fd71a2debcd5f48a531b0932856b993a9863d" ]
false
Query font for status window height
Ray Chason
ray.chason@protonmail.com
2026-08-08T15:56:28-04:00
Pasi Kallinen
paxed@alt.org
2026-08-10T09:28:03+03:00
[]
[ { "old_path": "win/X11/winX.c", "new_path": "win/X11/winX.c", "change_type": "MODIFY", "diff": "@@ -749,27 +749,28 @@ nhFreePixel(\n Dimension\n nhFontHeight(Widget w)\n {\n+ Arg args[1];\n+ XFontStruct *fs;\n+\n #ifdef _XawTextSink_h\n- Widget sink;\n+ Widget sink = NULL;\n XawTextP...
0f39437315f04841f4e804818dce8baa5c5f629f
[ "a7eb50fb3621e3b46602e054940fd7c5ba6673c9" ]
false
Implement underline and italic
Ray Chason
ray.chason@protonmail.com
2026-08-08T18:01:06-04:00
Pasi Kallinen
paxed@alt.org
2026-08-10T09:28:03+03:00
[]
[ { "old_path": "include/winX.h", "new_path": "include/winX.h", "change_type": "MODIFY", "diff": "@@ -514,6 +514,7 @@ extern void X11_preference_update(const char *);\n extern void X11_update_inventory(int);\n extern win_request_info *X11_ctrl_nhwindow(winid, int, win_request_info *);\n extern X11_map...
8137f6cf3d1e89815e763f5690b43cf3903f9127
[ "0f39437315f04841f4e804818dce8baa5c5f629f" ]
false
Remove some debug code
Ray Chason
ray.chason@protonmail.com
2026-08-08T18:01:33-04:00
Pasi Kallinen
paxed@alt.org
2026-08-10T09:28:03+03:00
[]
[ { "old_path": "win/X11/winX.c", "new_path": "win/X11/winX.c", "change_type": "MODIFY", "diff": "@@ -3036,7 +3036,6 @@ X11_italic_font(Display *display, XFontStruct *font)\n p += strcspn(p, \"-\");\n Snprintf(italic_font, sizeof(italic_font), \"%.*sI%s\", pre, font_name, p);\n XFontStruct...
7521e7120a5e8516a1929d09f6706e131a09b852
[ "8137f6cf3d1e89815e763f5690b43cf3903f9127" ]
false
Implement blink
Ray Chason
ray.chason@protonmail.com
2026-08-08T18:17:06-04:00
Pasi Kallinen
paxed@alt.org
2026-08-10T09:28:04+03:00
[]
[ { "old_path": "win/X11/winstat.c", "new_path": "win/X11/winstat.c", "change_type": "MODIFY", "diff": "@@ -122,6 +122,7 @@ static void destroy_status_window_tty(struct xwindow *);\n static void adjust_status_fancy(struct xwindow *, const char *);\n static void adjust_status_tty(struct xwindow *, cons...
b763944fb4247650cbb94a5f370f42121871c94c
[ "7521e7120a5e8516a1929d09f6706e131a09b852" ]
false
Implement three line status
Ray Chason
ray.chason@protonmail.com
2026-08-08T18:59:09-04:00
Pasi Kallinen
paxed@alt.org
2026-08-10T09:28:04+03:00
[]
[ { "old_path": "win/X11/winX.c", "new_path": "win/X11/winX.c", "change_type": "MODIFY", "diff": "@@ -135,6 +135,7 @@ struct window_procs X11_procs = {\n #ifdef STATUS_HILITES\n | WC2_RESET_STATUS | WC2_HILITE_STATUS\n #endif\n+ | WC2_EXTRASTATUS\n | WC2_MENU_SHIFT ),\n {1, 1, 1, ...
ba2c99f28c828554923e86be92b4adb5dd0a7f85
[ "b763944fb4247650cbb94a5f370f42121871c94c" ]
false
Remove old code
Ray Chason
ray.chason@protonmail.com
2026-08-08T19:05:17-04:00
Pasi Kallinen
paxed@alt.org
2026-08-10T09:28:04+03:00
[]
[ { "old_path": "win/X11/winstat.c", "new_path": "win/X11/winstat.c", "change_type": "MODIFY", "diff": "@@ -98,17 +98,6 @@\n \n static int condcolor(long, unsigned long *);\n static int condattr(long, unsigned long *);\n-#if 0 /*RLC*/\n-static void HiliteField(Widget, int, int, int, XFontStruct **);\n...
ac169e7100ef1092700979dec32a81204b686e3f
[ "ba2c99f28c828554923e86be92b4adb5dd0a7f85" ]
false
Clean up, and block out with STATUS_HILITES
Ray Chason
ray.chason@protonmail.com
2026-08-08T19:36:23-04:00
Pasi Kallinen
paxed@alt.org
2026-08-10T09:28:04+03:00
[]
[ { "old_path": "win/X11/winstat.c", "new_path": "win/X11/winstat.c", "change_type": "MODIFY", "diff": "@@ -111,15 +111,13 @@ static void destroy_status_window_tty(struct xwindow *);\n static void adjust_status_fancy(struct xwindow *, const char *);\n static void adjust_status_tty(struct xwindow *, co...
b9bf8231004ff735decda7ca44adcca12d64587d
[ "ac169e7100ef1092700979dec32a81204b686e3f" ]
false
Implement a hit point bar
Ray Chason
ray.chason@protonmail.com
2026-08-08T20:08:42-04:00
Pasi Kallinen
paxed@alt.org
2026-08-10T09:28:04+03:00
[]
[ { "old_path": "win/X11/winX.c", "new_path": "win/X11/winX.c", "change_type": "MODIFY", "diff": "@@ -135,7 +135,7 @@ struct window_procs X11_procs = {\n #ifdef STATUS_HILITES\n | WC2_RESET_STATUS | WC2_HILITE_STATUS\n #endif\n- | WC2_EXTRASTATUS\n+ | WC2_EXTRASTATUS | WC2_HITPOINTBAR\...
c50f9d817654c38c45b19c69b359351a90a45932
[ "b9bf8231004ff735decda7ca44adcca12d64587d" ]
false
Draw the hitpoint bar in the hitpoint colors
Ray Chason
ray.chason@protonmail.com
2026-08-09T07:50:28-04:00
Pasi Kallinen
paxed@alt.org
2026-08-10T09:28:04+03:00
[]
[ { "old_path": "win/X11/winstat.c", "new_path": "win/X11/winstat.c", "change_type": "MODIFY", "diff": "@@ -117,7 +117,8 @@ static void tty_status_blink(XtPointer client_data, XtIntervalId *timer);\n static void tty_status_redraw(Widget);\n static int tty_render_field(Widget, int, int, enum statusfiel...
e9a9f63b4fa6be6520e82edbfb66eb674f9f3d04
[ "c50f9d817654c38c45b19c69b359351a90a45932" ]
false
fixes-5-0-1.txt update
Pasi Kallinen
paxed@alt.org
2026-08-10T09:36:40+03:00
Pasi Kallinen
paxed@alt.org
2026-08-10T09:36:40+03:00
[]
[ { "old_path": "doc/fixes5-0-1.txt", "new_path": "doc/fixes5-0-1.txt", "change_type": "MODIFY", "diff": "@@ -242,6 +242,8 @@ Windows: in the event that there is a collision between a menu group\n \taccelerator and an individual menu item's accelerator, disregard\n \tthe group accelerator; only known ...
f019d03a2fba8da973689ab6fcfb166c5ea662e0
[ "e9a9f63b4fa6be6520e82edbfb66eb674f9f3d04" ]
false
X11: fix menu windows being taller than the screen Menu windows with lots of entries (such as #optionsfull) were taller than the screen, making them awkward to use. The widget needs to be realized before we can get the size. Also, we need to set the size of the parent popup, not the acting widget.
Pasi Kallinen
paxed@alt.org
2026-08-11T11:46:21+03:00
Pasi Kallinen
paxed@alt.org
2026-08-11T11:46:24+03:00
[]
[ { "old_path": "doc/fixes5-0-1.txt", "new_path": "doc/fixes5-0-1.txt", "change_type": "MODIFY", "diff": "@@ -244,6 +244,7 @@ Windows: in the event that there is a collision between a menu group\n X11: obey timed_delay\n X11: improve TTY-style status line with text attributes for status hilites,\n \th...
feaa9ed334a128e36af2a9db6a89c666d7a14d2a
[ "f019d03a2fba8da973689ab6fcfb166c5ea662e0" ]
false
update tested versions of Visual Studio 2026-08-11
nhmall
nhmall@nethack.org
2026-08-11T14:15:24-04:00
nhmall
nhmall@nethack.org
2026-08-11T14:15:24-04:00
[]
[ { "old_path": "sys/windows/Makefile.nmake", "new_path": "sys/windows/Makefile.nmake", "change_type": "MODIFY", "diff": "@@ -8,8 +8,8 @@\n # MS Visual Studio Visual C++ compiler\n #\n # Visual Studio Compilers Tested:\n-# - Microsoft Visual Studio Community 2022 v 17.14.37\n-# ...
a64c7c64e59648b0b038136852e41f92ef26e4c2
[ "feaa9ed334a128e36af2a9db6a89c666d7a14d2a" ]
false
X11: Allow scrolling menus with PageUp/PageDown/Home/End Change the menu_key() translation table command so it accepts a parameter, and we can pass a (default) menu control key to it.
Pasi Kallinen
paxed@alt.org
2026-08-12T12:27:12+03:00
Pasi Kallinen
paxed@alt.org
2026-08-12T12:37:37+03:00
[]
[ { "old_path": "doc/fixes5-0-1.txt", "new_path": "doc/fixes5-0-1.txt", "change_type": "MODIFY", "diff": "@@ -245,6 +245,7 @@ X11: obey timed_delay\n X11: improve TTY-style status line with text attributes for status hilites,\n \thitpointbar, some unicode support, 3-line status\n X11: fix menu windows...
b56189cfcd048792a22f348bb25e4c9201a64787
[ "a64c7c64e59648b0b038136852e41f92ef26e4c2" ]
false
X11: toggle off perm_invent if the window is closed manually
Pasi Kallinen
paxed@alt.org
2026-08-13T11:16:42+03:00
Pasi Kallinen
paxed@alt.org
2026-08-13T11:16:45+03:00
[]
[ { "old_path": "doc/fixes5-0-1.txt", "new_path": "doc/fixes5-0-1.txt", "change_type": "MODIFY", "diff": "@@ -246,6 +246,7 @@ X11: improve TTY-style status line with text attributes for status hilites,\n \thitpointbar, some unicode support, 3-line status\n X11: fix menu windows being taller than the s...
f7bb4eaae8e6ef1fa0bf8aed3b9d8503f9bc6ca3
[ "b56189cfcd048792a22f348bb25e4c9201a64787" ]
false
Fix timeout of fancy status colors This was trying to retrieve the foreground color of the form created in create_value(). Forms don't have colors, and so this was failing, and update_color() didn't update the color.
Ray Chason
ray.chason@protonmail.com
2026-08-10T13:02:15-04:00
Pasi Kallinen
paxed@alt.org
2026-08-14T11:08:25+03:00
[]
[ { "old_path": "win/X11/winstat.c", "new_path": "win/X11/winstat.c", "change_type": "MODIFY", "diff": "@@ -1633,8 +1633,10 @@ update_val(struct X_status_value *attr_rec, long new_value)\n }\n attr_rec->turn_count = 0;\n } else {\n+ Widget w = (attr_rec->type == SV_LABEL || ...
6043d189e1bc2f5a79d4eac70ec0f548dbe8caa0
[ "f7bb4eaae8e6ef1fa0bf8aed3b9d8503f9bc6ca3" ]
false
Define wrapper for Label widgets Renders to a Pixmap and then sets the Pixmap. This in itself does not change the appearance, but provides a means to do percentage bars, italics and more.
Ray Chason
ray.chason@protonmail.com
2026-08-11T09:31:11-04:00
Pasi Kallinen
paxed@alt.org
2026-08-14T11:08:25+03:00
[]
[ { "old_path": "include/winX.h", "new_path": "include/winX.h", "change_type": "MODIFY", "diff": "@@ -514,9 +514,14 @@ extern void X11_preference_update(const char *);\n extern void X11_update_inventory(int);\n extern win_request_info *X11_ctrl_nhwindow(winid, int, win_request_info *);\n extern X11_ma...
0ee7eef3eff49650d8d17642d8a6446db2261533
[ "6043d189e1bc2f5a79d4eac70ec0f548dbe8caa0" ]
false
Implement a hit point bar
Ray Chason
ray.chason@protonmail.com
2026-08-11T12:25:02-04:00
Pasi Kallinen
paxed@alt.org
2026-08-14T11:08:25+03:00
[]
[ { "old_path": "include/winX.h", "new_path": "include/winX.h", "change_type": "MODIFY", "diff": "@@ -523,5 +523,7 @@ extern XFontStruct *X11_unicode_font(Display *, XFontStruct *);\n /* Functions for management of enhanced labels */\n extern void X11_wrap_widget(Widget);\n extern void X11_update_labe...
8d7d609a56c87c0f735a03f652257f5d35fe7587
[ "0ee7eef3eff49650d8d17642d8a6446db2261533" ]
false
Implement attributes: bold, dim, italic, inverse Track highlighting of recent changes separately from inverse, and display highlight plus inverse as bordered text
Ray Chason
ray.chason@protonmail.com
2026-08-11T14:54:36-04:00
Pasi Kallinen
paxed@alt.org
2026-08-14T11:08:25+03:00
[]
[ { "old_path": "include/winX.h", "new_path": "include/winX.h", "change_type": "MODIFY", "diff": "@@ -454,7 +454,6 @@ extern int get_name_width(Widget);\n extern Widget get_value_widget(Widget);\n extern void set_value_width(Widget, int);\n extern int get_value_width(Widget);\n-extern void hilight_val...
514669823bfc22daa23e6fe3559803bf6c78458c
[ "8d7d609a56c87c0f735a03f652257f5d35fe7587" ]
false
Implement bold, dim, italic, inverse, underline Didn't get everything the last time.
Ray Chason
ray.chason@protonmail.com
2026-08-11T15:28:34-04:00
Pasi Kallinen
paxed@alt.org
2026-08-14T11:08:26+03:00
[]
[ { "old_path": "win/X11/winlabel.c", "new_path": "win/X11/winlabel.c", "change_type": "MODIFY", "diff": "@@ -25,6 +25,7 @@ typedef struct WidgetData {\n \n /* Attributes */\n unsigned attrs;\n+ boolean highlight;\n \n /* Fonts for italic, bold and bold-italic */\n XFontStruct *font...
24d9c19378c755d2f3ea42ebba7d6fda8f27d170
[ "514669823bfc22daa23e6fe3559803bf6c78458c" ]
false
Parenthesize the HL_ATTCLR_* symbols
Ray Chason
ray.chason@protonmail.com
2026-08-11T16:26:37-04:00
Pasi Kallinen
paxed@alt.org
2026-08-14T11:08:26+03:00
[]
[ { "old_path": "include/botl.h", "new_path": "include/botl.h", "change_type": "MODIFY", "diff": "@@ -238,14 +238,14 @@ extern int cond_idx[CONDITION_COUNT];\n #define BL_TH_ALWAYS_HILITE 105 /* highlight regardless of value */\n #define BL_TH_CRITICALHP 106 /* highlight critically low HP */\n \n...
3398d250aa64e5c9ee4175d56b3584bb667336f2
[ "24d9c19378c755d2f3ea42ebba7d6fda8f27d170" ]
false
Implement blink on fancy status and fix a bug with condition labels on the TTY status
Ray Chason
ray.chason@protonmail.com
2026-08-11T16:27:17-04:00
Pasi Kallinen
paxed@alt.org
2026-08-14T11:08:26+03:00
[]
[ { "old_path": "include/winX.h", "new_path": "include/winX.h", "change_type": "MODIFY", "diff": "@@ -331,6 +331,9 @@ extern void (*input_func)(Widget, XEvent *, String *, Cardinal *);\n \n extern struct window_procs X11_procs;\n \n+/* Flag maintained by the blink callback */\n+extern boolean X11_blin...
84ff4f8b7eeb9fd9fa484525507619f7ad42577d
[ "3398d250aa64e5c9ee4175d56b3584bb667336f2" ]
false
Fix a null dereference when freeing fonts
Ray Chason
ray.chason@protonmail.com
2026-08-11T17:55:36-04:00
Pasi Kallinen
paxed@alt.org
2026-08-14T11:08:26+03:00
[]
[ { "old_path": "win/X11/winlabel.c", "new_path": "win/X11/winlabel.c", "change_type": "MODIFY", "diff": "@@ -409,7 +409,9 @@ free_fonts(Widget w, WidgetData *data)\n {\n Display *display = XtDisplay(w);\n for (unsigned i = 0; i < 4; ++i) {\n- XFreeFont(display, data->font_ptr[i]);\n+ ...
2d261f13989c53595fb50363732540ddaf67ce6e
[ "84ff4f8b7eeb9fd9fa484525507619f7ad42577d" ]
false
Implement all text attributes for menus
Ray Chason
ray.chason@protonmail.com
2026-08-11T17:56:12-04:00
Pasi Kallinen
paxed@alt.org
2026-08-14T11:08:26+03:00
[]
[ { "old_path": "win/X11/winmenu.c", "new_path": "win/X11/winmenu.c", "change_type": "MODIFY", "diff": "@@ -172,6 +172,7 @@ menu_select(Widget w, XtPointer client_data, XtPointer call_data)\n \n XtSetArg(args[0], nhStr(XtNlabel), curr->str);\n XtSetValues(w, args, ONE);\n+ X11_update_label(...
fbfac21aacc2e0c9c07a9a3d600e6bae635e4db9
[ "2d261f13989c53595fb50363732540ddaf67ce6e" ]
false
Fix menu group accelerators If there are, say, two or more potions in the menu, and multiple selections are allowed, then '!' should select all potions. Such keys were selecting only the first matching item.
Ray Chason
ray.chason@protonmail.com
2026-08-11T18:11:00-04:00
Pasi Kallinen
paxed@alt.org
2026-08-14T11:08:26+03:00
[]
[ { "old_path": "win/X11/winmenu.c", "new_path": "win/X11/winmenu.c", "change_type": "MODIFY", "diff": "@@ -262,10 +262,14 @@ menu_key(Widget w, XEvent *event, String *params, Cardinal *num_params)\n overridden if it happens to duplicate a mapped menu command (':'\n to look insid...
ddbea3b72701acd513be3d4a18b1514a453fdd03
[ "fbfac21aacc2e0c9c07a9a3d600e6bae635e4db9" ]
false
Implement remaining status labels
Ray Chason
ray.chason@protonmail.com
2026-08-12T02:23:23-04:00
Pasi Kallinen
paxed@alt.org
2026-08-14T11:08:26+03:00
[]
[ { "old_path": "win/X11/winstat.c", "new_path": "win/X11/winstat.c", "change_type": "MODIFY", "diff": "@@ -94,13 +94,28 @@\n #define F_HALLU 40\n \n #define F_VERS 41 /* version info */\n-#define NUM_STATS 42\n+\n+#define F_WEAPON 42\n+#define F_ARMOR 43\n+#define F_TERRAIN 44\n+#define...
0454838d134f5f8589213eba52db9525b2211ad4
[ "ddbea3b72701acd513be3d4a18b1514a453fdd03" ]
false
Arrange labels more compactly
Ray Chason
ray.chason@protonmail.com
2026-08-13T00:54:14-04:00
Pasi Kallinen
paxed@alt.org
2026-08-14T11:08:26+03:00
[]
[ { "old_path": "win/X11/winstat.c", "new_path": "win/X11/winstat.c", "change_type": "MODIFY", "diff": "@@ -1513,8 +1513,9 @@ update_val(struct X_status_value *attr_rec, long new_value, const char *new_valu\n Strcpy(buf, attr_rec->name); /* condition name On */\n /* Special cases: ...
4652cd3ae74e1b41e361709d66c13ba1028d35c9
[ "0454838d134f5f8589213eba52db9525b2211ad4" ]
false
Remove extra array indices
Pasi Kallinen
paxed@alt.org
2026-08-14T11:07:35+03:00
Pasi Kallinen
paxed@alt.org
2026-08-14T11:08:26+03:00
[]
[ { "old_path": "win/X11/winstat.c", "new_path": "win/X11/winstat.c", "change_type": "MODIFY", "diff": "@@ -2369,17 +2369,17 @@ static int leftover_indices[] = { F_DUMMY, -1, 0, 0 };\n static int col1_indices[13 - 2] = {\n F_HP, F_POWER, F_AC, F_XP_LEVL, F_GOLD, F_DUMMY,\n F_BAREH, F...
0a6c355678c4f674abb1e0c6d2e7a6cf9e143f54
[ "4652cd3ae74e1b41e361709d66c13ba1028d35c9" ]
false
fixes update
Pasi Kallinen
paxed@alt.org
2026-08-14T11:07:53+03:00
Pasi Kallinen
paxed@alt.org
2026-08-14T11:08:26+03:00
[]
[ { "old_path": "doc/fixes5-0-1.txt", "new_path": "doc/fixes5-0-1.txt", "change_type": "MODIFY", "diff": "@@ -242,11 +242,13 @@ Windows: in the event that there is a collision between a menu group\n \taccelerator and an individual menu item's accelerator, disregard\n \tthe group accelerator; only know...
9cf2b1bac9d0253ea85ab54da6102508f7147233
[ "0a6c355678c4f674abb1e0c6d2e7a6cf9e143f54" ]
false
early arg support for older platforms The startup had fallen behind NetHack 5.0 startup for other platforms, and lacked support for some of the early command line options. Following this, if PC_EARLY_OPTIONS is defined in pcconf.h, the port will support those options, such as --version, --showpaths, --dumpenums, etc....
nhmall
nhmall@nethack.org
2026-08-16T07:09:22-04:00
nhmall
nhmall@nethack.org
2026-08-16T07:09:22-04:00
[]
[ { "old_path": "include/pcconf.h", "new_path": "include/pcconf.h", "change_type": "MODIFY", "diff": "@@ -148,9 +148,13 @@\n LEVELDIR, SAVEDIR, BONESDIR, DATADIR, \\\n SCOREDIR, LOCKDIR, CONFIGDIR, and TROUBLEDIR. \\\n ...
845603e2d83f15b53bccffd0eb51cec546c47d69
[ "9cf2b1bac9d0253ea85ab54da6102508f7147233" ]
false
This is cron-daily v1-May-7-2026. 000files updated: Files
nhw_cron
nhw+cron@nethack.org
2026-08-14T04:16:06-04:00
nhmall
nhmall@nethack.org
2026-08-16T07:47:27-04:00
[]
[ { "old_path": "Files", "new_path": "Files", "change_type": "MODIFY", "diff": "@@ -606,8 +606,9 @@ Install.X11 NetHack.ad Window.c X11-issues.txt\n dialogs.c ibm.bdf nethack.rc nh10.bdf\n nh32icon nh56icon nh72icon nh_icon.xpm\n pet_mark.xbm ...
f11b65c6802ab8294d88f8dd94cf75d34781bc91
[ "845603e2d83f15b53bccffd0eb51cec546c47d69" ]
false
don't call it "your pet" until after it is tamed Reported directly to devteam, the code was using "Your little dog devours the tripe ration" during the taming process, prior to the pet becoming yours.
nhmall
nhmall@nethack.org
2026-08-16T10:31:31-04:00
nhmall
nhmall@nethack.org
2026-08-16T10:31:31-04:00
[]
[ { "old_path": "include/extern.h", "new_path": "include/extern.h", "change_type": "MODIFY", "diff": "@@ -707,9 +707,11 @@ extern char *x_monnam(struct monst *, int, const char *, int, boolean) NONNULLAR\n extern char *l_monnam(struct monst *) NONNULLARG1;\n extern char *mon_nam(struct monst *) NONNUL...
d8ea2087bc5255a761ea50137a2f5e8019a1abd4
[ "f11b65c6802ab8294d88f8dd94cf75d34781bc91" ]
false
fixes5-0-1.txt update for prior commit
nhmall
nhmall@nethack.org
2026-08-16T10:35:31-04:00
nhmall
nhmall@nethack.org
2026-08-16T10:35:31-04:00
[]
[ { "old_path": "doc/fixes5-0-1.txt", "new_path": "doc/fixes5-0-1.txt", "change_type": "MODIFY", "diff": "@@ -79,6 +79,7 @@ stethoscope applied to one monster disguised as another (double-trouble Wizard)\n \t064523e162f8e30bdb76186a854b9d8958f3b340)\n mon_offmap() and place_monster() needed to operate...
370c282240f97d36032d5fa0caa2524dd0633886
[ "d8ea2087bc5255a761ea50137a2f5e8019a1abd4" ]
false
Fix: first INSURANCE checkpoint is never written. savestateinlock() returns early unless program_state.something_worth_saving is set, but both call sites that are meant to lay down the initial checkpoint run before that flag is set: newgame() calls save_currentstate() two lines early, and dorecover() calls savestatein...
k21971
keith.simpson1971@gmail.com
2026-08-18T00:30:23+00:00
k21971
keith.simpson1971@gmail.com
2026-08-18T00:30:23+00:00
[]
[ { "old_path": "src/allmain.c", "new_path": "src/allmain.c", "change_type": "MODIFY", "diff": "@@ -872,10 +872,10 @@ newgame(void)\n \n urealtime.realtime = 0L;\n urealtime.start_timing = getnow();\n+ program_state.something_worth_saving++; /* useful data now exists */\n #ifdef INSURANCE\n...
7c13477d33be7ac075e445e8a99522ef6affb7fa
[ "370c282240f97d36032d5fa0caa2524dd0633886" ]
false
Fix: don't leak in_checkpoint on a failed level write. save_currentstate() increments program_state.in_checkpoint and then returns early without decrementing it when currentlevel_rewrite() fails (full disk, quota, unwritable directory). The guard at the top of the function suppresses every later checkpoint for the res...
k21971
keith.simpson1971@gmail.com
2026-08-18T00:30:41+00:00
k21971
keith.simpson1971@gmail.com
2026-08-18T00:30:41+00:00
[]
[ { "old_path": "src/do.c", "new_path": "src/do.c", "change_type": "MODIFY", "diff": "@@ -1385,8 +1385,10 @@ save_currentstate(void)\n if (flags.ins_chkpt) {\n /* write out just-attained level, with pets and everything */\n nhfp = currentlevel_rewrite();\n- if (!nhfp)\n+ ...
ef5beb917af81ab1a955b50bf583e18fb976722f
[ "7c13477d33be7ac075e445e8a99522ef6affb7fa" ]
false
fixes5-0-1.txt catch-up
nhmall
nhmall@nethack.org
2026-08-17T21:25:34-04:00
nhmall
nhmall@nethack.org
2026-08-17T21:25:34-04:00
[]
[ { "old_path": "doc/fixes5-0-1.txt", "new_path": "doc/fixes5-0-1.txt", "change_type": "MODIFY", "diff": "@@ -79,7 +79,10 @@ stethoscope applied to one monster disguised as another (double-trouble Wizard)\n \t064523e162f8e30bdb76186a854b9d8958f3b340)\n mon_offmap() and place_monster() needed to operat...
23315cf8571977bd02210fcdbf1abb7bb122a4b3
[ "ef5beb917af81ab1a955b50bf583e18fb976722f" ]
false
Combine XLoadFont and XQueryFont calls The separate calls crash if the font does not exist; the combined call returns NULL, as the caller expects. Resolves #1508 and possibly #569.
Ray Chason
ray.chason@protonmail.com
2026-08-17T19:27:00-04:00
Pasi Kallinen
paxed@alt.org
2026-08-18T13:40:35+03:00
[]
[ { "old_path": "win/X11/winX.c", "new_path": "win/X11/winX.c", "change_type": "MODIFY", "diff": "@@ -3125,8 +3125,7 @@ X11_unicode_font(Display *display, XFontStruct *font)\n strcpy(unicode_font + len, \"iso10646-1\");\n font_name = unicode_font;\n \n- Font font_id = XLoadFont(display, fon...
9de03944e8f411539c7d31c382acc39c8bd26e3d
[ "23315cf8571977bd02210fcdbf1abb7bb122a4b3" ]
false
fixes update
Pasi Kallinen
paxed@alt.org
2026-08-18T13:42:24+03:00
Pasi Kallinen
paxed@alt.org
2026-08-18T13:42:24+03:00
[]
[ { "old_path": "doc/fixes5-0-1.txt", "new_path": "doc/fixes5-0-1.txt", "change_type": "MODIFY", "diff": "@@ -257,6 +257,7 @@ X11: allow menu scrolling by pageup/pagedown/home/end keys\n X11: toggle off perm_invent if user closes the perm inventory window\n X11: fix menu group accelerators\n X11: impl...
4474d3cb2ae58f5be37ea96ba4335c70caccb034
[ "9de03944e8f411539c7d31c382acc39c8bd26e3d" ]
false
pcmain.c: remove added second early_init() call early_init() was already being called at pcmain.c line 70, so the recently added call at line 132 was problematic because it cleared program_state values that had been intentionally set since the call at line 70.
nhmall
nhmall@nethack.org
2026-08-18T07:54:46-04:00
nhmall
nhmall@nethack.org
2026-08-18T07:54:46-04:00
[]
[ { "old_path": "sys/share/pcmain.c", "new_path": "sys/share/pcmain.c", "change_type": "MODIFY", "diff": "@@ -128,12 +128,8 @@ _CrtSetReportFile(_CRT_ASSERT, _CRTDBG_FILE_STDERR);*/\n #endif\n gh.hname = \"NetHack\"; /* used for syntax messages */\n \n-#if defined(PC_EARLY_OPTIONS)\n- early...
f6a592b7f9c86d68c609e45642d3952afbb274e7
[ "4474d3cb2ae58f5be37ea96ba4335c70caccb034" ]
false
glob nutrition should match owt reduction reported directly to devteam as an impossible() call within eaten_stat() (internal tracking number 3216)
nhmall
nhmall@nethack.org
2026-08-18T10:24:35-04:00
nhmall
nhmall@nethack.org
2026-08-18T10:24:35-04:00
[]
[ { "old_path": "doc/fixes5-0-1.txt", "new_path": "doc/fixes5-0-1.txt", "change_type": "MODIFY", "diff": "@@ -83,6 +83,8 @@ cmdstr[] buffer was not being initialized in handler_rebind_keys_add()\n don't catch thrown objects while asleep\n don't refer to pet as \"Your pet\" until after the taming proce...
d44b6385d7fd3a063c3416c1a870c15d8da01a90
[ "f6a592b7f9c86d68c609e45642d3952afbb274e7" ]
false
Don't complain about MAXPLAYERS with unknown command line param Unix command line handling treated an unknown command line parameter as a maximum number of allowed concurrent players. This emitted a complaint about expected MAXPLAYERS, and as it can be now set in sysconf, remove this - most likely unused - functional...
Pasi Kallinen
paxed@alt.org
2026-08-18T19:44:45+03:00
Pasi Kallinen
paxed@alt.org
2026-08-18T19:44:48+03:00
[]
[ { "old_path": "doc/fixes5-0-1.txt", "new_path": "doc/fixes5-0-1.txt", "change_type": "MODIFY", "diff": "@@ -260,6 +260,7 @@ X11: toggle off perm_invent if user closes the perm inventory window\n X11: fix menu group accelerators\n X11: implement all text attributes for menus\n X11: fix crash when loa...