]> granicus.if.org Git - nethack/commitdiff
fixes37.0 entry about engraving
authorPatR <rankin@nethack.org>
Fri, 26 Feb 2021 08:13:22 +0000 (00:13 -0800)
committerPatR <rankin@nethack.org>
Fri, 26 Feb 2021 08:13:22 +0000 (00:13 -0800)
Revert part of commit f6a30e7b05c9e45b58a8410afb9daf6b7c599180
that moved a fixes entry from the 'fixes to 3.6.x' section
into the 'post-3.6.x, exposed by git' section.  It wasn't due
to the conversion of engraving from multi-turn action into an
occupation, it was fixing a bug that had been around for 5 or 6
years.  Moot now; the conversion to occupation removed it.

doc/fixes37.0

index 415efcc7f31afaee197b6d2a0f961b1adeff59df..7f22366e99f032854777144fa8dc006476f9b9f6 100644 (file)
@@ -381,6 +381,8 @@ prevent wish request "death wand" from matching Death monster and producing a
        random wand instead of a wand of death
 grammar bit: "you hear a [AEF] note squeak in the distance" (should be "an")
 curses interface failed to honor menu_xxx option settings for menu interaction
+during engraving, spaces were counted instead of non-spaces [later: affected
+       code is gone, removed when engraving was converted into an occupation]
 when an explosion scatters objects, make any that fly over sinks stop there
 output message when changing fastmove mode while cursor targetting
 messages when Minetown watchmen become angry could report "you see an angry
@@ -515,7 +517,6 @@ change to can_reach_floor() resulted in hero being unable to reach the floor
 panic if lua init fails
 change wizard mode command #wizmgender to wizard mode option 'wizmgender'
 engraving with non-blade dulled the weapon anyway (pr #464)
-during engraving, spaces were counted instead of non-spaces
 
 curses: 'msg_window' option wasn't functional for curses unless the binary
        also included tty support