foxygit / doom Log in
commit 578617b72c5f97fe6517186a2b79d5fbc2d34812
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Sun Sep 28 03:13:07 2008 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Sun Sep 28 03:13:07 2008 +0000

    Update HH-TODO

    Subversion-branch: /branches/raven-branch
    Subversion-revision: 1299
---
 HH-TODO | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/HH-TODO b/HH-TODO
index 8fc5469c..f2fe6fbb 100644
--- a/HH-TODO
+++ b/HH-TODO
@@ -6,9 +6,8 @@
  * Update docgen to generate manpages for Heretic/Hexen.

 Heretic:
- * Merge r_draw.c to common version and delete duplicate
+ * Fix bug with SFX played at wrong volumes
  * Multiplayer code to use Chocolate Doom multiplayer code.
- * Save config file
  * Frequency shifted sounds.
  * Update input code to work properly with vanilla_keyboard_mapping
  * Check all command line parameters
@@ -16,6 +15,10 @@ Heretic:
  * 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 text mode startup using textscreen code.
+ * v1.2 emulation (if possible)
+ * Screensaver mode

 Hexen:
  * Merge v_video.c to common version and delete duplicate
@@ -40,4 +43,5 @@ Hexen:
  * Savegame code to write structures predictably and endianness-correct
  * Remove NeXT and WATCOMC defines
  * Structure packing macros for structures read from disk
+ * Screensaver mode