summaryrefslogtreecommitdiff
path: root/HH-TODO
diff options
context:
space:
mode:
authorSimon Howard2008-10-26 04:00:01 +0000
committerSimon Howard2008-10-26 04:00:01 +0000
commitb0cc15b69f56542e294c474f28cfcc5318014651 (patch)
tree1132f594d02ef575ab85cad454406e28f3312343 /HH-TODO
parent06790ce0cdfeff84b8a92ede5c03cfd48342fcb4 (diff)
downloadchocolate-doom-b0cc15b69f56542e294c474f28cfcc5318014651.tar.gz
chocolate-doom-b0cc15b69f56542e294c474f28cfcc5318014651.tar.bz2
chocolate-doom-b0cc15b69f56542e294c474f28cfcc5318014651.zip
Update HH-TODO.
Subversion-branch: /branches/raven-branch Subversion-revision: 1364
Diffstat (limited to 'HH-TODO')
-rw-r--r--HH-TODO18
1 files changed, 7 insertions, 11 deletions
diff --git a/HH-TODO b/HH-TODO
index 398d4b3f..afc97372 100644
--- a/HH-TODO
+++ b/HH-TODO
@@ -6,10 +6,8 @@
* Update docgen to generate manpages for Heretic/Hexen.
Heretic:
- * Fix bug with SFX played at wrong volumes
* Multiplayer code to use Chocolate Doom multiplayer code.
* Frequency shifted sounds.
- * Update input code to work properly with vanilla_keyboard_mapping
* Check all command line parameters
* Check for endianness assumptions
* Savegame code to write structures predictably and endianness-correct
@@ -17,23 +15,21 @@ Heretic:
* Structure packing macros for structures read from disk
* Merge r_draw.c to common version and delete duplicate
* Recreate text mode startup using textscreen code.
+ * HHE patch support
* v1.2 emulation (if possible)
* Screensaver mode
Hexen:
* CD-ROM music playback
- * Merge r_draw.c to common version and delete duplicate
- * Remove duplicates:
- - Skill levels
* Multiplayer code to use Chocolate Doom multiplayer code.
- * WAD code to use the new locking API
- * Config file code to use m_config.c (and add H/H-specific variables)
- * Use the common i_sound API. Frequency shifting?
+ * Frequency shifted sounds.
* Use the common cheats code
- * Update input code to work properly with vanilla_keyboard_mapping
- * Check for endianness assumptions (shouldn't be too bad if it was developed
- on NeXT)
+ * Check for endianness assumptions - mostly done now
* Savegame code to write structures predictably and endianness-correct
+ * Remove NeXT and WATCOMC defines
* Structure packing macros for structures read from disk
+ * Merge r_draw.c to common version and delete duplicate
+ * Recreate graphical startup.
+ * v1.0 emulation (if possible/necessary)
* Screensaver mode