summaryrefslogtreecommitdiff
path: root/HH-TODO
diff options
context:
space:
mode:
Diffstat (limited to 'HH-TODO')
-rw-r--r--HH-TODO9
1 files changed, 0 insertions, 9 deletions
diff --git a/HH-TODO b/HH-TODO
index f2fe6fbb..584ac9db 100644
--- a/HH-TODO
+++ b/HH-TODO
@@ -21,27 +21,18 @@ Heretic:
* Screensaver mode
Hexen:
- * Merge v_video.c to common version and delete duplicate
* Merge r_draw.c to common version and delete duplicate
* Remove duplicates:
- - Key definitions
- - Angles
- Skill levels
- - Events
- - Endianness macros
- - i_system
- - argv
* 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?
* Use the common cheats code
* Update input code to work properly with vanilla_keyboard_mapping
- * MAXINT -> INT_MAX, etc.
* Check for endianness assumptions (shouldn't be too bad if it was developed
on NeXT)
* Savegame code to write structures predictably and endianness-correct
- * Remove NeXT and WATCOMC defines
* Structure packing macros for structures read from disk
* Screensaver mode