summaryrefslogtreecommitdiff
path: root/HH-TODO
blob: 24098b3653f898cc6b872ad558392fe2a3a92437 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
 * Remove all dependencies of common code on doom/
    - net_client.c
 * Split d_iwad.c into common and use for Heretic/Hexen
 * Update netcode for new ticcmd_t fields
 * Chocolate Setup to allow configuration for H/H
 * Update docgen to generate manpages for Heretic/Hexen.

Heretic:
 * Merge r_draw.c to common version and delete duplicate
 * Multiplayer code to use Chocolate Doom multiplayer code.
 * WAD code to use the new locking API
 * Save config file
 * Frequency shifted sounds.
 * Update input code to work properly with vanilla_keyboard_mapping
 * 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
 * Title bar

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