Merge branch 'NetHack-3.6.2'

This commit is contained in:
nhmall
2018-10-06 12:54:27 -04:00
42 changed files with 489 additions and 288 deletions

View File

@@ -2601,7 +2601,8 @@ exclude that alignment from being picked randomly.
Cannot be set with the `O' command. Persistent.
.lp autodescribe
Automatically describe the terrain under cursor when asked to get a location
on the map. The
on the map (default true).
The
.op whatis_coord
option controls whether the description includes map coordinates.
.lp autodig

View File

@@ -3038,8 +3038,8 @@ Cannot be set with the `{\tt O}' command. Persistent.
%.lp
\item[\ib{autodescribe}]
Automatically describe the terrain under cursor when asked to get a location
on the map. The
{\it whatis\verb+_+coord\/}
on the map (default true).
The {\it whatis\verb+_+coord\/}
option controls whether the description includes map coordinates.
%.lp
\item[\ib{autodig}]

View File

@@ -152,6 +152,12 @@ fix missing space in "would flyif you weren't levitating"
a wand of polymorph lost its magical ability for the turn just because the
player using it to engrave happened to be blind, which didn't make
a much sense
floating eye is classified as a flyer but flying is blocked while levitating,
so don't set intrinsic flying if hero is polymorphed into one
being trapped (bear trap, web, molten or solidified lava, chained to buried
iron ball) blocks both levitation and flight (note: being stuck in a
pit ends when either of those starts so doesn't apply)
change default value for the 'autodescribe' option to 'on'
Fixes to Post-3.6.1 Problems that Were Exposed Via git Repository
@@ -163,6 +169,7 @@ sortloot segfaulted when filtering a subset of items (seen with 'A' command)
orctown: prevent Bad fruit #0 and some minor tuning
make long extended commands list be more navigable
simplify #wizidentify; don't rely on having bold menu entries
ensure tmp_at() structures are initialized for all code paths when swallowed
tty: turn off an optimization that is the suspected cause of Windows reported
partial status lines following level changes
tty: ensure that current status fields are always copied to prior status