From ed4adeba77bf7dd803e7b944ee5f871965a0ca29 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 9 Mar 2011 01:06:07 +0000 Subject: Add support for the alternate version of the Final Doom executable that fixes the demo loop crash (thanks Porsche Monty, Enjay). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2297 --- NEWS | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 3983ac76..03defb19 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,16 @@ 1.6.0 (2011-??-??): + * Added support for the alternate version of the Final Doom + executable included in some later versions of the Id Anthology. + This version fixed the demo loop crash that occurred with the + "original" Final Doom executable. + + This executable can be selected on the command line with + -gameversion final2. It has been made the default when playing + with the Final Doom IWADs (the original behavior can be + selected with -gameversion final). (thanks Porsche Monty, + Enjay). + Compatibility: * Very short sound effects are not played, to better emulate the behavior of DMX in Vanilla Doom (thanks to Quasar for help in -- cgit v1.2.3 From d610772a0b58e63f665403386f167b3e19a5dcfd Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 9 Mar 2011 19:02:15 +0000 Subject: Add null sector dereference emulation code from Prboom+, to fix desync with CLNJ-506.LMP (thanks entryway). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2298 --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 03defb19..6830685a 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,9 @@ * Very short sound effects are not played, to better emulate the behavior of DMX in Vanilla Doom (thanks to Quasar for help in investigating this). + * The null sector dereference emulation code has been imported + from Prboom+ - this fixes a desync with CLNJ-506.LMP (thanks + entryway). Bugs fixed: * Menu navigation when using joystick/joypad (thanks Alexandre -- cgit v1.2.3 From eca0d817b7973d678d31608870bea86a141442ab Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Thu, 10 Mar 2011 19:03:23 +0000 Subject: Replace the INSTALL file with a template version that is customized to different platforms. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2299 --- NEWS | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 6830685a..73d3f6a2 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,12 @@ 1.6.0 (2011-??-??): + * The instructions in the INSTALL file are now customized for + different platforms, and each binary package contains a version + with instructions specific to the platform that it is + targetting. This should help to avoid confusion that some + users have reported experiencing. + + Compatibility: * Added support for the alternate version of the Final Doom executable included in some later versions of the Id Anthology. This version fixed the demo loop crash that occurred with the @@ -10,8 +17,6 @@ with the Final Doom IWADs (the original behavior can be selected with -gameversion final). (thanks Porsche Monty, Enjay). - - Compatibility: * Very short sound effects are not played, to better emulate the behavior of DMX in Vanilla Doom (thanks to Quasar for help in investigating this). -- cgit v1.2.3 From 3d641baeb5a3cfce3c35b23af3486e28541c2aac Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Tue, 15 Mar 2011 22:41:22 +0000 Subject: Fix NEWS entry to list the full name for Alexandre Xavier. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2303 --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 73d3f6a2..e8b16fe4 100644 --- a/NEWS +++ b/NEWS @@ -28,7 +28,7 @@ * Menu navigation when using joystick/joypad (thanks Alexandre Xavier). * For configuration file value for shift keys, use scan code for - right shift, not left shift (thanks AlexXav). + right shift, not left shift (thanks Alexandre Xavier). * Default joystick buttons for the setup tool now match Vanilla (thanks twipley). * Visual Studio project files work again (thanks GhostlyDeath). -- cgit v1.2.3 From e339efa45fb54e794d1dd26f7a716a383cc3dc6d Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Tue, 22 Mar 2011 21:33:17 +0000 Subject: Switch separator to show "screen mode" or "window size" depending on whether fullscreen is turned on or not. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2308 --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index e8b16fe4..d0fee599 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,8 @@ with instructions specific to the platform that it is targetting. This should help to avoid confusion that some users have reported experiencing. + * The display settings window in the setup tool has been + reorganised to a better arrangement. Compatibility: * Added support for the alternate version of the Final Doom @@ -36,6 +38,10 @@ libtextscreen: * It is now possible to type a '+' in input boxes (thanks Alexandre Xavier). + * It is possible to use the mouse wheel to scroll through scroll + panes. + * Clicking on scroll bars now moves the scroll handle to a + matching location. 1.5.0 (2011-01-02): -- cgit v1.2.3 From 623b4b1a2fdb0a974b20f45a8a3d0bc14db13691 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 27 Mar 2011 23:42:00 +0000 Subject: Change default sfx/music volume in setup tool to 8, to match the game (thanks Alexandre Xavier). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2309 --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index d0fee599..003c35a5 100644 --- a/NEWS +++ b/NEWS @@ -34,6 +34,9 @@ * Default joystick buttons for the setup tool now match Vanilla (thanks twipley). * Visual Studio project files work again (thanks GhostlyDeath). + * The default sfx/music volume set by the setup tool is now 8 + instead of 15, matching the game itself. (thanks Alexandre + Xavier). libtextscreen: * It is now possible to type a '+' in input boxes (thanks -- cgit v1.2.3 From 6e099632c653dd42dbe1f719c5887844091da0cc Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 28 Mar 2011 00:24:47 +0000 Subject: Fix weapon cycling from the shotgun to the chaingun in Doom 1 (thanks Alexandre Xavier). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2311 --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 003c35a5..b7c5922e 100644 --- a/NEWS +++ b/NEWS @@ -37,6 +37,8 @@ * The default sfx/music volume set by the setup tool is now 8 instead of 15, matching the game itself. (thanks Alexandre Xavier). + * Weapon cycling from the shotgun to the chaingun in Doom 1 now + works properly (thanks Alexandre Xavier). libtextscreen: * It is now possible to type a '+' in input boxes (thanks -- cgit v1.2.3 From d706f9693ee6bfd3976fcb232c1563c32b1cff88 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 28 Mar 2011 21:32:14 +0000 Subject: Allow .lmp files to be loaded (and demo files to be played back) that have long filenames (thanks blzut3). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2312 --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index b7c5922e..b76917f2 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,8 @@ users have reported experiencing. * The display settings window in the setup tool has been reorganised to a better arrangement. + * It is now possible to load .lmp files (and play back demos) + with long filenames (thanks blzut3). Compatibility: * Added support for the alternate version of the Final Doom -- cgit v1.2.3 From a4ff8b18d8c02b566ec1e203f983fc111408a752 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 28 Mar 2011 21:36:00 +0000 Subject: Fix OPL MIDI playback when using an empty .mus / .mid file (thanks Alexandre Xavier). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2313 --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index b76917f2..c0163f8c 100644 --- a/NEWS +++ b/NEWS @@ -41,6 +41,8 @@ Xavier). * Weapon cycling from the shotgun to the chaingun in Doom 1 now works properly (thanks Alexandre Xavier). + * MIDI playback that locked up when using an empty MUS / MIDI + file (thanks Alexandre Xavier). libtextscreen: * It is now possible to type a '+' in input boxes (thanks -- cgit v1.2.3 From 15a1c4924707f78ca4f9e109292e1ca35e83f1f7 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 28 Mar 2011 23:33:09 +0000 Subject: Emulate bug with IDMUS cheat when emulating v1.9 (thanks Alexandre Xavier). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2314 --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index c0163f8c..81cc5182 100644 --- a/NEWS +++ b/NEWS @@ -27,6 +27,8 @@ * The null sector dereference emulation code has been imported from Prboom+ - this fixes a desync with CLNJ-506.LMP (thanks entryway). + * The IDMUS cheat doesn't work when emulating the v1.9 executable + (thanks Alexandre Xavier). Bugs fixed: * Menu navigation when using joystick/joypad (thanks Alexandre -- cgit v1.2.3 From 5a2bbe2e13a02167643c93fd1840f068ce5f72f2 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 28 Mar 2011 23:39:48 +0000 Subject: Add vim modeline for text wrapping to documentation text files. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2315 --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 81cc5182..7c7457aa 100644 --- a/NEWS +++ b/NEWS @@ -659,3 +659,5 @@ 0.0.1 (2005-09-07): First beta release +# vim: tw=70 + -- cgit v1.2.3 From f596cfcd76c8c03c41c0691561c9b3c9c4419393 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 4 Apr 2011 18:40:28 +0000 Subject: Change setup tool default sampling rate to 44100Hz to match the game (thanks Alexandre Xavier). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2319 --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 7c7457aa..73206691 100644 --- a/NEWS +++ b/NEWS @@ -45,6 +45,8 @@ works properly (thanks Alexandre Xavier). * MIDI playback that locked up when using an empty MUS / MIDI file (thanks Alexandre Xavier). + * Default sampling rate used by setup tool changed to 44100Hz, to + match the game default (thanks Alexandre Xavier). libtextscreen: * It is now possible to type a '+' in input boxes (thanks -- cgit v1.2.3 From 9f3f6683d929d118b18e21b06a0b729586569e1a Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 4 Apr 2011 20:07:07 +0000 Subject: Change the background color when hovering over widgets. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2320 --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 73206691..d37ee185 100644 --- a/NEWS +++ b/NEWS @@ -49,6 +49,8 @@ match the game default (thanks Alexandre Xavier). libtextscreen: + * The background on GUI controls now lights up when hovering over + them, so that it is more obvious what you are selecting. * It is now possible to type a '+' in input boxes (thanks Alexandre Xavier). * It is possible to use the mouse wheel to scroll through scroll -- cgit v1.2.3 From 954eeae87efa9967164ce3c0543c45b823c40a21 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 4 Apr 2011 20:30:17 +0000 Subject: Close dropdown list popup windows when clicking outside the window. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2323 --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index d37ee185..45c51e71 100644 --- a/NEWS +++ b/NEWS @@ -57,6 +57,8 @@ panes. * Clicking on scroll bars now moves the scroll handle to a matching location. + * Clicking outside a dropdown list popup window now dismisses the + window. 1.5.0 (2011-01-02): -- cgit v1.2.3 From eb86fcdf3099404ed8cc0feaf96dd94654d2b8dd Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 11 Apr 2011 19:49:45 +0000 Subject: Allow the shift key to be held down when changing key/mouse/joystick bindings to prevent bindings to the same key from being cleared (thanks myk). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2325 --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 45c51e71..1cfca6a7 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,9 @@ reorganised to a better arrangement. * It is now possible to load .lmp files (and play back demos) with long filenames (thanks blzut3). + * In the setup tool, it is now possible to hold down shift when + changing key/mouse/joystick bindings to prevent other bindings + to the same key from being cleared (thanks myk). Compatibility: * Added support for the alternate version of the Final Doom -- cgit v1.2.3 From 30952764cf640001a2e8a0e2e4fefec734b147d9 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 17 Apr 2011 17:33:04 +0000 Subject: Fix libtextscreen window hotkeys to work when shift is held down / capslock turned on. Fix a similar problem in-game when typing cheat codes or using menu hotkeys (thanks Alexandre Xavier). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2327 --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 1cfca6a7..8a66fb2b 100644 --- a/NEWS +++ b/NEWS @@ -50,6 +50,8 @@ file (thanks Alexandre Xavier). * Default sampling rate used by setup tool changed to 44100Hz, to match the game default (thanks Alexandre Xavier). + * Cheat codes and menu hot keys now work when shift is held down + or capslock turned on (thanks Alexandre Xavier). libtextscreen: * The background on GUI controls now lights up when hovering over @@ -62,6 +64,9 @@ matching location. * Clicking outside a dropdown list popup window now dismisses the window. + * Window hotkeys that are an alphabetical letter now work when + shift is held down or capslock turned on (thanks Alexandre + Xavier). 1.5.0 (2011-01-02): -- cgit v1.2.3 From 9f4221bf92510f417bb9263031ca4f18db10e54f Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 24 Apr 2011 21:39:31 +0000 Subject: Add test button to joystick menu in setup tool (thanks Alexandre Xavier). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2329 --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 8a66fb2b..8569bfd7 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,8 @@ * In the setup tool, it is now possible to hold down shift when changing key/mouse/joystick bindings to prevent other bindings to the same key from being cleared (thanks myk). + * The joystick menu in the setup tool now has a test button + (thanks Alexandre Xavier). Compatibility: * Added support for the alternate version of the Final Doom -- cgit v1.2.3 From 085797aeb4c05857b315ebf4448322829151aedc Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 24 Apr 2011 22:22:11 +0000 Subject: Infer -server when -privateserver is specified (thanks Porsche Monty). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2330 --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 8569bfd7..d74aef7b 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,8 @@ to the same key from being cleared (thanks myk). * The joystick menu in the setup tool now has a test button (thanks Alexandre Xavier). + * Specifying the -privateserver option implies -server (thanks + Porsche Monty). Compatibility: * Added support for the alternate version of the Final Doom -- cgit v1.2.3 From 87efdfbd570fe85141ec5e8b8f5814563fcf1d4f Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 8 May 2011 18:32:02 +0000 Subject: Update NEWS. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2335 --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index d74aef7b..72ca2670 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,10 @@ (thanks Alexandre Xavier). * Specifying the -privateserver option implies -server (thanks Porsche Monty). + * The Mac OS X .dmg package now has a background and looks generally + more polished. + * In Mac OS X, it is now possible to simply double click an IWAD + file in the Finder to configure its location within the launcher. Compatibility: * Added support for the alternate version of the Final Doom -- cgit v1.2.3 From d07b88e469abbb7c82d10fbe17473d529aaa4388 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 14 May 2011 21:07:55 +0000 Subject: Add freedesktop.org desktop files for chocolate-doom, chocolate-setup (thanks Adrián Chaves Fernández). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2337 --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 72ca2670..759e6af3 100644 --- a/NEWS +++ b/NEWS @@ -20,6 +20,10 @@ more polished. * In Mac OS X, it is now possible to simply double click an IWAD file in the Finder to configure its location within the launcher. + * Freedesktop.org desktop files are now installed for Doom and + the setup tool, which will appear in the main menu on desktop + environments such as Gnome and KDE (thanks Adrián Chaves + Fernández). Compatibility: * Added support for the alternate version of the Final Doom -- cgit v1.2.3 From dcd1a6c3a4b692e0fa905075ef38273f85c138f4 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Tue, 17 May 2011 22:06:22 +0000 Subject: Detect chex.deh if it is in the same directory as the IWAD file. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2340 --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 759e6af3..fd727429 100644 --- a/NEWS +++ b/NEWS @@ -24,6 +24,8 @@ the setup tool, which will appear in the main menu on desktop environments such as Gnome and KDE (thanks Adrián Chaves Fernández). + * The Chex Quest dehacked patch (chex.deh) will now be detected + if it is in the same directory as the IWAD file. Compatibility: * Added support for the alternate version of the Final Doom -- cgit v1.2.3 From 822664b4ff873d462370e9e96a9d91e6066c221d Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Tue, 17 May 2011 22:59:44 +0000 Subject: Update NEWS and ChangeLog, bump version number. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2342 --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index fd727429..e3194203 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -1.6.0 (2011-??-??): +1.6.0 (2011-05-17): * The instructions in the INSTALL file are now customized for different platforms, and each binary package contains a version -- cgit v1.2.3 From aa621807015f56e451432fe1d9cdd05fcdeb92cf Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 20 Aug 2011 18:10:23 +0000 Subject: Fix gnome-screensaver .desktop file (thanks Rahul Sundaram). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2356 --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index e3194203..fe654dad 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ + + * Fixed gnome-screensaver desktop file (thanks Rahul Sundaram). + 1.6.0 (2011-05-17): * The instructions in the INSTALL file are now customized for -- cgit v1.2.3 From fb9fb072def85312bfd4ad8670a31d0a85bfe37a Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 20 Aug 2011 18:20:43 +0000 Subject: Update COPYING to latest version of GPL2 with new address of FSF (thanks Rahul Sundaram). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2357 --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index fe654dad..e2d95b7d 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ * Fixed gnome-screensaver desktop file (thanks Rahul Sundaram). + * Updated COPYING to current version of GPL2 (thanks Rahul + Sundaram). 1.6.0 (2011-05-17): -- cgit v1.2.3 From 358db83778b46427fe267f86532d3a84d25a50ac Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 29 Aug 2011 20:37:26 +0000 Subject: Fix bug with detection of IWAD type by filename (thanks mether). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2359 --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index e2d95b7d..425da376 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,7 @@ * 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). 1.6.0 (2011-05-17): -- cgit v1.2.3