]> granicus.if.org Git - nethack/commitdiff
more prep bits
authornhmall <nhmall@nethack.org>
Wed, 4 Dec 2019 16:51:24 +0000 (11:51 -0500)
committernhmall <nhmall@nethack.org>
Wed, 4 Dec 2019 16:51:24 +0000 (11:51 -0500)
include/patchlevel.h
util/makedefs.c

index 2151087ee0d01c7ea60d1e99919809bf96e55275..c945e68b5c8c8d4fbc398720157ed35ba65ef6c7 100644 (file)
@@ -36,7 +36,7 @@
 /****************************************************************************/
 /* Version 3.6.x */
 
-/*  Patch 3, <insert date here>
+/*  Patch 3, December 5, 2019
  *
  *  Fixed stale 'thrownobj' pointer for returning thrown aklys while engulfed
  *  Fixed uarmh null pointer dereference if a helm of opposite alignment came
@@ -55,6 +55,7 @@
  *  Fixed ignoring of god's wrath when hero injured himself during altar kick 
  *  Fixed several cases where persistent inventory window was not updated
  *  Fixed temple priests or shopkeepers moving over other monsters
+ *  Fixed a crash-causing bug when putting on levitation boots over a sink
  *  Ensured that thrown or kicked objects will end up in bones
  *  Made water go all the way to the edges of level on the Plane of Water
  *  Made clouds disrupt line of sight along the edges of the Plane of Air
@@ -64,6 +65,8 @@
  *    the Windows platform
  *  Improved the layout and display of the player selection dialog used on the
  *     Windows graphical implementation
+ *  Improved performance of some tty versions by reducing the number of 
+ *     function calls made from mapglyph
  *  Allowed the msdos implementation to build with curses and PDCurses
  *  Included over 100 other fixes and improvements as outlined in doc/fixes36.3
  */
index ac196f8e2a8a9679601fa281a409191405c6d389..4334b9b0ebb6a284e2829813c94793484ff8ef30 100644 (file)
@@ -53,7 +53,7 @@
 #endif
 
 #if defined(UNIX) && !defined(LINT) && !defined(GCC_WARN)
-static const char SCCS_Id[] UNUSED = "@(#)makedefs.c\t3.6\t2019/05/07";
+static const char SCCS_Id[] UNUSED = "@(#)makedefs.c\t3.6\t2019/12/05";
 #endif
 
 /* names of files to be generated */