diff options
author | Simon Howard | 2013-10-12 04:03:24 +0000 |
---|---|---|
committer | Simon Howard | 2013-10-12 04:03:24 +0000 |
commit | 52c34aaca93bcc1c685cd10c43a0005984830fb9 (patch) | |
tree | 0fb9eae0d95a33407f49cba4ab096e474b1b262c | |
parent | 6cf2d4cc8cfec2037ac55535ef69fe5b7bb39cb8 (diff) | |
download | chocolate-doom-52c34aaca93bcc1c685cd10c43a0005984830fb9.tar.gz chocolate-doom-52c34aaca93bcc1c685cd10c43a0005984830fb9.tar.bz2 chocolate-doom-52c34aaca93bcc1c685cd10c43a0005984830fb9.zip |
Merge HH-TODO into main TODO file.
Subversion-branch: /branches/v2-branch
Subversion-revision: 2700
-rw-r--r-- | HH-TODO | 19 | ||||
-rw-r--r-- | TODO | 9 |
2 files changed, 9 insertions, 19 deletions
diff --git a/HH-TODO b/HH-TODO deleted file mode 100644 index b690237b..00000000 --- a/HH-TODO +++ /dev/null @@ -1,19 +0,0 @@ -Heretic: - * Frequency shifted sounds. - * Check for endianness assumptions - * Remove NeXT and WATCOMC defines - * Structure packing macros for structures read from disk - * Merge r_draw.c to common version and delete duplicate - * v1.2 emulation (if possible) - * Screensaver mode - -Hexen: - * CD-ROM music playback - * Frequency shifted sounds. - * Check for endianness assumptions - mostly done now - * 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 - @@ -15,6 +15,15 @@ To do: - Don't make structure packing assumptions when loading levels. - Port to every OS and architecture under the sun +Heretic/Hexen: + * Frequency shifted sounds. + * Check for endianness assumptions - mostly done now + * Structure packing macros for structures read from disk + * Merge r_draw.c to common version and delete duplicate + * Heretic v1.2 emulation (if possible) + * Hexen v1.0 emulation (if possible/necessary) + * Screensaver mode + Crazy pie in the sky ideas: * Automatic WAD installer - download and run TCs from a list automatically |