mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
Build engine port backed by GZDoom tech. Currently supports Duke Nukem 3D, Blood, Shadow Warrior, Redneck Rampage and Powerslave/Exhumed.
5ea5d87664
Include cstdlib for abs() with an int argument. Fixes the following compile error with libc++. source/exhumed/src/trigdat.cpp:159:9: error: call to 'abs' is ambiguous if (abs(diff) > c) ^~~ /usr/include/c++/v1/math.h:761:1: note: candidate function abs(float __lcpp_x) _NOEXCEPT {return ::fabsf(__lcpp_x);} ^ /usr/include/c++/v1/math.h:765:1: note: candidate function abs(double __lcpp_x) _NOEXCEPT {return ::fabs(__lcpp_x);} ^ /usr/include/c++/v1/math.h:769:1: note: candidate function abs(long double __lcpp_x) _NOEXCEPT {return ::fabsl(__lcpp_x);} ^ 1 error generated. |
||
---|---|---|
build-doc | ||
cmake | ||
libraries | ||
package/common | ||
platform | ||
source | ||
tools | ||
wadsrc | ||
.gitattributes | ||
.gitignore | ||
_clang-format | ||
AUTHORS.md | ||
CMakeLists.txt | ||
README.md |
PCExhumed
A port of the PC version of Exhumed based on EDuke32
Installing
-
Extract PCExhumed to a new directory
-
Copy the following files from the PC retail version of Exhumed or PowerSlave (Exhumed preferred). Beta, demo or pre-release versions not supported.
STUFF.DAT DEMO.VCR BOOK.MOV
CD audio tracks are not yet working. The intro movie is not yet working with audio. Demo playback is not yet working.
- Launch PCExhumed
Building PCExhumed
See: https://wiki.eduke32.com/wiki/Main_Page
Acknowledgments:
See AUTHORS.md