Merge remote-tracking branch 'origin/NetHack-3.6.0'

This commit is contained in:
keni
2016-10-02 15:26:11 -04:00
15 changed files with 686 additions and 307 deletions

View File

@@ -2698,6 +2698,7 @@ The possible settings are:
.sd
.si
.CC c "compass ('east' or '3s' or '2n,4w');"
.CC f "full compass ('east' or '3south' or '2north,4west');"
.CC m "map <x,y> (map column x=0 is not used);"
.CC s "screen [row,column] (row is offset to match tty usage);"
.CC n "none (no coordinates shown) [default]."
@@ -3186,6 +3187,7 @@ c S_cockatrice (cockatrice)
$ S_coin (pile of coins)
# S_corr (corridor)
- S_crwall (wall)
# S_darkroom (dark room)
^ S_dart_trap (dart trap)
& S_demon (major demon)
* S_digbeam (dig beam)

View File

@@ -3230,6 +3230,7 @@ The possible settings are:
%.sd
%.si
{\tt c} --- \verb#compass ('east' or '3s' or '2n,4w')#;\\
{\tt f} --- \verb#full compass ('east' or '3south' or '2north,4west')#;\\
{\tt m} --- \verb#map <x,y> (map column x=0 is not used)#;\\
{\tt s} --- \verb#screen [row,column] (row is offset to match tty usage)#;\\
{\tt n} --- \verb#none (no coordinates shown) [default]#.
@@ -3827,6 +3828,7 @@ Default & Symbol Name & Description\\
\verb@$@ & S\verb+_+coin & (pile of coins)\\
\verb@#@ & S\verb+_+corr & (corridor)\\
\verb@-@ & S\verb+_+crwall & (wall)\\
\verb@-@ & S\verb+_+darkroom & (dark room)\\
\verb@^@ & S\verb+_+dart\verb+_+trap & (dart trap)\\
\verb@&@ & S\verb+_+demon & (major demon)\\
\verb@*@ & S\verb+_+digbeam & (dig beam)\\

View File

@@ -339,6 +339,11 @@ change ing_suffix() to not double final 'w' when adding 'ing' ('t=' yielded
using 'D' to drop when not carrying anything finished (after doing nothing)
without giving any feedback for menustyles "full" and "partial"
"you hear a distant <musical note> squeak" might actually be nearby
differentiate symset and roguesymset option menu prompts
don't show monster vs. monster attack message, if the message refers to
a monster that cannot be sensed by the hero
umber hulk gazing at hidden mimic forces mimic to unhide
show some timed hero properties in wizard-mode #timeout
Fixes to Post-3.6.0 Problems that Were Exposed Via git Repository
@@ -488,6 +493,9 @@ prevent diagonal jumping through open doorways
different liquids when hallucinating
when moving a cursor for travel target, show if there is no known travel
path to that location, if "autodescribe" is on
show the reason why travel was interrupted if mention_walls is on
random horses have a tiny chance of being generated saddled
give feedback just before timed levitation runs out
Platform- and/or Interface-Specific New Features
@@ -505,6 +513,7 @@ X11: NetHack*extcmd_height_delta resource can be used to adjust initial size
X11: status display split into three columns to accomodate Stone/Deaf/Lev/&c;
NetHack*status_condition.foreground, .background, and .showGrip
resources replaced by status_condition[1-3].*
X11: more terminal-like default resources
NetHack Community Patches (or Variation) Included