-NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.273 $ $NHDT-Date: 1596652492 2020/08/05 18:34:52 $
+NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.274 $ $NHDT-Date: 1596656886 2020/08/05 19:48:06 $
General Fixes and Modified Features
-----------------------------------
infinite loop with complaints about Qt's event loop already being
active; change dialog: offer "Save and exit" or "Quit without saving"
with no opportunity to try to back out of the Close operation
+Qt: add 3.6 status fields Stone, Slime, Strngl, Deaf, Lev, Fly, Ride
+Qt: add Attributes, Overview, and Annotate to the "Info" pull down menu
tiles: add indicator of thonged portion to aklys tile
tty: role and race selection menus weren't filtering out potential choices
which got excluded by OPTIONS=align:!lawful or !neutral or !chaotic
{ help, 0, 1},
{ info, "Inventory", 3, ddoinv},
+ { info, "Attributes (extended status)", 3, doattributes },
+ { info, "Overview", 3, dooverview },
{ info, "Conduct", 3, doconduct},
{ info, "Discoveries", 3, dodiscovered},
{ info, "List/reorder spells", 3, dovspell},
- { info, "Adjust letters", 2, doorganize},
+ { info, "Adjust inventory letters", 2, doorganize },
{ info, 0, 3},
{ info, "Name object or creature", 3, docallcmd},
+ { info, "Annotate level", 2, donamelevel },
{ info, 0, 3},
{ info, "Skills", 3, enhance_weapon_skill},