From 01e91aab21ad457dc7cd04d4288d38eaf46286df Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 26 Nov 2011 22:09:42 +0000 Subject: Fix weapon cycling keys when using IDKFA in Shareware Doom (thanks Alexandre Xavier). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2478 --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 59c5ffaa..0c8b9cf8 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,8 @@ emulate the PC VGA hardware (thanks GhostlyDeath). * Fix teleport behavior when emulating the alternate Final Doom executable (-gameversion final2) (thanks xttl). + * Fix weapon cycling keys when playing in Shareware Doom and using + the IDKFA cheat (thanks Alexandre Xavier). libtextscreen: * Input boxes stop editing and save when they lose their focus, -- cgit v1.2.3 From ddb9af112d766cbc56fb7292f23f45a5f9c13edc Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 9 Jun 2012 16:50:09 +0000 Subject: Update NEWS and ChangeLog, bump version number. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2510 --- NEWS | 40 +++++++++++++++++++++++++++++++++++----- 1 file changed, 35 insertions(+), 5 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 0c8b9cf8..d1f3210c 100644 --- a/NEWS +++ b/NEWS @@ -1,16 +1,46 @@ +1.7.0 (2012-06-09): + * Fixed gnome-screensaver desktop file (thanks Rahul Sundaram). * Updated COPYING to current version of GPL2 (thanks Rahul Sundaram). - * Fix bug with detection of IWAD type by filename (thanks mether). - * Reduce palette accuracy to 6 bits per channel, to more accurately - emulate the PC VGA hardware (thanks GhostlyDeath). - * Fix teleport behavior when emulating the alternate Final Doom + * Running servers now re-resolve the address of the master server + occasionally, to adapt to DNS address changes. + * Error dialog is no longer shown on OS X when running from the + console. + * The Makefiles no longer use GNU make extensions, so the package + builds on OpenBSD. + * There is now an OPL MIDI debug option (-opldev), useful for + when developing GENMIDI lumps. + * A workaround for SDL mouse lag is now only used on Windows + (where it is needed), and not on other systems. This fixes + Chocolate Doom on AmigaOS (thanks Timo Sievänen). + * UTF-8 usernames are supported, and Windows usernames with + non-ASCII characters are now supported (thanks Alexandre + Xavier). + + Compatibility: + * Palette accuracy is reduced to 6 bits per channel, to more + accurately emulate the PC VGA hardware (thanks GhostlyDeath). + * Fixed teleport behavior when emulating the alternate Final Doom executable (-gameversion final2) (thanks xttl). - * Fix weapon cycling keys when playing in Shareware Doom and using + + Bugs fixed: + * Fixed weapon cycling keys when playing in Shareware Doom and using the IDKFA cheat (thanks Alexandre Xavier). + * Fixed the default mouse buttons in the setup tool (thanks + Alexandre Xavier). + * Chat macros now work when vanilla_keyboard_mapping is turned + off. + * Default chat macros were fixed in the setup tool. + * Ping time calculation was fixed for LAN search, and made more + accurate for all searches. + * Fixed bug with detection of IWAD type by filename (thanks mether). libtextscreen: + * There is now limited UTF-8 text support in the textscreen + library, used in the label and input box widgets. + * Scroll bar behavior was fixed (thanks Alexandre Xavier). * Input boxes stop editing and save when they lose their focus, correcting a previous counterintuitive behavior (thanks Twelve). -- cgit v1.2.3