blob: 8784eb6d6dfb0b716dabb73125fe2f8f4f72288e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Heretic:
* Frequency shifted sounds.
* 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
* 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
|