diff options
Diffstat (limited to 'HH-TODO')
-rw-r--r-- | HH-TODO | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/HH-TODO b/HH-TODO new file mode 100644 index 00000000..1240b20d --- /dev/null +++ b/HH-TODO @@ -0,0 +1,30 @@ + * Remove all dependencies of common code on doom/ + - net_client.c + * Update netcode for new ticcmd_t fields + * Update docgen to generate manpages for Heretic/Hexen. + +Heretic: + * Multiplayer code to use Chocolate Doom multiplayer code. + * Frequency shifted sounds. + * Check all command line parameters + * Check for endianness assumptions + * 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 + * HHE patch support + * v1.2 emulation (if possible) + * Screensaver mode + +Hexen: + * CD-ROM music playback + * Multiplayer code to use Chocolate Doom multiplayer code. + * Frequency shifted sounds. + * 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 + * v1.0 emulation (if possible/necessary) + * Screensaver mode + |