shithub: choc

Download patch

ref: f151517ba6b7e7caf7b49e8ceafbf0969959e068
parent: 6f8ac36f6644466131b548f0a8a42e260d181aa5
author: Simon Howard <fraggle@gmail.com>
date: Fri Apr 30 15:58:30 EDT 2010

Merge contents of OPL-TODO into TODO file.

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1923

--- a/Makefile.am
+++ b/Makefile.am
@@ -43,7 +43,6 @@
         CMDLINE                         \
         HACKING                         \
         README.OPL                      \
-        OPL-TODO                        \
         TODO                            \
         BUGS                            \
         rpm.spec
--- a/OPL-TODO
+++ /dev/null
@@ -1,20 +1,0 @@
-
-opl-branch TODO list
-
-Needs research:
-
- * Strategy when no more voices are available is still wrong
- * Scale levels don't exactly match Vanilla (off-by-one?)
-
-Bad MIDIs:
-
- * doom2.wad MAP01
- * gothicdm MAP05
- * tnt.wad MAP30
- * Alien Vendetta (title screen, MAP01, etc)
-
-Other tasks:
-
- * Get a better software OPL emulator
- * DMXOPTIONS opl3/phase option support.
-
--- a/TODO
+++ b/TODO
@@ -1,6 +1,5 @@
 Currently in progress:
 
-* OPL MIDI playback (see: opl-branch)
 * Heretic/Hexen support (see: raven-branch)
 * Strife support (see: strife-branch)
 
@@ -35,4 +34,23 @@
   automatically download and play speedruns.
 * DWANGO-like interface for finding players and setting up games.
 * Video capture mode?
+
+== OPL TODO list ==
+
+Needs research:
+
+ * Strategy when no more voices are available is still wrong
+ * Scale levels don't exactly match Vanilla (off-by-one?)
+
+Bad MIDIs:
+
+ * doom2.wad MAP01
+ * gothicdm MAP05
+ * tnt.wad MAP30
+ * Alien Vendetta (title screen, MAP01, etc)
+
+Other tasks:
+
+ * Get a better software OPL emulator
+ * DMXOPTIONS opl3/phase option support.