doompanning/README.md
oxmox a191a82bdc Squashed 'src/dp_doom/' content from commit 1909924
git-subtree-dir: src/dp_doom
git-subtree-split: 190992421c7c643afc99d7f7c511c162f65bea85
2023-02-19 01:52:56 +01:00

25 lines
992 B
Markdown

# clowndoom
Yet another purist DOOM port.
This project aims to repair the Linux Doom source code, restoring
features that were lost from the DOS version. Additionally, minor
quality-of-life improvements have been made, such as a `novert` option.
Features:
* Music support (through WildMIDI)
* Proper sound effect support (the original source release lacked
features like stopping mid-playback and updating positional effects)
* `novert` and `always_run` options have been added to the configuration
file
* Compiler warnings have been addressed
* 64-bit support (warning: save files are incompatible with 32-bit)
* X11 code converted from 8bpp to 24bpp (supported by modern X11
servers)
* OSS audio code converted to miniaudio middleware library (supports
OSS, ALSA, PulseAudio, JACK, and more)
* Assorted bug fixes
* Low-detail mode has been restored to full working order
* Mouse-grab is no longer optional, and is instead toggled by the menu
being open
* Better than CuckyDOOM