diff options
-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 |