From: PatR Date: Fri, 25 Mar 2016 00:31:35 +0000 (-0700) Subject: fix #H4139 - commands missing in help menu X-Git-Tag: NetHack-3.6.1_RC01~858 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd674b5cf3b6bea6cfb06ca1df9f30e1017d86bb;p=nethack fix #H4139 - commands missing in help menu The meta keystroke commands which use an uppercase letter were all missing from dat/hh: M-A annotate level M-C show conduct M-N name something (synonym for M-n, which is a synonyn for 'C'all) M-O display dungeon overview M-R ride/unride steed M-T tip a container (All meta keystroke command shortcuts are missing from dat/help.) --- diff --git a/dat/hh b/dat/hh index 146af4275..09eac4c2d 100644 --- a/dat/hh +++ b/dat/hh @@ -80,7 +80,7 @@ Z Zap cast a spell (use Y instead of Z if number_pad is -1) $ gold count your gold + spells list the spells you know; also rearrange them if desired ` classkn display known items for one class of objects -_ travel move via a shortest-path algorithm to a point on the map +_ travel move via a shortest-path algorithm to a point on the map . rest wait a moment , pickup pick up all you can carry @ toggle "pickup" (auto pickup) option on and off @@ -93,7 +93,9 @@ via the meta modifier instead of the # prefix: M-? display extended command help (if the platform allows this) M-2 twoweapon toggle two-weapon combat (unless number_pad is enabled) M-a adjust adjust inventory letters +M-A annotate add a one-line note to the current dungeon level (see M-O) M-c chat talk to someone +M-C conduct view optional challanges M-d dip dip an object into something M-e enhance advance or check weapon and spell skills M-f force force a lock @@ -102,12 +104,16 @@ M-j jump jump to another location M-l loot loot a box on the floor M-m monster use a monster's special ability M-n name name a monster, an individual object, or a type of object +M-N name synonym for M-n M-o offer offer a sacrifice to the gods +M-O overview display information about visited levels and annotations M-p pray pray to the gods for help M-q quit stop playing M-r rub rub a lamp or a stone +M-R ride mount or dismount saddled steed M-s sit sit down M-t turn turn undead +M-T tip upend a container to dump out its contents M-u untrap untrap something M-v version print compile time options for this version M-w wipe wipe off your face diff --git a/doc/fixes36.1 b/doc/fixes36.1 index a2853713b..f74fa1358 100644 --- a/doc/fixes36.1 +++ b/doc/fixes36.1 @@ -195,6 +195,8 @@ unseen landmine explosion could result in "The statue crumbles." when using the 'O' command for regexp options (autopickup exceptions, menucolors, message types), provide opportunity to add more than one at a time [after 'add', return to add/list/remove menu] +commands invoked by uppercase meta characters: M-A, M-C, M-N, M-O, M-R, M-T + were missing from '? c' list of game commands (dat/hh) post-3.6.0: fix "object lost" panic during pickup caused by sortloot revamp post-3.6.0: more sortloot revisions