Descent3
Descent3 copied to clipboard
Descent 3 by Outrage Entertainment
Hi there! It's not clear to me what license this code is released under - would you be willing to [add a LICENSE file](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository) to the repository? Many thanks!
(This issue was inspired by #56). [You can play Descent 3 with an inverted Y-axis](https://support.gog.com/hc/en-us/articles/4407602848913-Descent-3-Mercenary-How-to-invert-controls?product=gog), but the option is so hidden that a lot of people don’t know about it....
The `README.md` file needs a rewrite to remove excess weight, add licensing reference, and add compiling instructions as well as usage instructions.
I compile it without problem, but after running: ```Loading fonts. Font height = 0 Font height = 0 Font height = 0 Font height = 0 Font height = 0...
`hogUtils-i686 (scripts/hogutils/hogUtils-i686)` is executed as part of the build system to build hog files. However, it is a linux 32-bit executable, which means that extra steps are required for building...
#20 introduced "-fpermissive", a flag that turns non-conformant code errors into warnings, in order to be able to build on Linux. We should manually correct these errors and disable the...
Thanks for releasing the source of Descent 3, this is really awesome! --- > Some proprietary sound and video libraries from Interplay have been stripped out (the ACM and MVE...
- CMake: Remove hardcoding of C & C++ compiler executables - Rename min/max to MIN/MAX - CMake: Use string-append rather than list-append for flags - osiris_import.h: Don't redefine size_t -...
Hi, firstly, thanks for releasing and actively working on this code. Game preservation supported by the original devs is simply the greatest and I hope more studios follow suit. I'm...
Hi, I was wondering, would it be possible to provide a package of the original 1.5 source release, prior to its upload to Github, with the original file dates preserved?...