From: nhmall Date: Tue, 1 Jan 2019 16:48:30 +0000 (-0500) Subject: update for 2019 X-Git-Tag: NetHack-3.6.2_Released~104^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb25676c431a8a0c31ec5f37f550a1284fcbd405;p=nethack update for 2019 --- diff --git a/include/patchlevel.h b/include/patchlevel.h index 284189700..a6cbca3f5 100644 --- a/include/patchlevel.h +++ b/include/patchlevel.h @@ -16,7 +16,7 @@ */ #define EDITLEVEL 0 -#define COPYRIGHT_BANNER_A "NetHack, Copyright 1985-2018" +#define COPYRIGHT_BANNER_A "NetHack, Copyright 1985-2019" #define COPYRIGHT_BANNER_B \ " By Stichting Mathematisch Centrum and M. Stephenson." /* COPYRIGHT_BANNER_C is generated by makedefs into date.h */ @@ -38,14 +38,14 @@ /* Patch 2, * - * Performance optimizations for tty including the ability to - * do per field updating - * Significant performance improvements in sys/winnt/nttty mainly through - * the introduction of a back buffer approach - * A couple of windows crash bug fixes during early game startup + * Over 220 bug fixes including a couple of crash bug fixes + * More than 15 enhancements or improvements * Ensuring that unix Makefiles do not rely on features unique to gnu make * Improvements to hilite_status parsing in an effort to ensure that expected * and sensible values ranges are more easily specified and accepted + * Performance optimizations for tty + * Windows console tty via use of a back buffer + * Mac OS X build improvements and inclusion of an Xcode project */ /* Patch 1, April 27, 2018