From 6a5d123fc662bcdbc08d973e3b8b79a95f24fa51 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Thu, 3 Mar 2011 21:41:51 +0000 Subject: Fix Visual Studio build (thanks GhostlyDeath). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2287 --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 7e89584c..ad358aed 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,7 @@ right shift, not left shift (thanks AlexXav). * Default joystick buttons for the setup tool now match Vanilla (thanks twipley). + * Visual Studio project files work again (thanks GhostlyDeath). libtextscreen: * It is now possible to type a '+' in input boxes (thanks -- cgit v1.2.3 From b0519667da8edcea1592a0ba7b0dfa4b4709e034 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 6 Mar 2011 20:59:51 +0000 Subject: Discard very short sound effects and strip lead-in / lead-out samples that apparently aren't played by Vanilla Doom (thanks Quasar). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2291 --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index ad358aed..3983ac76 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,10 @@ 1.6.0 (2011-??-??): + 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). + Bugs fixed: * Menu navigation when using joystick/joypad (thanks Alexandre Xavier). -- cgit v1.2.3