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
19c85c1987ec8253b12af52df715dde78a875687
[ "28ca8b26c3cda5085016c3e3a00c612d202275e5" ]
false
Don't overflow svp.plname on restore
Ray Chason
Ray Chason
2026-06-06T12:10:15-04:00
Ray Chason
Ray Chason
2026-06-06T12:10:15-04:00
[]
[ { "old_path": "src/restore.c", "new_path": "src/restore.c", "change_type": "MODIFY", "diff": "@@ -713,6 +713,14 @@ restgamestate(NHFILE *nhfp)\n restore_oracles(nhfp);\n Sfi_char(nhfp, svp.pl_character,\n \"gamestate-pl_character\", sizeof svp.pl_character);\n+ /* Previous ve...
7f787a372a5591e1b972b9aa1672657ba5d6f46e
[ "ed1b4af5cdc255f79e52b3cfda37e4aa6c7962c8", "19c85c1987ec8253b12af52df715dde78a875687" ]
true
Merge branch 'pl_character-overflow' of https://github.com/chasonr/NetHack into NetHack-5.0
nhmall
nhmall@nethack.org
2026-06-06T12:27:03-04:00
nhmall
nhmall@nethack.org
2026-06-06T12:27:03-04:00
[]
[]
498db9043709a9b022532fa158bf0ec2fa822084
[ "7f787a372a5591e1b972b9aa1672657ba5d6f46e" ]
false
follow-up: fixes5-0-1.txt entry
nhmall
nhmall@nethack.org
2026-06-06T12:29:39-04:00
nhmall
nhmall@nethack.org
2026-06-06T12:29:39-04:00
[]
[ { "old_path": "doc/fixes5-0-1.txt", "new_path": "doc/fixes5-0-1.txt", "change_type": "MODIFY", "diff": "@@ -55,6 +55,7 @@ if the hero has already been told that an engraving vanished, ensure that\n \tnew engraving\n aklys path shouldn't be shown for locations that the hero cannot see\n keep the play...
1f4198c705de6fed709cc57b732a2320cf8992a0
[ "498db9043709a9b022532fa158bf0ec2fa822084" ]
false
aklys message improvements
nhmall
nhmall@nethack.org
2026-06-06T15:01:54-04:00
nhmall
nhmall@nethack.org
2026-06-06T15:01:54-04:00
[]
[ { "old_path": "src/dothrow.c", "new_path": "src/dothrow.c", "change_type": "MODIFY", "diff": "@@ -1437,7 +1437,8 @@ throwing_weapon(struct obj *obj)\n || obj->otyp == WAR_HAMMER || obj->otyp == AKLYS);\n }\n \n-/* the currently thrown object is returning to you (not for boomera...
51486d0c02492933080de8a689b3de9e5c693799
[ "1f4198c705de6fed709cc57b732a2320cf8992a0" ]
false
fix recover failure after unexpected exit u.ustuck and u.usteed are handled differently in 5.0.0 than in previous releases, and an unexpected halt to NetHack could result in an inability to use recover to get the game back. If the hero was engulfed, u.uswallow, could get saved to the checkpoint file with a value of 1...
nhmall
nhmall@nethack.org
2026-06-07T01:31:19-04:00
nhmall
nhmall@nethack.org
2026-06-07T01:31:19-04:00
[]
[ { "old_path": "src/do.c", "new_path": "src/do.c", "change_type": "MODIFY", "diff": "@@ -1376,7 +1376,9 @@ save_currentstate(void)\n {\n NHFILE *nhfp;\n \n- if (!program_state.something_worth_saving)\n+ if (!program_state.something_worth_saving\n+ || program_state.in_self_recover\n+ ...
cbfd3aa94476c6383040b57ea6a613c4b5568d5d
[ "51486d0c02492933080de8a689b3de9e5c693799" ]
false
placement for the added save_currentstate() call wasn't right in gulpmu() that particular placement would result in u.uswallow = 0, and u.ustuck set. A better optimal location needs to be sought.
nhmall
nhmall@nethack.org
2026-06-07T01:52:54-04:00
nhmall
nhmall@nethack.org
2026-06-07T01:52:54-04:00
[]
[ { "old_path": "src/mon.c", "new_path": "src/mon.c", "change_type": "MODIFY", "diff": "@@ -3432,9 +3432,6 @@ set_ustuck(struct monst *mtmp)\n u.uswallow = 0;\n u.uswldtim = 0;\n }\n-#ifdef INSURANCE\n- save_currentstate();\n-#endif\n }\n \n void\n", "added_lines": 0, "d...
4d590abac1274c796dab8fd9f6b86f5015aa87d6
[ "cbfd3aa94476c6383040b57ea6a613c4b5568d5d" ]
false
Add length checks in init_dungeon_dungeons
0x0b1ade
hacksaw_blade@126.com
2026-06-07T22:02:20+08:00
0x0b1ade
hacksaw_blade@126.com
2026-06-07T22:02:20+08:00
[]
[ { "old_path": "src/dungeon.c", "new_path": "src/dungeon.c", "change_type": "MODIFY", "diff": "@@ -1058,11 +1058,22 @@ init_dungeon_dungeons(\n pd->tmpdungeon[dngidx].chance = dgn_chance;\n pd->tmpdungeon[dngidx].entry_lev = dgn_entry;\n \n- /* FIXME: these should have length checks */\n+ ...
a160322aef573ae280f31481d51aadb4c0334c58
[ "28ca8b26c3cda5085016c3e3a00c612d202275e5" ]
false
MS-DOS: Fix custom colors in VESA BIOS mode The basic colors are being displayed as black. Colors specified as RGB are not being converted to the pixel format for the current mode. This manifests as walls in dungeon branches being drawn in black when the symbol set is IBMgraphics, and in the wrong color when Enhanced...
Ray Chason
Ray Chason
2026-06-07T17:09:27-04:00
Ray Chason
Ray Chason
2026-06-07T17:09:27-04:00
[]
[ { "old_path": "sys/msdos/vidvesa.c", "new_path": "sys/msdos/vidvesa.c", "change_type": "MODIFY", "diff": "@@ -691,9 +691,16 @@ vesa_xputg(const glyph_info *glyphinfo, const glyph_info *bkglyphinfo UNUSED)\n }\n #endif\n if (vesa_pixel_size > 8 && glyphinfo->gm.customcolor != 0) {\n- /...
28cc7cb6bf7f7a898ecd60293875137cc6e796de
[ "cbfd3aa94476c6383040b57ea6a613c4b5568d5d", "a160322aef573ae280f31481d51aadb4c0334c58" ]
true
Merge branch 'msdos-colors' of https://github.com/chasonr/NetHack into NetHack-5.0
nhmall
nhmall@nethack.org
2026-06-07T17:29:42-04:00
nhmall
nhmall@nethack.org
2026-06-07T17:29:42-04:00
[]
[]
9f7a9d2c88aacb080d95e7f8c24b36802b09e7a9
[ "28cc7cb6bf7f7a898ecd60293875137cc6e796de" ]
false
Prevent off-map monsters banking turns If a monster is marked as off the map, then it is included in iterations over the monster list, but not allowed to move. This meant that such monsters would gain movement points on every turn but not spend them, which could lead to the monster taking a lot of turns in a row when ...
Alex Smith
ais523@nethack4.org
2026-06-08T04:04:12+01:00
Alex Smith
ais523@nethack4.org
2026-06-08T04:04:12+01:00
[]
[ { "old_path": "src/mon.c", "new_path": "src/mon.c", "change_type": "MODIFY", "diff": "@@ -1236,14 +1236,19 @@ movemon_singlemon(struct monst *mtmp)\n (void) gd_move(mtmp);\n mtmp->mlstmv = svm.moves;\n }\n+ mtmp->movement = 0;\n return FALSE;\n }\n-...
738aa5c076ac370357576541fa7f37cd3ad9ada9
[ "9f7a9d2c88aacb080d95e7f8c24b36802b09e7a9" ]
false
Make monsters not scared of the Sokoban rolling boulder traps They aren't initially loaded with boulders, thus aren't dangerous. This is particularly relevant for pets, who would otherwise be very reluctant to follow their owners up to the level above.
Alex Smith
ais523@nethack4.org
2026-06-08T04:39:46+01:00
Alex Smith
ais523@nethack4.org
2026-06-08T04:41:31+01:00
[]
[ { "old_path": "doc/fixes5-0-1.txt", "new_path": "doc/fixes5-0-1.txt", "change_type": "MODIFY", "diff": "@@ -56,6 +56,7 @@ if the hero has already been told that an engraving vanished, ensure that\n aklys path shouldn't be shown for locations that the hero cannot see\n keep the player better-informed...
b309392b5a2fc2ef961a5bf4181496ab38115c32
[ "738aa5c076ac370357576541fa7f37cd3ad9ada9" ]
false
Fixes entry for the recent bugfix
Alex Smith
ais523@nethack4.org
2026-06-08T04:42:44+01:00
Alex Smith
ais523@nethack4.org
2026-06-08T04:42:44+01:00
[]
[ { "old_path": "doc/fixes5-0-1.txt", "new_path": "doc/fixes5-0-1.txt", "change_type": "MODIFY", "diff": "@@ -57,6 +57,8 @@ aklys path shouldn't be shown for locations that the hero cannot see\n keep the player better-informed about status of the tether on their weapon\n don't overflow svp.plname on r...
c0f06ac4fd7365887989bbd2e5290d57d5b93a30
[ "b309392b5a2fc2ef961a5bf4181496ab38115c32" ]
false
follow-up to 84a6eb5e Ensure MON_STILL_ARRIVING bit is cleared before an early return.
nhmall
nhmall@nethack.org
2026-06-07T23:54:43-04:00
nhmall
nhmall@nethack.org
2026-06-07T23:54:43-04:00
[]
[ { "old_path": "src/dog.c", "new_path": "src/dog.c", "change_type": "MODIFY", "diff": "@@ -463,8 +463,10 @@ mon_arrive(struct monst *mtmp, int when)\n here for monsters migrating to a newly created level */\n restore_cham(mtmp);\n \n- if (mtmp == u.usteed)\n+ if (mtmp == u.usteed) {\...
7e18df3c5f342e25e41866ef34097425f4b88a0b
[ "c0f06ac4fd7365887989bbd2e5290d57d5b93a30" ]
false
ensure sane values for monst fields from bones
nhmall
nhmall@nethack.org
2026-06-08T00:06:59-04:00
nhmall
nhmall@nethack.org
2026-06-08T00:06:59-04:00
[]
[ { "old_path": "src/restore.c", "new_path": "src/restore.c", "change_type": "MODIFY", "diff": "@@ -1202,6 +1202,10 @@ getlev(NHFILE *nhfp, int pid, xint8 lev)\n for (mtmp = fmon; mtmp; mtmp = mtmp->nmon) {\n if (mtmp->isshk)\n set_residency(mtmp, FALSE);\n+ /* set some ...
917cc1a5967a025097793eef80b94cf315fc6736
[ "7e18df3c5f342e25e41866ef34097425f4b88a0b" ]
false
add pair of generated files to .gitignore
nhmall
nhmall@nethack.org
2026-06-08T13:47:55-04:00
nhmall
nhmall@nethack.org
2026-06-08T13:47:55-04:00
[]
[ { "old_path": "src/.gitignore", "new_path": "src/.gitignore", "change_type": "MODIFY", "diff": "@@ -33,3 +33,7 @@ GNUmakefile\n GNUmakefile.depend\n .*.c\n .depend\n+date-gui.nmk\n+date-tty.nmk\n+\n+\n", "added_lines": 4, "deleted_lines": 0, "nloc": null, "complexity": null, "tok...
57111e3c1f8194d0d77005adc10f324aceb820a1
[ "917cc1a5967a025097793eef80b94cf315fc6736" ]
false
update pdcursesmod submodule
nhmall
nhmall@nethack.org
2026-06-09T09:40:15-04:00
nhmall
nhmall@nethack.org
2026-06-09T09:40:15-04:00
[]
[ { "old_path": "submodules/pdcursesmod", "new_path": "submodules/pdcursesmod", "change_type": "MODIFY", "diff": "@@ -1 +1 @@\n-Subproject commit 5a255460769fd70067ee46989e85570729ceeae8\n+Subproject commit 6cd9c16900fef82754923c718fab7fe85f761bb6\n", "added_lines": 1, "deleted_lines": 1, ...
c8b15fe8544760b143541f9cfe378667971c7747
[ "57111e3c1f8194d0d77005adc10f324aceb820a1" ]
false
pull request #1557 - erinyes level adjustments Pull request from youbo0: when hero's alignment gets low enough, the adjusted experience level for erinyes effetively dropped instead of increased. It was being capped at 50 which has a special meaning for monsters. Change the level limit to 49 which is as high as ordin...
PatR
rankin@nethack.org
2026-06-09T13:00:22-07:00
PatR
rankin@nethack.org
2026-06-09T13:00:22-07:00
[]
[ { "old_path": "doc/fixes5-0-1.txt", "new_path": "doc/fixes5-0-1.txt", "change_type": "MODIFY", "diff": "@@ -1,4 +1,4 @@\n-NHDT-Branch: NetHack-5.0 $:$NHDT-Revision: 1.20 $ $NHDT-Date: 1779581008 2026/05/24 00:03:28 $\n+NHDT-Branch: NetHack-5.0 $:$NHDT-Revision: 1.36 $ $NHDT-Date: 1781062909 2026/06/...
1ac6ec5d1e9623e50849ddaa65b52159186d583e
[ "917cc1a5967a025097793eef80b94cf315fc6736" ]
false
MS-DOS: several fixes for the tiled map VESA mode: Set the viewport size correctly so the position bar does not overlay the map. VESA mode: Correctly set the size to which tiles are stretched when overview mode (F4) is selected. Both VESA and 16 color modes: Pass correct parameters to vga_userpan and vesa_userpan, s...
Ray Chason
Ray Chason
2026-06-09T16:25:46-04:00
Ray Chason
Ray Chason
2026-06-09T16:25:46-04:00
[]
[ { "old_path": "sys/msdos/pckeys.c", "new_path": "sys/msdos/pckeys.c", "change_type": "MODIFY", "diff": "@@ -14,7 +14,7 @@\n #include \"pcvideo.h\"\n \n boolean pckeys(unsigned char, unsigned char);\n-static void userpan(boolean);\n+static void userpan(enum vga_pan_direction pan);\n static void overv...
1faa85010d54f25c159981d815842a2960d54cd4
[ "c8b15fe8544760b143541f9cfe378667971c7747", "1ac6ec5d1e9623e50849ddaa65b52159186d583e" ]
true
Merge branch 'msdos-map-fixes' of https://github.com/chasonr/NetHack into NetHack-5.0
nhmall
nhmall@nethack.org
2026-06-09T16:36:21-04:00
nhmall
nhmall@nethack.org
2026-06-09T16:36:21-04:00
[]
[]
e34238d2bc7092117b12d14927c1c62200dc658d
[ "1faa85010d54f25c159981d815842a2960d54cd4" ]
false
MS-DOS: several fixes for the tiled map
nhmall
nhmall@nethack.org
2026-06-09T16:48:02-04:00
nhmall
nhmall@nethack.org
2026-06-09T16:48:02-04:00
[]
[ { "old_path": "doc/fixes5-0-1.txt", "new_path": "doc/fixes5-0-1.txt", "change_type": "MODIFY", "diff": "@@ -161,6 +161,15 @@ Linux: add WANT_SYSTEM_LUA=1 support to the linux.500 hints files and\n \tstep and the subsequent compiling of Lua; it tries to use use\n \tthe Lua5.4 package that is already ...
383d810357f2e095509929b69958ac647f00a685
[ "e34238d2bc7092117b12d14927c1c62200dc658d" ]
false
re-write fetch-Lua target cleaner output better structure better error checking and recovery
nhkeni
keni@his.com
2026-06-09T17:22:12-04:00
nhkeni
keni@his.com
2026-06-09T17:22:12-04:00
[]
[ { "old_path": "sys/unix/Makefile.top", "new_path": "sys/unix/Makefile.top", "change_type": "MODIFY", "diff": "@@ -348,8 +348,12 @@ LUA_URL_list:=$(LUA_URL) $(LUA_URL_MIRROR) $(LUA_URL_NHD)\n #\n #CURL := curl\n #ask curl to return a failure code if error 404 is encountered\n-CURL := curl --fail\n+CU...
9d44b1dbce75f1dba0e80c4c4e91b2b1f34f8c08
[ "383d810357f2e095509929b69958ac647f00a685" ]
false
follow-up: fixes5-0-1.txt
nhmall
nhmall@nethack.org
2026-06-09T22:49:36-04:00
nhmall
nhmall@nethack.org
2026-06-09T22:49:36-04:00
[]
[ { "old_path": "doc/fixes5-0-1.txt", "new_path": "doc/fixes5-0-1.txt", "change_type": "MODIFY", "diff": "@@ -170,6 +170,8 @@ MS-DOS: VESA and 16 color modes: Pass correct parameters to vga_userpan\n \temulations don't report CTRL with up or down arrows, so accept\n \tCTRL-home, CTRL-page up, CTRL pag...
e5a3ec92198c4de7751f5c36be44498af6f775e6
[ "9d44b1dbce75f1dba0e80c4c4e91b2b1f34f8c08" ]
false
follow-up: whitespace bit
nhmall
nhmall@nethack.org
2026-06-09T22:50:33-04:00
nhmall
nhmall@nethack.org
2026-06-09T22:50:33-04:00
[]
[ { "old_path": "doc/fixes5-0-1.txt", "new_path": "doc/fixes5-0-1.txt", "change_type": "MODIFY", "diff": "@@ -171,7 +171,7 @@ MS-DOS: VESA and 16 color modes: Pass correct parameters to vga_userpan\n \tCTRL-home, CTRL-page up, CTRL page down and CTRL-end\n \t(pr #1579 by chasonr)\n MS-DOS: 16 color mo...
178b295701b2f00a45ec4bdba60e4cbbf825b7bd
[ "e5a3ec92198c4de7751f5c36be44498af6f775e6", "4d590abac1274c796dab8fd9f6b86f5015aa87d6" ]
true
Merge branch 'fix/overflow-checks' of https://github.com/0x0b1ade/NetHack into NetHack-5.0
nhmall
nhmall@nethack.org
2026-06-09T22:54:20-04:00
nhmall
nhmall@nethack.org
2026-06-09T22:54:20-04:00
[]
[]
49ac96188432483317bc9ecefed79a41ca18cfc6
[ "178b295701b2f00a45ec4bdba60e4cbbf825b7bd" ]
false
replace NOTPARMDECL with TPARM_WORKAROUND The old logic used a negative check to emit an extern declaration for tparm(). This guarded against old platforms whose curses implementations did not declare their own functions. If there are still any platforms left that need this declaration, they can set TPARM_WORKAROUND ...
Patric Mueller
bhaak@gmx.net
2026-06-10T09:45:58+02:00
Patric Mueller
bhaak@gmx.net
2026-06-10T10:16:44+02:00
[]
[ { "old_path": "sys/unix/Install.unx", "new_path": "sys/unix/Install.unx", "change_type": "MODIFY", "diff": "@@ -246,10 +246,10 @@ Notes:\n \n 13. If you get a compiler warning about 'get_colors()' being implicitly\n declared, try uncommenting NEED_GET_COLORS_DECL in unixconf.h.\n- If you get ...
958415607b0d3c1c8a9a1c80c58bd4b4e7cf6345
[ "49ac96188432483317bc9ecefed79a41ca18cfc6" ]
false
periodic style check: whitespace cleanup leading tabs and trailing blanks
nhmall
nhmall@nethack.org
2026-06-10T15:52:13-04:00
nhmall
nhmall@nethack.org
2026-06-10T15:52:13-04:00
[]
[ { "old_path": "include/integer.h", "new_path": "include/integer.h", "change_type": "MODIFY", "diff": "@@ -50,7 +50,7 @@\n #endif /* !HAS_INTTYPES_H */\n #if defined(__GNUC__) && defined(__INT64_MAX__) && !defined(HAS_STDINT_H)\n #define HAS_STDINT_H\n-#endif \n+#endif\n #endif /* claims to be C99 ...
0248dbf55026f114f0e37fcbc4bb6da52e15260b
[ "958415607b0d3c1c8a9a1c80c58bd4b4e7cf6345" ]
false
MSDOS: Accept only single character font mappings * makefont.lua generates incorrect PSF fonts. There can be multiple characters mapped to a single glyph, but the mappings should be separated by FE bytes. * font.c should accept only single character mappings -- not combining sequences. The bundled fonts have no...
Ray Chason
Ray Chason
2026-06-10T23:14:09-04:00
Ray Chason
Ray Chason
2026-06-10T23:14:09-04:00
[]
[ { "old_path": "sys/msdos/font.c", "new_path": "sys/msdos/font.c", "change_type": "MODIFY", "diff": "@@ -112,11 +112,27 @@ load_font(const char *filename)\n bufsize -= strsize;\n memmove(buf, buf + strsize, bufsize);\n }\n- codepoints = uni_8to32...
6c11cac0f7067d9aebff9b1c0f5de48e64cf05fb
[ "0248dbf55026f114f0e37fcbc4bb6da52e15260b" ]
false
fixes5-0-1.txt entry for pull request #1581
nhmall
nhmall@nethack.org
2026-06-11T14:09:25-04:00
nhmall
nhmall@nethack.org
2026-06-11T14:09:25-04:00
[]
[ { "old_path": "doc/fixes5-0-1.txt", "new_path": "doc/fixes5-0-1.txt", "change_type": "MODIFY", "diff": "@@ -172,6 +172,10 @@ MS-DOS: VESA and 16 color modes: Pass correct parameters to vga_userpan\n \t(pr #1579 by chasonr)\n MS-DOS: 16 color mode: Set the panning direction so CTRL-left and CTRL-righ...
dfd6e0739ffaddff0c21565abd41a94e075672d7
[ "6c11cac0f7067d9aebff9b1c0f5de48e64cf05fb" ]
false
fix issue #1580 - item action for leash in use Issue reported by JodiJodington: the item action for a leash didn't distringuish a leash that is already in use from one that isn't. Fixes 1580
PatR
rankin@nethack.org
2026-06-12T01:11:43-07:00
PatR
rankin@nethack.org
2026-06-12T01:11:43-07:00
[]
[ { "old_path": "doc/fixes5-0-1.txt", "new_path": "doc/fixes5-0-1.txt", "change_type": "MODIFY", "diff": "@@ -60,6 +60,7 @@ monsters (including pets) aren't scared of the Sokoban rolling boulder traps\n fix a bug in which steeds would continuously gain movement points while\n being ridden\n wh...
b0e24236e33fe6a6d6d3966581fbc17e0230f805
[ "dfd6e0739ffaddff0c21565abd41a94e075672d7" ]
false
update tested versions of Visual Studio 2026-06-12
nhmall
nhmall@nethack.org
2026-06-12T06:07:27-04:00
nhmall
nhmall@nethack.org
2026-06-12T06:07:27-04:00
[]
[ { "old_path": "sys/windows/Makefile.nmake", "new_path": "sys/windows/Makefile.nmake", "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@\n #\n # Visual Studio Compilers Tested:\n # - Microsoft Visual Studio Community 2022 v 17.14.33\n-# - Microsoft Visual Studio Community ...
8e9d23b5787c05ccde89a22a4acde46fe0fe3930
[ "b0e24236e33fe6a6d6d3966581fbc17e0230f805" ]
false
msdos warning bit ../sys/msdos/font.c: In function 'load_font': ../sys/msdos/font.c:89:22: warning: unused variable 'j' [-Wunused-variable] 89 | unsigned j; | ^
nhmall
nhmall@nethack.org
2026-06-12T11:00:28-04:00
nhmall
nhmall@nethack.org
2026-06-12T11:00:28-04:00
[]
[ { "old_path": "sys/msdos/font.c", "new_path": "sys/msdos/font.c", "change_type": "MODIFY", "diff": "@@ -86,7 +86,7 @@ load_font(const char *filename)\n bufsize = 0;\n i = 0;\n while (i < length) {\n- unsigned j;\n+ /* unsigned j; */\n \n size...
d13eceb28bc84a36d09254a7e1d8b939115afab6
[ "8e9d23b5787c05ccde89a22a4acde46fe0fe3930" ]
false
eliminate one more source of vault guard newsym msgs see_monsters() was producing spurious vault guard at 0,0 messages Reproduce issue by: 1. Entering vault via teleport. 2. Wait for guard to enter. 3. Drop gold (if necessary) and follow guard. 4. Right after the guard disappears, but before th...
nhmall
nhmall@nethack.org
2026-06-14T14:19:34-04:00
nhmall
nhmall@nethack.org
2026-06-14T14:31:18-04:00
[]
[ { "old_path": "include/monst.h", "new_path": "include/monst.h", "change_type": "MODIFY", "diff": "@@ -55,16 +55,17 @@ enum m_ap_types {\n M_AP_MONSTER = 3 /* a monster; mostly used for cloned Wizard */\n };\n \n-#define MON_FLOOR 0x00\n-#define MON_OFFMAP 0x01\n-#define MON_DETAC...
6d0757fc864f3d92888dc5c1f901097fc92b0471
[ "d13eceb28bc84a36d09254a7e1d8b939115afab6" ]
false
Fix MS-DOS crosscompile on macOS host
nhmall
nhmall@nethack.org
2026-06-16T19:56:30-04:00
nhmall
nhmall@nethack.org
2026-06-16T19:56:30-04:00
[]
[ { "old_path": "sys/unix/hints/include/cross-pre2.500", "new_path": "sys/unix/hints/include/cross-pre2.500", "change_type": "MODIFY", "diff": "@@ -135,6 +135,7 @@ override TARGET_CXX = $(TOOLTOP1)/i586-pc-msdosdjgpp-g++\n override TARGET_AR = $(TOOLTOP1)/i586-pc-msdosdjgpp-gcc-ar\n override TARGET_ST...
118899a5f0dfcce29078ebc41476e5d2e50cac04
[ "6d0757fc864f3d92888dc5c1f901097fc92b0471" ]
false
update tested versions of Visual Studio 2026-06-18
nhmall
nhmall@nethack.org
2026-06-18T09:48:34-04:00
nhmall
nhmall@nethack.org
2026-06-18T09:48:34-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.33\n-# ...
b54c38c65bce32c1fab174dec4651d1220775396
[ "c22b21e3bd0228e7d69cb03de42fb2d02be35e4c" ]
false
Fix: a shopkeeper msg was printed even when deaf The message in question is '[shopkeeper] says "You be careful with my [item]!"' when you wield a shop-owned item, but it was being printed even when the hero is deaf. Following other examples of shopkeeper dialogue, the correct thing to do here is not to suppress the m...
copperwater
aosdict@gmail.com
2026-06-19T08:40:35-04:00
copperwater
aosdict@gmail.com
2026-06-19T09:12:57-04:00
[]
[ { "old_path": "src/wield.c", "new_path": "src/wield.c", "change_type": "MODIFY", "diff": "@@ -262,8 +262,13 @@ ready_weapon(struct obj *wep)\n \n if ((this_shkp = shop_keeper(inside_shop(u.ux, u.uy)))\n != (struct monst *) 0) {\n- pline(\"%s says \\\"You be...
7a23470c33513fdd6d458f1ea1e328454ca56520
[ "118899a5f0dfcce29078ebc41476e5d2e50cac04" ]
false
Fix: thrown ball travel did not check for regions This is an issue that we discovered in TNNT last year when we added a custom region with effects that trigger upon entry: it was possible to bypass those effects by entering the region via a thrown iron ball. This can be demonstrated by creating a poison gas cloud and...
copperwater
aosdict@gmail.com
2026-06-19T09:27:25-04:00
copperwater
aosdict@gmail.com
2026-06-19T09:35:23-04:00
[]
[ { "old_path": "src/ball.c", "new_path": "src/ball.c", "change_type": "MODIFY", "diff": "@@ -808,7 +808,8 @@ drag_ball(coordxy x, coordxy y, int *bc_control,\n miss(xname(uball), victim);\n \n } /* now check again in case mon died */\n- if (!m_at(uchain->ox,...
8705d12046e0cd3879a380f790c59bb377f27cd9
[ "118899a5f0dfcce29078ebc41476e5d2e50cac04", "b54c38c65bce32c1fab174dec4651d1220775396" ]
true
Merge branch 'shopkeeper-voice-respects-deaf' of https://github.com/copperwater/NetHack into NetHack-5.0
nhmall
nhmall@nethack.org
2026-06-19T10:07:11-04:00
nhmall
nhmall@nethack.org
2026-06-19T10:07:11-04:00
[]
[]
04963ecf81ac7ff7f4786f3934b429ee208d57fb
[ "8705d12046e0cd3879a380f790c59bb377f27cd9" ]
false
follow-up: add a general catch for "says"
nhmall
nhmall@nethack.org
2026-06-19T10:08:42-04:00
nhmall
nhmall@nethack.org
2026-06-19T10:08:42-04:00
[]
[ { "old_path": "include/extern.h", "new_path": "include/extern.h", "change_type": "MODIFY", "diff": "@@ -2996,6 +2996,7 @@ extern void credit_report(struct monst *shkp, int idx,\n boolean silent) NONNULLARG1;\n extern void use_unpaid_trapobj(struct obj *, coordxy, coordxy) N...
33e2f54e7c30c0a76d6ee18524f01dd0a09fb233
[ "04963ecf81ac7ff7f4786f3934b429ee208d57fb", "7a23470c33513fdd6d458f1ea1e328454ca56520" ]
true
Merge branch 'correct-regions-with-ball-travel' of https://github.com/copperwater/NetHack into NetHack-5.0
nhmall
nhmall@nethack.org
2026-06-19T10:17:40-04:00
nhmall
nhmall@nethack.org
2026-06-19T10:17:40-04:00
[]
[]
43ae611d64ed7167e14da691b6af213550357d1f
[ "33e2f54e7c30c0a76d6ee18524f01dd0a09fb233" ]
false
fixes5-0-1.txt entries following pull request
nhmall
nhmall@nethack.org
2026-06-19T10:20:50-04:00
nhmall
nhmall@nethack.org
2026-06-19T10:20:50-04:00
[]
[ { "old_path": "doc/fixes5-0-1.txt", "new_path": "doc/fixes5-0-1.txt", "change_type": "MODIFY", "diff": "@@ -61,6 +61,8 @@ fix a bug in which steeds would continuously gain movement points while\n being ridden\n when hero's behavior makes erinyes stronger, cap level at 49 rather than 50\n wit...
24adb1c592a306b67fbb3fa928fbe2fb5497ae79
[ "43ae611d64ed7167e14da691b6af213550357d1f" ]
false
curses: use existing background parameter for pile The blue background colour for piles was implemented by changing glyph colour to curses colour pair with the desired background, and then passed to curses_putch which takes character and background colour and makes curses colour pair out of them once again. Pass blue...
Doktor L
no email
2026-05-30T18:03:20+02:00
Patric Mueller
bhaak@gmx.net
2026-06-19T16:36:27+02:00
[]
[ { "old_path": "include/wincurs.h", "new_path": "include/wincurs.h", "change_type": "MODIFY", "diff": "@@ -145,7 +145,6 @@ extern void curses_puts(winid wid, int attr, const char *text);\n extern void curses_clear_nhwin(winid wid);\n extern void curses_alert_win_border(winid wid, boolean onoff);\n ex...
f3d292e111e509a4ad6e426cc0f00da0238d97c6
[ "24adb1c592a306b67fbb3fa928fbe2fb5497ae79" ]
false
Combine three arguments of curses_putch into one It will need another parameter for 256-colour support. To avoid having too many arguments, put glyph colour, background colour and attributes into a struct and, since to curses library all of that is attributes that are handled by same function, call the struct "gryph a...
Doktor L
no email
2026-05-30T18:13:36+02:00
Patric Mueller
bhaak@gmx.net
2026-06-19T16:36:27+02:00
[]
[ { "old_path": "include/wincurs.h", "new_path": "include/wincurs.h", "change_type": "MODIFY", "diff": "@@ -128,14 +128,6 @@ extern void curses_refresh_nethack_windows(void);\n extern void curses_del_nhwin(winid wid);\n extern void curses_del_wid(winid wid);\n extern void curs_destroy_all_wins(void);\...
7036f902d2aabad9d522133509aa9ee59d831398
[ "f3d292e111e509a4ad6e426cc0f00da0238d97c6" ]
false
Pass base-256 colour index to curses_putch And to its inner function write_char
Doktor L
no email
2026-05-30T18:28:08+02:00
Patric Mueller
bhaak@gmx.net
2026-06-19T16:36:27+02:00
[]
[ { "old_path": "src/coloratt.c", "new_path": "src/coloratt.c", "change_type": "MODIFY", "diff": "@@ -886,7 +886,8 @@ static struct {\n int index;\n uint32 value;\n } color_256_definitions[] = {\n- /* color values are from unnethack */\n+ /* from unnethack - these are the colors used by ...
19c87585fa5cabb8869bc70e2c65c215a66b981b
[ "7036f902d2aabad9d522133509aa9ee59d831398" ]
false
Create curses colour pairs for 256 colours Keep only 8 background colours but if curses supports 256 colours and 256*8 colours pairs, create colours pairs for 256 foregrounds rather than just 16.
Doktor L
no email
2026-05-30T19:29:11+02:00
Patric Mueller
bhaak@gmx.net
2026-06-19T16:36:27+02:00
[]
[ { "old_path": "win/curses/cursinit.c", "new_path": "win/curses/cursinit.c", "change_type": "MODIFY", "diff": "@@ -7,6 +7,7 @@\n #include \"hack.h\"\n #include \"wincurs.h\"\n #include \"cursinit.h\"\n+#include \"cursmisc.h\"\n \n /* Initialization and startup functions for curses interface */\n \n@@...
08ac68b754c1f22ae6e6b7a33d323e682333c5b6
[ "19c87585fa5cabb8869bc70e2c65c215a66b981b" ]
false
Use 256 colours in curses window port Only glyphs that are customised via config can have colours different from the basic 16. For such glyphs, when curses supports 256 colours, use them.
Doktor L
no email
2026-05-30T19:31:37+02:00
Patric Mueller
bhaak@gmx.net
2026-06-19T16:36:27+02:00
[]
[ { "old_path": "win/curses/curswins.c", "new_path": "win/curses/curswins.c", "change_type": "MODIFY", "diff": "@@ -766,25 +766,26 @@ coordinates without a refresh. Currently only used for the map. */\n \n /* convert nhcolor (fg) and framecolor (bg) to curses colorpair */\n static int\n-get_framecolo...
bb040cc2e18e64d5efa3c197c04d78a02d574d75
[ "43ae611d64ed7167e14da691b6af213550357d1f", "08ac68b754c1f22ae6e6b7a33d323e682333c5b6" ]
true
Merge branch 'ars3niy-curses256' into NetHack-5.0 Closes #1561
Patric Mueller
bhaak@gmx.net
2026-06-19T16:36:44+02:00
Patric Mueller
bhaak@gmx.net
2026-06-19T16:36:53+02:00
[]
[]
10d87c4b9d229ad1c5d8a593af0e1c51f2217332
[ "6d0757fc864f3d92888dc5c1f901097fc92b0471" ]
false
nhgitset: Deprecate PRE and POST hooks. nhgitset version 6 prepare for future phases to get rid of those hooks fix some minor bugs
nhkeni
keni@his.com
2026-06-19T20:44:46-04:00
nhkeni
keni@his.com
2026-06-19T20:44:46-04:00
[]
[ { "old_path": "DEVEL/VERSION", "new_path": "DEVEL/VERSION", "change_type": "MODIFY", "diff": "@@ -1,4 +1,5 @@\n-5\n-Please see \"git log DEVEL\" for previous changes.\n-Make documentation of nhgitset.pl easier to find and\n-find out about.\n+6\n+PRE and POST hooks will be dropped at some future date...
11dc6174838a8ab7396fa6e538bb7ac98ce2d557
[ "10d87c4b9d229ad1c5d8a593af0e1c51f2217332", "bb040cc2e18e64d5efa3c197c04d78a02d574d75" ]
true
Merge branch 'NetHack-5.0' of https://rodney.nethack.org:20040/git/NHsource into NetHack-5.0
nhkeni
keni@his.com
2026-06-19T20:59:55-04:00
nhkeni
keni@his.com
2026-06-19T20:59:55-04:00
[]
[]
f5f87c7ee9c7d3ccf087a7eaa3757fd2c9b67507
[ "bb040cc2e18e64d5efa3c197c04d78a02d574d75" ]
false
missed version bit
nhmall
nhmall@nethack.org
2026-06-20T11:18:14-04:00
nhmall
nhmall@nethack.org
2026-06-20T11:18:14-04:00
[]
[ { "old_path": "sys/unix/README.hints", "new_path": "sys/unix/README.hints", "change_type": "MODIFY", "diff": "@@ -12,7 +12,7 @@ There are two .500 series hints files provided with NetHack:\n linux.500 for use on Linux\n macOS.500 for use on macOS\n \n-Those will also pull in content fr...
d7ce2410b0b5da7e891b6aff4ec520901d66884a
[ "f5f87c7ee9c7d3ccf087a7eaa3757fd2c9b67507" ]
false
fixes5-0-1.txt update
G. Branden Robinson
g.branden.robinson@gmail.com
2026-06-20T15:31:53-04:00
nhmall
nhmall@nethack.org
2026-06-20T15:31:53-04:00
[]
[ { "old_path": "doc/fixes5-0-1.txt", "new_path": "doc/fixes5-0-1.txt", "change_type": "MODIFY", "diff": "@@ -18,7 +18,10 @@ when a vault guard was moved off the map, an impossible about trying to update\n \tmap location <0,0> was issued\n doc: use full URL for nethack.org in Guidebook.mn\n doc: fix a...
39434c9a2cb1b6ea20b536afb8a86d59c40e04fb
[ "11dc6174838a8ab7396fa6e538bb7ac98ce2d557", "d7ce2410b0b5da7e891b6aff4ec520901d66884a" ]
true
Merge branch 'NetHack-5.0' of https://rodney.nethack.org:20040/git/NHsource into NetHack-5.0
nhkeni
keni@his.com
2026-06-20T17:50:30-04:00
nhkeni
keni@his.com
2026-06-20T17:50:30-04:00
[]
[]
f5724ff9e6bb250aa614c754c5028d5715ccdf58
[ "39434c9a2cb1b6ea20b536afb8a86d59c40e04fb" ]
false
fixes entry for my previous commit
nhkeni
keni@his.com
2026-06-20T17:57:48-04:00
nhkeni
keni@his.com
2026-06-20T17:57:48-04:00
[]
[ { "old_path": "doc/fixes5-0-1.txt", "new_path": "doc/fixes5-0-1.txt", "change_type": "MODIFY", "diff": "@@ -261,4 +261,4 @@ unix hints: the Makefiles distributed by sys/unix/setup.sh will now check\n \tmake, and use bsd make syntax for bsd make\n share a single copy of nhuuid generation code between...
198ac655e5477122e0e388019abda7595e5bd016
[ "f5724ff9e6bb250aa614c754c5028d5715ccdf58" ]
false
more 3.7 vestiges A little later than this probably should have been committed.
nhmall
nhmall@nethack.org
2026-06-20T18:26:43-04:00
nhmall
nhmall@nethack.org
2026-06-20T18:26:43-04:00
[]
[ { "old_path": "include/align.h", "new_path": "include/align.h", "change_type": "MODIFY", "diff": "@@ -1,4 +1,4 @@\n-/* NetHack 5.0\talign.h\t$NHDT-Date: 1604269810 2020/11/01 22:30:10 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.15 $ */\n+/* NetHack 5.0\talign.h\t$NHDT-Date: 1781973076 2026/06/2...
6399e0070b132ac9786924465e74e099c4e3c8c5
[ "198ac655e5477122e0e388019abda7595e5bd016" ]
false
dat/*.lua 3.7 vestiges
nhmall
nhmall@nethack.org
2026-06-20T18:35:38-04:00
nhmall
nhmall@nethack.org
2026-06-20T18:35:38-04:00
[]
[ { "old_path": "dat/Arc-fila.lua", "new_path": "dat/Arc-fila.lua", "change_type": "MODIFY", "diff": "@@ -1,4 +1,4 @@\n--- NetHack Archeologist Arc-fila.lua\t$NHDT-Date: 1652195998 2022/05/10 15:19:58 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.1 $\n+-- NetHack Archeologist Arc-fila.lua\t$NHDT-Da...
6808e87869c089dcc991e5fb556559105d6c2e58
[ "6399e0070b132ac9786924465e74e099c4e3c8c5" ]
false
yet more 3.7 cleanup
nhmall
nhmall@nethack.org
2026-06-20T18:55:28-04:00
nhmall
nhmall@nethack.org
2026-06-20T18:55:28-04:00
[]
[ { "old_path": "dat/bogusmon.txt", "new_path": "dat/bogusmon.txt", "change_type": "MODIFY", "diff": "@@ -1,4 +1,4 @@\n-# NetHack 5.0 bogusmon.txt $NHDT-Date: 1596498237 2020/08/03 23:43:57 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.10 $\n+# NetHack 5.0 bogusmon.txt $NHDT-Date: 159...
7c694ad785a8cc81b8207f610cd4e5ccd4d662a1
[ "6808e87869c089dcc991e5fb556559105d6c2e58" ]
false
Remove deprecated option --version:paste This should have been deleted before the 5.0.0 release.
nhkeni
keni@his.com
2026-06-20T19:43:26-04:00
nhkeni
keni@his.com
2026-06-20T19:43:26-04:00
[]
[ { "old_path": "doc/fixes5-0-1.txt", "new_path": "doc/fixes5-0-1.txt", "change_type": "MODIFY", "diff": "@@ -66,6 +66,7 @@ when hero's behavior makes erinyes stronger, cap level at 49 rather than 50\n with inventory item action for leash, distingluish leash-in-use from empty one\n deafness check was ...
186d9524de4c7bae696f6fcd8cfed44933d7b33e
[ "7c694ad785a8cc81b8207f610cd4e5ccd4d662a1" ]
false
missed a line in this file
nhmall
nhmall@nethack.org
2026-06-20T20:02:31-04:00
nhmall
nhmall@nethack.org
2026-06-20T20:02:31-04:00
[]
[ { "old_path": "doc/config.nh", "new_path": "doc/config.nh", "change_type": "MODIFY", "diff": "@@ -1,4 +1,4 @@\n-# NetHack 3.7 config.nh $NHDT-Date: 1745978702 2025/04/29 18:05:02 $ $NHDT-Branch: NetHack-5.0 $:$NHDT-Revision: 1.10 $\n+# NetHack 5.0 config.nh $NHDT-Date: 1745978702 2025...
43c302d9274578d1ad727db0c0a688d1a898306f
[ "186d9524de4c7bae696f6fcd8cfed44933d7b33e" ]
false
Copy bones monster info to recorporealized ghost This is a reimplementation of commit ec32748 in TNNT by entrez: If you use undead turning on a dead hero's corpse from a bones file, its ghost will get sucked back into its body when it comes back to life. In such cases, treat the newly revived corpse/reco...
copperwater
aosdict@gmail.com
2026-06-21T06:02:20-04:00
copperwater
aosdict@gmail.com
2026-06-21T06:42:10-04:00
[]
[ { "old_path": "src/zap.c", "new_path": "src/zap.c", "change_type": "MODIFY", "diff": "@@ -892,6 +892,10 @@ revive(struct obj *corpse, boolean by_hero)\n mmflags_nht mmflags = NO_MINVENT | MM_NOWAIT | MM_NOMSG;\n int montype, cgend, container_nesting = 0;\n boolean is_zomb;\n+ /* norma...
1fa60f75368f7866ebd934e99ee0ea31b0ca7c3a
[ "186d9524de4c7bae696f6fcd8cfed44933d7b33e" ]
false
Add a new T-shift slogan.
nhkeni
keni@his.com
2026-06-21T14:10:51-04:00
nhkeni
keni@his.com
2026-06-21T14:10:51-04:00
[]
[ { "old_path": "src/read.c", "new_path": "src/read.c", "change_type": "MODIFY", "diff": "@@ -1,4 +1,4 @@\n-/* NetHack 5.0\tread.c\t$NHDT-Date: 1781973063 2026/06/20 16:31:03 $ $NHDT-Branch: NetHack-5.0 $:$NHDT-Revision: 1.333 $ */\n+/* NetHack 5.0\tread.c\t$NHDT-Date: 1782083451 2026/06/21 18:10:51 ...
e6b5338441530f63d65ab8e93904f057cc67edee
[ "1fa60f75368f7866ebd934e99ee0ea31b0ca7c3a" ]
false
some windows build updates
nhmall
nhmall@nethack.org
2026-06-21T14:18:00-04:00
nhmall
nhmall@nethack.org
2026-06-21T14:18:00-04:00
[]
[ { "old_path": "sys/windows/Install.windows", "new_path": "sys/windows/Install.windows", "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ NetHack may be freely redistributed. See license for details.\n Instructions for compiling NetHack 5.0 on a Windows system\n (only tested on Windows 10/1...
f119ab3dcf8559db9af496bcc9fad65393088748
[ "e6b5338441530f63d65ab8e93904f057cc67edee" ]
false
made it so the drop button in herecmdmenu does a multi-drop
JodiJodington
193165323+JodiJodington@users.noreply.github.com
2026-06-23T11:44:31-05:00
JodiJodington
193165323+JodiJodington@users.noreply.github.com
2026-06-23T15:22:10-05:00
[]
[ { "old_path": "src/cmd.c", "new_path": "src/cmd.c", "change_type": "MODIFY", "diff": "@@ -4805,7 +4805,7 @@ act_on_act(\n cmdq_add_key(CQ_CANNED, 'y'); /* \"There is foo here; eat it?\" */\n break;\n case MCMD_DROP:\n- cmdq_add_ec(CQ_CANNED, dodrop);\n+ cmdq_add_ec(...
2c58864b1c8c7f20df0863c24178019bd7b8e5f4
[ "e6b5338441530f63d65ab8e93904f057cc67edee" ]
false
CRASHREPORTURL should have been updated at 5.0.0 release
nhkeni
keni@his.com
2026-06-23T19:14:54-04:00
nhkeni
keni@his.com
2026-06-23T19:14:54-04:00
[]
[ { "old_path": "doc/Guidebook.mn", "new_path": "doc/Guidebook.mn", "change_type": "MODIFY", "diff": "@@ -1,4 +1,4 @@\n-.\\\" $NHDT-Branch: NetHack-5.0 $:$NHDT-Revision: 1.614 $ $NHDT-Date: 1770881338 2026/02/11 23:28:58 $\n+.\\\" $NHDT-Branch: NetHack-5.0 $:$NHDT-Revision: 1.652 $ $NHDT-Date: 1782274...
e381605bbaf7342860324bf5196016a6140e1a65
[ "2c58864b1c8c7f20df0863c24178019bd7b8e5f4" ]
false
Remove wintype.h include from hack.h Removed unnecessary second include for wintype.h
Kevin Nowaczyk
beakerboy99@yahoo.com
2026-06-23T14:52:16-04:00
PatR
rankin@nethack.org
2026-06-23T18:18:59-07:00
[]
[ { "old_path": "include/hack.h", "new_path": "include/hack.h", "change_type": "MODIFY", "diff": "@@ -38,7 +38,6 @@\n #include \"sys.h\"\n #include \"timeout.h\"\n #include \"winprocs.h\"\n-#include \"wintype.h\"\n #include \"vision.h\"\n #include \"you.h\"\n \n", "added_lines": 0, "deleted_li...
5911ee19d02662e53f68b4aac935a08cd870d488
[ "e381605bbaf7342860324bf5196016a6140e1a65" ]
false
This is cron-daily v1-May-7-2026. 005guidebook updated: doc/Guidebook.txt
nhw_cron
nhw+cron@nethack.org
2026-06-23T19:16:08-04:00
nhmall
nhmall@nethack.org
2026-06-23T21:36:13-04:00
[]
[ { "old_path": "doc/Guidebook.txt", "new_path": "doc/Guidebook.txt", "change_type": "MODIFY", "diff": "@@ -15,7 +15,7 @@\n Original version - Eric S. Raymond\n (Edited and expanded for NetHack 5.0.0 by Mike Stephenson and others)\n \n- May ...
164c057d5fcfcceda3c1bfa509b0b5d866482619
[ "f119ab3dcf8559db9af496bcc9fad65393088748" ]
false
added a pray button to herecmdmenu
JodiJodington
193165323+JodiJodington@users.noreply.github.com
2026-06-24T12:16:37-05:00
JodiJodington
193165323+JodiJodington@users.noreply.github.com
2026-06-24T12:16:37-05:00
[]
[ { "old_path": "src/cmd.c", "new_path": "src/cmd.c", "change_type": "MODIFY", "diff": "@@ -4407,6 +4407,7 @@ enum menucmd {\n MCMD_REST,\n MCMD_LOOK_HERE,\n MCMD_LOOK_AT,\n+ MCMD_PRAY,\n MCMD_ATTACK_NEXT2U,\n MCMD_UNTRAP_HERE,\n MCMD_OFFER,\n@@ -4507,6 +4508,7 @@ there_cmd_...
06436b69d3b331fa201158b4935f334e94f8d524
[ "164c057d5fcfcceda3c1bfa509b0b5d866482619" ]
false
added an engrave button to herecmdmenu
JodiJodington
193165323+JodiJodington@users.noreply.github.com
2026-06-24T12:17:00-05:00
JodiJodington
193165323+JodiJodington@users.noreply.github.com
2026-06-24T12:17:00-05:00
[]
[ { "old_path": "src/cmd.c", "new_path": "src/cmd.c", "change_type": "MODIFY", "diff": "@@ -4408,6 +4408,7 @@ enum menucmd {\n MCMD_LOOK_HERE,\n MCMD_LOOK_AT,\n MCMD_PRAY,\n+ MCMD_ENGRAVE,\n MCMD_ATTACK_NEXT2U,\n MCMD_UNTRAP_HERE,\n MCMD_OFFER,\n@@ -4509,6 +4510,7 @@ there_c...
3574a99d3583c929119a0f85c205617e2b643da5
[ "06436b69d3b331fa201158b4935f334e94f8d524" ]
false
added a jump button to herecmdmenu
JodiJodington
193165323+JodiJodington@users.noreply.github.com
2026-06-24T10:03:53-05:00
JodiJodington
193165323+JodiJodington@users.noreply.github.com
2026-06-24T12:17:12-05:00
[]
[ { "old_path": "src/cmd.c", "new_path": "src/cmd.c", "change_type": "MODIFY", "diff": "@@ -4414,6 +4414,7 @@ enum menucmd {\n MCMD_OFFER,\n MCMD_INVENTORY,\n MCMD_CAST_SPELL,\n+ MCMD_JUMP,\n \n MCMD_THROW_OBJ,\n MCMD_TRAVEL,\n@@ -4520,6 +4521,9 @@ there_cmd_menu_self(winid win,...
8c3a553f4bb5de9eb6235f9317d001ad0d091d0a
[ "3574a99d3583c929119a0f85c205617e2b643da5" ]
false
added an attributes button to herecmdmenu
JodiJodington
193165323+JodiJodington@users.noreply.github.com
2026-06-24T10:04:27-05:00
JodiJodington
193165323+JodiJodington@users.noreply.github.com
2026-06-24T12:17:12-05:00
[]
[ { "old_path": "src/cmd.c", "new_path": "src/cmd.c", "change_type": "MODIFY", "diff": "@@ -4409,6 +4409,7 @@ enum menucmd {\n MCMD_LOOK_AT,\n MCMD_PRAY,\n MCMD_ENGRAVE,\n+ MCMD_ATTRIBUTES,\n MCMD_ATTACK_NEXT2U,\n MCMD_UNTRAP_HERE,\n MCMD_OFFER,\n@@ -4512,6 +4513,7 @@ there_...
ae011af0265f35967efc39933e8ce4d8d0a4dce6
[ "8c3a553f4bb5de9eb6235f9317d001ad0d091d0a" ]
false
added a button that shows previous messages to herecmdmenu
JodiJodington
193165323+JodiJodington@users.noreply.github.com
2026-06-24T13:11:20-05:00
JodiJodington
193165323+JodiJodington@users.noreply.github.com
2026-06-24T13:11:20-05:00
[]
[ { "old_path": "src/cmd.c", "new_path": "src/cmd.c", "change_type": "MODIFY", "diff": "@@ -4410,6 +4410,7 @@ enum menucmd {\n MCMD_PRAY,\n MCMD_ENGRAVE,\n MCMD_ATTRIBUTES,\n+ MCMD_PREVIOUS_MESSAGES,\n MCMD_ATTACK_NEXT2U,\n MCMD_UNTRAP_HERE,\n MCMD_OFFER,\n@@ -4514,6 +4515,7...
e3407a923f171ab884651c233d33035b64a64a78
[ "5911ee19d02662e53f68b4aac935a08cd870d488" ]
false
address some compiler complaints
nhmall
nhmall@nethack.org
2026-06-26T12:30:36-04:00
nhmall
nhmall@nethack.org
2026-06-26T12:30:36-04:00
[]
[ { "old_path": "include/optlist.h", "new_path": "include/optlist.h", "change_type": "MODIFY", "diff": "@@ -363,11 +363,15 @@ static int optfn_##a(int, int, boolean, char *, char *);\n NHOPTB(herecmd_menu, Advanced, 0, opt_in, set_in_game,\n Off, Yes, No, No, NoAlias, &iflags.herecmd_me...
c40bf4658dbece58e1fecd9c7b88890da079f676
[ "e3407a923f171ab884651c233d33035b64a64a78" ]
false
more warning cleanup The use of strncat and eos(buf) together was odd anyway.
nhmall
nhmall@nethack.org
2026-06-26T14:56:26-04:00
nhmall
nhmall@nethack.org
2026-06-26T14:56:26-04:00
[]
[ { "old_path": "src/options.c", "new_path": "src/options.c", "change_type": "MODIFY", "diff": "@@ -3033,8 +3033,8 @@ optfn_paranoid_confirmation(\n \" %s\", paranoia[i].argname);\n }\n /* note: always leaves enough room for caller to tack on '\\n' */\n- ...
2b2f949484a82bec0c0af0e4a0e080b0ac64d6e1
[ "c40bf4658dbece58e1fecd9c7b88890da079f676" ]
false
address another warning sounds.c: In function ‘domonnoise’: sounds.c:818:40: warning: array subscript [0, 1] is outside array bounds of ‘const char * const[2]’ [-Warray-bounds=] 818 | verbl_msg = vampmsg[vampindex]; | ~~~~~~~^~~~~~~~~~~ sounds.c:786:38: note:...
nhmall
nhmall@nethack.org
2026-06-26T15:11:42-04:00
nhmall
nhmall@nethack.org
2026-06-26T15:11:42-04:00
[]
[ { "old_path": "src/sounds.c", "new_path": "src/sounds.c", "change_type": "MODIFY", "diff": "@@ -814,8 +814,10 @@ domonnoise(struct monst *mtmp)\n flags.female ? FEMALE : MALE))\n : an(racenoun));\n ...
6fee8a4e789ed54ba805aaf09d4450f05a80a91f
[ "2b2f949484a82bec0c0af0e4a0e080b0ac64d6e1" ]
false
yet another warning bit In file included from ../include/hack.h:34, from sp_lev.c:14: In function ‘create_monster’, inlined from ‘lspo_monster’ at sp_lev.c:3386:5: ../include/rm.h:528:32: warning: array subscript -1 is below array bounds of ‘struct monst *[80][21]’ [-Warray-bounds=] 528 | ...
nhmall
nhmall@nethack.org
2026-06-26T15:21:19-04:00
nhmall
nhmall@nethack.org
2026-06-26T15:21:19-04:00
[]
[ { "old_path": "src/sp_lev.c", "new_path": "src/sp_lev.c", "change_type": "MODIFY", "diff": "@@ -2042,7 +2042,8 @@ create_monster(monster *m, struct mkroom *croom)\n && m_bad_boulder_spot(x, y)) {\n int retrylimit = 10;\n \n- remo...
ac3d71a82a8a6e006eb1338aad85090ebf5514e3
[ "6fee8a4e789ed54ba805aaf09d4450f05a80a91f" ]
false
give player an inkling of why corpses didn't stack When corpses haven't stacked, and there is no player-discernable reason why, provide some additional information in some cases, but only when it is required. Gender variance is the supported case in this commit. Related to GitHub issue #1607. This commit doesn't ch...
nhmall
nhmall@nethack.org
2026-06-27T11:18:44-04:00
nhmall
nhmall@nethack.org
2026-06-27T11:18:44-04:00
[]
[ { "old_path": "include/decl.h", "new_path": "include/decl.h", "change_type": "MODIFY", "diff": "@@ -803,6 +803,9 @@ struct instance_globals_p {\n int poly_zapped;\n \n /* new stuff */\n+ int puzzling_critera;\n+ char puzzling_ilets[invlet_basic + 1];\n+\n boolean havestate;\n };\n...
90aaeb53cdd1c2fb208ec60d48c5cba2638a37bd
[ "ac3d71a82a8a6e006eb1338aad85090ebf5514e3" ]
false
follow-up: zero out puzzling_criteria
nhmall
nhmall@nethack.org
2026-06-27T11:41:54-04:00
nhmall
nhmall@nethack.org
2026-06-27T11:41:54-04:00
[]
[ { "old_path": "src/invent.c", "new_path": "src/invent.c", "change_type": "MODIFY", "diff": "@@ -2710,6 +2710,7 @@ check_for_puzzling_nonmerge(struct obj *objchn)\n struct obj *obj;\n boolean at_least_one = FALSE;\n \n+ gp.puzzling_criteria = 0;\n for (i = 0; i < invlet_basic + 1; ++i)...
c9188782998629bb0b317ee2eb65c38eb53f9f6e
[ "90aaeb53cdd1c2fb208ec60d48c5cba2638a37bd" ]
false
follow-up: field name typo
nhmall
nhmall@nethack.org
2026-06-27T11:45:36-04:00
nhmall
nhmall@nethack.org
2026-06-27T11:45:36-04:00
[]
[ { "old_path": "include/decl.h", "new_path": "include/decl.h", "change_type": "MODIFY", "diff": "@@ -803,7 +803,7 @@ struct instance_globals_p {\n int poly_zapped;\n \n /* new stuff */\n- int puzzling_critera;\n+ int puzzling_criteria;\n char puzzling_ilets[invlet_basic + 1];\n \n ...
bfa924bb0ed29522da7c83b9c82f3939e4d7a537
[ "c9188782998629bb0b317ee2eb65c38eb53f9f6e" ]
false
replace hardcoded number with correct enum value
nhmall
nhmall@nethack.org
2026-06-28T17:46:17-04:00
nhmall
nhmall@nethack.org
2026-06-28T17:46:17-04:00
[]
[ { "old_path": "src/objnam.c", "new_path": "src/objnam.c", "change_type": "MODIFY", "diff": "@@ -1517,7 +1517,7 @@ doname_base(\n ? obj->invlet - 'A'\n : (obj->invlet >= 'a' && obj->invlet <= 'z')\n ? obj->invlet - 'a' + 26\n- ...
aaf601ffc803d5a2dfd91db17d412146ee756175
[ "bfa924bb0ed29522da7c83b9c82f3939e4d7a537" ]
false
follow-up bit
nhmall
nhmall@nethack.org
2026-06-28T17:49:00-04:00
nhmall
nhmall@nethack.org
2026-06-28T17:49:00-04:00
[]
[ { "old_path": "src/objnam.c", "new_path": "src/objnam.c", "change_type": "MODIFY", "diff": "@@ -1519,7 +1519,7 @@ doname_base(\n ? obj->invlet - 'a' + 26\n : invlet_basic; /* valid index, but always holds zero */\n \n- if (with_corpse_g...
5e80fd3b93e888876f60162e519d4079a65c427c
[ "aaf601ffc803d5a2dfd91db17d412146ee756175" ]
false
wand of stasis when off level Account for the time spent on other levels for wand of stasis Resolves #1608
nhmall
nhmall@nethack.org
2026-07-02T17:48:29-04:00
nhmall
nhmall@nethack.org
2026-07-02T17:48:29-04:00
[]
[ { "old_path": "include/extern.h", "new_path": "include/extern.h", "change_type": "MODIFY", "diff": "@@ -2755,7 +2755,7 @@ void restore_gamelog(NHFILE *);\n boolean restgamestate(NHFILE *);\n void restore_msghistory(NHFILE *);\n #endif\n-extern void rest_adjust_levelflags(void);\n+extern void rest_ad...
338461943197e9e5e206d72c2099e248cbda07b7
[ "aaf601ffc803d5a2dfd91db17d412146ee756175" ]
false
MS-DOS: Add Extended2 symbols to the bundled fonts This change adds U+2299, U+2601 and U+2980 to the bundled fonts, so that all symbols specified in the Extended2 symbol set are available. Also, a few more directives are added to the files, so that FontForge can load them and display their contents.
Ray Chason
Ray Chason
2026-07-02T21:22:30-04:00
Ray Chason
Ray Chason
2026-07-02T21:22:30-04:00
[]
[ { "old_path": "sys/msdos/fonts/nh-u16b.bdf", "new_path": "sys/msdos/fonts/nh-u16b.bdf", "change_type": "MODIFY", "diff": "@@ -1,12 +1,21 @@\n STARTFONT 2.1\n FONTBOUNDINGBOX 8 16\n-STARTPROPERTIES 3\n+STARTPROPERTIES 8\n NOTICE \"Additional characters to use with ter-u16b.bdf\"\n-COPYRIGHT \"Copyrig...
ae8982fe3e71acefb12fe248b4ffd4137b29e8b9
[ "aaf601ffc803d5a2dfd91db17d412146ee756175" ]
false
MS-DOS: Check font pointer for null The 16 color mode loads the font specified in font_map, and accepts it only if its size is 8 by 16 pixels. This change avoids a null dereference if the font is not found.
Ray Chason
Ray Chason
2026-07-02T21:34:35-04:00
Ray Chason
Ray Chason
2026-07-02T21:34:35-04:00
[]
[ { "old_path": "sys/msdos/vidvga.c", "new_path": "sys/msdos/vidvga.c", "change_type": "MODIFY", "diff": "@@ -811,7 +811,7 @@ vga_Init(void)\n }\n free_font(psf_font);\n psf_font = load_font(font_name);\n- if (psf_font->width != 8 || psf_font->height != 16) {\n+ if (psf_font != NULL ...
1de1b531b34ff8ae8e40db6b1e5daf8b06001754
[ "aaf601ffc803d5a2dfd91db17d412146ee756175" ]
false
Some optimizations of the glyph lookup * src/glyphs.c: Don't produce names for swallow glyphs that can never appear. This speeds up the building of the glyph index in populate_glyphname_hash_indices. * src/symbols.c: Build a sorted index for loadsyms so that it can be searched with bsearch. Benchmarking result...
Ray Chason
Ray Chason
2026-07-02T23:08:42-04:00
Ray Chason
Ray Chason
2026-07-02T23:08:42-04:00
[]
[ { "old_path": "src/glyphs.c", "new_path": "src/glyphs.c", "change_type": "MODIFY", "diff": "@@ -373,8 +373,10 @@ compose_glyph_name(int glyph, char *buf, size_t bufsz)\n };\n \n j = glyph - GLYPH_SWALLOW_OFF;\n- cmap = glyph_to_swallow(glyph);\n mnum = ...
b3fd7330efd8872945576cd1481709c078f1b5f8
[ "ae8982fe3e71acefb12fe248b4ffd4137b29e8b9" ]
false
Fix operator precedence
Ray Chason
Ray Chason
2026-07-03T00:24:17-04:00
Ray Chason
Ray Chason
2026-07-03T00:24:17-04:00
[]
[ { "old_path": "sys/msdos/vidvga.c", "new_path": "sys/msdos/vidvga.c", "change_type": "MODIFY", "diff": "@@ -811,7 +811,7 @@ vga_Init(void)\n }\n free_font(psf_font);\n psf_font = load_font(font_name);\n- if (psf_font != NULL && psf_font->width != 8 || psf_font->height != 16) {\n+ i...
edb99dcf8fb62c9e5cd4de0710ceb23e59186b93
[ "5e80fd3b93e888876f60162e519d4079a65c427c" ]
false
fixes5-0-1.txt catch-up; also fix some whitespace
nhmall
nhmall@nethack.org
2026-07-03T08:30:40-04:00
nhmall
nhmall@nethack.org
2026-07-03T08:30:40-04:00
[]
[ { "old_path": "doc/fixes5-0-1.txt", "new_path": "doc/fixes5-0-1.txt", "change_type": "MODIFY", "diff": "@@ -61,12 +61,14 @@ keep the player better-informed about status of the tether on their weapon\n don't overflow svp.plname on restore (pr #1570 by chasonr)\n monsters (including pets) aren't scare...
9abb13dfcffcefb90706f03f1932a7d703b3efb8
[ "edb99dcf8fb62c9e5cd4de0710ceb23e59186b93", "338461943197e9e5e206d72c2099e248cbda07b7" ]
true
Merge branch 'msdos-fonts' of https://github.com/chasonr/NetHack into NetHack-5.0
nhmall
nhmall@nethack.org
2026-07-03T08:34:53-04:00
nhmall
nhmall@nethack.org
2026-07-03T08:34:53-04:00
[]
[]
454ab83a36c44c7534236ff2e6643695c5f00cfd
[ "9abb13dfcffcefb90706f03f1932a7d703b3efb8", "b3fd7330efd8872945576cd1481709c078f1b5f8" ]
true
Merge branch 'msdos-font-null-ptr' of https://github.com/chasonr/NetHack into NetHack-5.0
nhmall
nhmall@nethack.org
2026-07-03T08:35:32-04:00
nhmall
nhmall@nethack.org
2026-07-03T08:35:32-04:00
[]
[]
d912ab5e6a9a7091355e0e3b5eeef398384151a0
[ "454ab83a36c44c7534236ff2e6643695c5f00cfd", "1de1b531b34ff8ae8e40db6b1e5daf8b06001754" ]
true
Merge branch 'start-time' of https://github.com/chasonr/NetHack into NetHack-5.0
nhmall
nhmall@nethack.org
2026-07-03T08:36:12-04:00
nhmall
nhmall@nethack.org
2026-07-03T08:36:12-04:00
[]
[]
ece0c3ce3c68f3c23400d29eefb427de2d4eb876
[ "d912ab5e6a9a7091355e0e3b5eeef398384151a0" ]
false
fixes5-0-1.txt entries for three pull requests
nhmall
nhmall@nethack.org
2026-07-03T08:45:04-04:00
nhmall
nhmall@nethack.org
2026-07-03T08:45:04-04:00
[]
[ { "old_path": "doc/fixes5-0-1.txt", "new_path": "doc/fixes5-0-1.txt", "change_type": "MODIFY", "diff": "@@ -69,6 +69,11 @@ thrown ball travel did not check for regions (pr #1595 by copperwater)\n remove deprecated option --version:paste\n the timeout for stasis wasn't decrementing while off-level; e...
7c418cff6aa5f31b48f17dee6cd10eab410f7076
[ "ece0c3ce3c68f3c23400d29eefb427de2d4eb876" ]
false
follow-up: a compiler warning fix
nhmall
nhmall@nethack.org
2026-07-03T09:39:02-04:00
nhmall
nhmall@nethack.org
2026-07-03T09:39:02-04:00
[]
[ { "old_path": "src/symbols.c", "new_path": "src/symbols.c", "change_type": "MODIFY", "diff": "@@ -914,8 +914,8 @@ search_loadsyms(const char *buf, size_t len)\n ++sp;\n ++i;\n }\n- qsort(loadsyms_sorted, SIZE(loadsyms_sorted), sizeof(loadsyms_sorted[0]),\n- ...
228576628cd09b39d2dedbf781dfef121e9afc28
[ "7c418cff6aa5f31b48f17dee6cd10eab410f7076" ]
false
fix spot_monsters give-away Resolves #1603
nhmall
nhmall@nethack.org
2026-07-04T12:53:33-04:00
nhmall
nhmall@nethack.org
2026-07-04T12:53:33-04:00
[]
[ { "old_path": "src/hack.c", "new_path": "src/hack.c", "change_type": "MODIFY", "diff": "@@ -1719,7 +1719,7 @@ notice_mon(struct monst *mtmp)\n set_msg_xy(mtmp->mx, mtmp->my);\n You(\"%s %s.\", canseemon(mtmp) ? \"see\" : \"notice\",\n x_monnam(mtmp,\n- ...
2afd03e01561ad0b88f91dfdc7115b5f40d9ea43
[ "228576628cd09b39d2dedbf781dfef121e9afc28" ]
false
Guidebook update - July 4, 2026
nhmall
nhmall@nethack.org
2026-07-04T13:16:31-04:00
nhmall
nhmall@nethack.org
2026-07-04T13:16:31-04:00
[]
[ { "old_path": "doc/Guidebook.mn", "new_path": "doc/Guidebook.mn", "change_type": "MODIFY", "diff": "@@ -60,7 +60,7 @@\n .ds f0 \\*(vr\n .ds f1 \\\" empty\n .\\\"DO NOT REMOVE NH_DATESUB .ds f2 Date(%B %-d, %Y)\n-.ds f2 June 23, 2026\n+.ds f2 July 4, 2026\n .\n .\\\" A note on some special characters...
af79ad629cc6dd5f1c965266dabd6b064266c920
[ "7c418cff6aa5f31b48f17dee6cd10eab410f7076" ]
false
MS-DOS: some optimizations for tile handling * In both the 16 color and the VESA mode, the tileset image is loaded and split into individual tiles; the tiles are then processed into a form that is compatible with the video mode in use. For 16 color mode, a tile is processed each time it is displa...
Ray Chason
Ray Chason
2026-07-04T13:43:23-04:00
Ray Chason
Ray Chason
2026-07-04T13:43:23-04:00
[]
[ { "old_path": "sys/msdos/vidvesa.c", "new_path": "sys/msdos/vidvesa.c", "change_type": "MODIFY", "diff": "@@ -60,6 +60,8 @@ static unsigned long vesa_DoublePixels(unsigned long);\n static unsigned long vesa_TriplePixels(unsigned long);\n static void vesa_WriteStr(const char *, int, int, int, int);\n...
adbab7f767cd60758c5556ccedce9a02fd1640e0
[ "2afd03e01561ad0b88f91dfdc7115b5f40d9ea43" ]
false
periodic style check: whitespace cleanup leading tabs and trailing blanks
nhmall
nhmall@nethack.org
2026-07-04T14:17:43-04:00
nhmall
nhmall@nethack.org
2026-07-04T14:17:43-04:00
[]
[ { "old_path": "src/earlyarg.c", "new_path": "src/earlyarg.c", "change_type": "MODIFY", "diff": "@@ -498,7 +498,7 @@ argcheck(int argc, char *argv[], enum earlyarg e_arg)\n \n if (extended_opt) {\n extended_opt++;\n-\t\tif (match_optname(extended_opt, \"copy\", 4, FALSE)) ...
25be6848306c7dea81a5ad763c3754e708eb6b49
[ "adbab7f767cd60758c5556ccedce9a02fd1640e0" ]
false
trailing spaces removed from generated nhlua.h
nhmall
nhmall@nethack.org
2026-07-04T14:29:54-04:00
nhmall
nhmall@nethack.org
2026-07-04T14:29:54-04:00
[]
[ { "old_path": "sys/windows/vs/nhlua_h/nhlua_h.vcxproj", "new_path": "sys/windows/vs/nhlua_h/nhlua_h.vcxproj", "change_type": "MODIFY", "diff": "@@ -47,12 +47,12 @@\n <Import Project=\"$(VCTargetsPath)\\Microsoft.Cpp.targets\" />\r\n <Target Name=\"GenerateHeader\" BeforeTargets=\"ClCompile\" Out...
9004f49b014185e34e9c69176c8f05cd2e6ddd5f
[ "25be6848306c7dea81a5ad763c3754e708eb6b49" ]
false
GENERICUSERS in Guidebook
PatR
rankin@nethack.org
2026-07-04T19:12:00-07:00
PatR
rankin@nethack.org
2026-07-04T19:12:00-07:00
[]
[ { "old_path": "doc/Guidebook.mn", "new_path": "doc/Guidebook.mn", "change_type": "MODIFY", "diff": "@@ -4426,8 +4426,9 @@ is used for the role, then a random one will be automatically chosen.\n .lp \"\"\n On some systems, the default is the player's user name;\n on others, there is no default and th...
4761d45debc99325896f72851b7b7cd160009329
[ "9004f49b014185e34e9c69176c8f05cd2e6ddd5f" ]
false
Guidebook.txt update - July 4, 2026
nhmall
nhmall@nethack.org
2026-07-04T23:43:41-04:00
nhmall
nhmall@nethack.org
2026-07-04T23:43:41-04:00
[]
[ { "old_path": "doc/Guidebook.txt", "new_path": "doc/Guidebook.txt", "change_type": "MODIFY", "diff": "@@ -15,7 +15,7 @@\n Original version - Eric S. Raymond\n (Edited and expanded for NetHack 5.0.0 by Mike Stephenson and others)\n \n- June ...
12560f9b137e2da1ffff631ee1cc705a62b810d3
[ "af79ad629cc6dd5f1c965266dabd6b064266c920" ]
false
Add return value where needed.
Ray Chason
Ray Chason
2026-07-05T22:26:42-04:00
Ray Chason
Ray Chason
2026-07-05T22:26:42-04:00
[]
[ { "old_path": "win/share/tileset.c", "new_path": "win/share/tileset.c", "change_type": "MODIFY", "diff": "@@ -31,7 +31,7 @@ read_tiles(const char *filename, boolean true_color)\n boolean ok;\n \n if (tiles != NULL)\n- return;\n+ return TRUE;\n \n /* Fill the image structure...
a4dbd17d153fc3d3c145059b8c183bb60be822bd
[ "4761d45debc99325896f72851b7b7cd160009329", "12560f9b137e2da1ffff631ee1cc705a62b810d3" ]
true
Merge branch 'msdos-tile-processing' of https://github.com/chasonr/NetHack into NetHack-5.0
nhmall
nhmall@nethack.org
2026-07-06T07:53:06-04:00
nhmall
nhmall@nethack.org
2026-07-06T07:53:06-04:00
[]
[]
f5f498eb9ecf12ab7660bfa15aa63b21f4f7b37b
[ "a4dbd17d153fc3d3c145059b8c183bb60be822bd" ]
false
fixes5-0-1.txt entry for pull request #1617
nhmall
nhmall@nethack.org
2026-07-06T07:58:16-04:00
nhmall
nhmall@nethack.org
2026-07-06T07:58:16-04:00
[]
[ { "old_path": "doc/fixes5-0-1.txt", "new_path": "doc/fixes5-0-1.txt", "change_type": "MODIFY", "diff": "@@ -198,7 +198,11 @@ MS-DOS: add U+2299, U+2601 and U+2980 to the bundled fonts, so that all\n MS-DOS: The 16 color mode loads the font specified in font_map, and accepts\n \tit only if its size i...
3d0fe29ff7195b598e0516b35292c9e581c0f1e2
[ "f5f498eb9ecf12ab7660bfa15aa63b21f4f7b37b", "ae011af0265f35967efc39933e8ce4d8d0a4dce6" ]
true
Merge branch 'improve-herecmd' of https://github.com/JodiJodington/NetHack into NetHack-5.0
nhmall
nhmall@nethack.org
2026-07-06T07:59:37-04:00
nhmall
nhmall@nethack.org
2026-07-06T07:59:37-04:00
[]
[]