Merge branch 'NetHack-3.6.2'

This commit is contained in:
nhmall
2018-06-11 16:36:27 -04:00
42 changed files with 641 additions and 335 deletions

1
doc/.gitattributes vendored
View File

@@ -7,3 +7,4 @@ Guidebook.txt NH_header=no
tmac.n NH_header=no
fixes* NH_header=no
*.txt NH_header=no
* NH_filestag=(file%s_for_all_versions)

View File

@@ -30,6 +30,12 @@ using 'O' to set up a hilite_status rule for string comparison, the menu for
when finishing using 'O' to examine or set hilite_status rules, if the
'statushilites' option is 0 and there is at least one rule, give a
reminder about setting it to non-zero to activate highlighting
end of game disclosure was exercising Wisdom when revealing inventory and
also repeatedly updating persistent inventory window if enabled
internals for 'sortloot' option have been changed to not reorder the actual
list of objects, so changing it to 'n'one will get the original order
back and having a persistent inventory window open when performing
full-pack identify won't result in possibly skipping some items
Fixes to Post-3.6.1 Problems that Were Exposed Via git Repository