]> granicus.if.org Git - nethack/commitdiff
pull request #774 - 'just-picked' pseudo obj class
authorPatR <rankin@nethack.org>
Sat, 28 May 2022 23:49:30 +0000 (16:49 -0700)
committerPatR <rankin@nethack.org>
Sat, 28 May 2022 23:56:26 +0000 (16:56 -0700)
Pull request from entrez:  fixes the combination of A and P for
menustyle:Full.  For menustyle:Traditional, it fixes selecting P for
putting stuff into a container.  Using P for multi-drop (D) already
worked and I haven't tried to figure out why the two commands behave
differently with just-picked.

Closes #774

doc/fixes3-7-0.txt

index 00c46ccb5e0819f6d4cde157b71519db6cfdca18..03bb6790307e1036430f68f490d7f9fd3a6fb067 100644 (file)
@@ -1224,6 +1224,10 @@ further changes resulted in dead monsters' corpses be placed at <0,0>;
        reverse the part(s) that cleared stale monst->mx,my
 adding name/rename choice to #therecmdmenu caused it to crash when picking an
        adjacent unnamed, untame monster
+for menustyle:Full, fix the combination of 'A' auto-pick all plus 'P' just
+       picked up to limit what "all" means
+for menustyle:Traditional, fix 'P' for just picked up items in inventory when
+       filtering what items to put into a container
 
 curses: 'msg_window' option wasn't functional for curses unless the binary
        also included tty support