Alter the fixes5-0-1.txt entry to match code
This commit is contained in:
+7
-4
@@ -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
|
replace the hashtable used for parsing glyphnames with sorted indices and
|
||||||
reduce the string allocation load during that processing (cherry-pick
|
reduce the string allocation load during that processing (cherry-pick
|
||||||
of pr #1548 by ingpaschke)
|
of pr #1548 by ingpaschke)
|
||||||
for SELECTSAVE, don't display error messages to a regular player about
|
for SELECTSAVE, allow utd flags for uptodate() to be passed down through
|
||||||
out-of-date save file encountered while building the saved-game list
|
the small set of callers that eventually call uptodate().
|
||||||
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
|
|
||||||
|
|
||||||
|
|
||||||
Platform- and/or Interface-Specific Fixes
|
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
|
Windows: a Windows console debug line began showing up after the sources
|
||||||
switched patchlevel.h NH_DEVEL_STATUS from NH_STATUS_RELEASED to
|
switched patchlevel.h NH_DEVEL_STATUS from NH_STATUS_RELEASED to
|
||||||
NH_STATUS_POSTRELEASE; make it only ever show if (wizard) is true
|
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
|
tty: allow custom glyph colors if they're basic 16 nethack colors
|
||||||
on terminals with less than 256 colors
|
on terminals with less than 256 colors
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user