From cfb382c626edca8936fae6bd43e34584b7e5c98e Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 4 Dec 2019 11:51:24 -0500 Subject: [PATCH] more prep bits --- include/patchlevel.h | 5 ++++- util/makedefs.c | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/include/patchlevel.h b/include/patchlevel.h index 2151087ee..c945e68b5 100644 --- a/include/patchlevel.h +++ b/include/patchlevel.h @@ -36,7 +36,7 @@ /****************************************************************************/ /* Version 3.6.x */ -/* Patch 3, +/* 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 */ diff --git a/util/makedefs.c b/util/makedefs.c index ac196f8e2..4334b9b0e 100644 --- a/util/makedefs.c +++ b/util/makedefs.c @@ -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 */