Alter the fixes5-0-1.txt entry to match code

This commit is contained in:
nhmall
2026-05-30 11:45:20 -04:00
parent 78e7b23b1e
commit 13ff430b14
+7 -4
View File
@@ -44,10 +44,8 @@ fix an off-by-one in glyph_is_normal_piletop_obj (pr #1547 by ingpaschke)
replace the hashtable used for parsing glyphnames with sorted indices and
reduce the string allocation load during that processing (cherry-pick
of pr #1548 by ingpaschke)
for SELECTSAVE, don't display error messages to a regular player about
out-of-date save file encountered while building the saved-game list
to select from; the game doesn't offer any action to assist with them
presently, and they would have to be dealt with external to the game
for SELECTSAVE, allow utd flags for uptodate() to be passed down through
the small set of callers that eventually call uptodate().
Platform- and/or Interface-Specific Fixes
@@ -160,6 +158,11 @@ Windows: setting any map_mode option in the config file could trigger
Windows: a Windows console debug line began showing up after the sources
switched patchlevel.h NH_DEVEL_STATUS from NH_STATUS_RELEASED to
NH_STATUS_POSTRELEASE; make it only ever show if (wizard) is true
Windows: with SELECTSAVE don't display error messages to a regular
don't display error messages to a regular player about out-of-date
save files encountered while building the saved-game list to
select from; the game doesn't offer any action to assist with them
presently, and they would have to be dealt with external to the game
tty: allow custom glyph colors if they're basic 16 nethack colors
on terminals with less than 256 colors