From: nhmall Date: Sat, 2 Jan 2021 15:49:48 +0000 (-0500) Subject: fixes37.0 update X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f78be370dff77566edaa606fbca2215c0502f7b;p=nethack fixes37.0 update --- diff --git a/doc/fixes37.0 b/doc/fixes37.0 index a6484587b..79796222f 100644 --- a/doc/fixes37.0 +++ b/doc/fixes37.0 @@ -9,8 +9,8 @@ hero polymorphed into a vampire can use #monster to shape-shift rather than adjust bones filename buffer sizes to accommodate suffix fix internal self-recover to work with recent fields added to checkpoint file improvements to pronoun usage when hallucinating -function calls made from mapglyph based on dungeon level are now called once - per level +function calls made from map_glyphmod() based on dungeon level are now called + once per level fast hero could have random clairvoyance happen more than once on same turn using 'Q' on wielded weapon would offer to split stack; make using 'w' on a quivered stack behave similarly @@ -857,4 +857,4 @@ replace the single permonst mname field with male, female, and gender-neutral names pmnames[NUM_MGENDERS] fields add a new glyphmod parameter to window interface *_print_glyph() to be used to provide additional details to the window port beyond the glyph; - begin to phase out the mapglyph() calls from within windows ports + window port mapglyph() calls and the function itself were removed