Doom64EX
Doom64EX copied to clipboard
Doom64EX is a reverse-engineering project aimed to recreate Doom64 as close as possible with additional modding features.
Hi! Deep respect for your work on doom64. Some things in this PR : - Avoid propagating `make install` to fluidsynth as deploying fluidsynth headers (/usr[/local]/include/fluidsynth*) is not required by...
I'd love to help out providing Debian/Ubuntu/Fedora etc. packages. I already build a lot for SteamOS, but I am familiar with rpm/mock a bit and for Debian flavors, pbuilder. I...
This was leading to undefined behavior after wadgen completed. `app::main` is a `noreturn` function, but `WGen_WadgenMain` would return after completing. On my system the `Release` build would segfault after generating...
The changes are as follows: * Fix an issue with a define preventing Doom64EX from building on macOS * Fix an issue when attempting to do a 'make install' -...
Installing in a custom directory with `CMAKE_INSTALL_PREFIX` will cause an exception during startup: ``` Could not find doom64ex.pk3 ``` or ``` Could not find IWAD ``` This is caused due...