summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon Howard2010-05-03 17:07:45 +0000
committerSimon Howard2010-05-03 17:07:45 +0000
commit4767ddccafca1a1c50bc097284df1328d478882a (patch)
tree26846694ab4cb35dbea92bf1519dc3a4c9b33c52 /NEWS
parentaf48a6309cf1f03b5136e26a5fc27a38e490d808 (diff)
parentaa35a71bd05536f82ce23887f7e84decc7f850a7 (diff)
downloadchocolate-doom-4767ddccafca1a1c50bc097284df1328d478882a.tar.gz
chocolate-doom-4767ddccafca1a1c50bc097284df1328d478882a.tar.bz2
chocolate-doom-4767ddccafca1a1c50bc097284df1328d478882a.zip
Merge from trunk.
Subversion-branch: /branches/raven-branch Subversion-revision: 1931
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS24
1 files changed, 24 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 31baedf0..ea6ba572 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+1.4.0 (2010-??-??):
+
+ The biggest change in this version is the addition of OPL
+ emulation. This emulates Vanilla Doom's MIDI playback when
+ using a Yamaha OPL synthesizer chip, as was found on
+ SoundBlaster compatible cards.
+
+ A software OPL emulator is included as most modern computers do
+ not have a hardware OPL chip any more. If you do have one, you
+ can configure Chocolate Doom to use it; see README.OPL.
+
+ The OPL playback feature is not yet perfect or 100% complete,
+ but is judged to be good enough for general use. If you find
+ music that does not play back properly, please report it as a
+ bug.
+
+ Other changes:
+ * The REJECT overflow emulation code from PrBoom+ has been
+ imported. This fixes demo desync on some demos, although
+ others will still desync.
+ * Warnings are now generated for invalid dehacked replacements of
+ printf format strings. Some potential buffer overflows are
+ also checked.
+
1.3.0 (2010-02-10):
* Chocolate Doom now runs on Windows Mobile/Windows CE!