ref: 8c78e065e003ca6b6bb7a67d9fbd941df90b91d2
dir: /HH-TODO/
* Remove all dependencies of common code on doom/
- net_client.c
* Update netcode for new ticcmd_t fields
* Chocolate Setup to allow configuration for H/H
* 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
* Recreate text mode startup using textscreen code.
* 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
* Recreate graphical startup.
* v1.0 emulation (if possible/necessary)
* Screensaver mode