ref: b574dd5b0d59bff2d05eaf1f131897bd9b5c280d
parent: 3f0353636cf02eef23e3966d864c2cb79da1decf
author: Simon Howard <fraggle@gmail.com>
date: Wed Oct 1 15:56:32 EDT 2008
Update HH-TODO. Subversion-branch: /branches/raven-branch Subversion-revision: 1321
--- a/HH-TODO
+++ b/HH-TODO
@@ -21,16 +21,9 @@
* 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)
@@ -37,11 +30,9 @@
* 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