Descent 3 by Outrage Entertainment
Go to file
2024-04-16 12:56:40 -06:00
2dlib clang-format on everything. 2024-04-16 12:56:40 -06:00
acmlib clang-format on everything. 2024-04-16 12:56:40 -06:00
AngelScript clang-format on everything. 2024-04-16 12:56:40 -06:00
AudioEncode clang-format on everything. 2024-04-16 12:56:40 -06:00
bitmap clang-format on everything. 2024-04-16 12:56:40 -06:00
cfile clang-format on everything. 2024-04-16 12:56:40 -06:00
czip clang-format on everything. 2024-04-16 12:56:40 -06:00
d3music clang-format on everything. 2024-04-16 12:56:40 -06:00
dd_grwin32 clang-format on everything. 2024-04-16 12:56:40 -06:00
dd_lnxsound clang-format on everything. 2024-04-16 12:56:40 -06:00
dd_sndlib clang-format on everything. 2024-04-16 12:56:40 -06:00
dd_vidwin32 clang-format on everything. 2024-04-16 12:56:40 -06:00
ddgr_mac clang-format on everything. 2024-04-16 12:56:40 -06:00
ddio_common clang-format on everything. 2024-04-16 12:56:40 -06:00
ddio_lnx clang-format on everything. 2024-04-16 12:56:40 -06:00
ddio_mac clang-format on everything. 2024-04-16 12:56:40 -06:00
ddio_win clang-format on everything. 2024-04-16 12:56:40 -06:00
ddvid_lnx clang-format on everything. 2024-04-16 12:56:40 -06:00
Descent3 clang-format on everything. 2024-04-16 12:56:40 -06:00
fix clang-format on everything. 2024-04-16 12:56:40 -06:00
grtext clang-format on everything. 2024-04-16 12:56:40 -06:00
lib clang-format on everything. 2024-04-16 12:56:40 -06:00
libacm clang-format on everything. 2024-04-16 12:56:40 -06:00
libmve clang-format on everything. 2024-04-16 12:56:40 -06:00
linux clang-format on everything. 2024-04-16 12:56:40 -06:00
lnxcontroller clang-format on everything. 2024-04-16 12:56:40 -06:00
lnxmvelib clang-format on everything. 2024-04-16 12:56:40 -06:00
mac clang-format on everything. 2024-04-16 12:56:40 -06:00
mac_sndlib clang-format on everything. 2024-04-16 12:56:40 -06:00
manage clang-format on everything. 2024-04-16 12:56:40 -06:00
md5 clang-format on everything. 2024-04-16 12:56:40 -06:00
mem clang-format on everything. 2024-04-16 12:56:40 -06:00
misc clang-format on everything. 2024-04-16 12:56:40 -06:00
model clang-format on everything. 2024-04-16 12:56:40 -06:00
module clang-format on everything. 2024-04-16 12:56:40 -06:00
movie clang-format on everything. 2024-04-16 12:56:40 -06:00
music clang-format on everything. 2024-04-16 12:56:40 -06:00
netcon clang-format on everything. 2024-04-16 12:56:40 -06:00
netgames clang-format on everything. 2024-04-16 12:56:40 -06:00
networking clang-format on everything. 2024-04-16 12:56:40 -06:00
physics clang-format on everything. 2024-04-16 12:56:40 -06:00
renderer clang-format on everything. 2024-04-16 12:56:40 -06:00
rtperformance clang-format on everything. 2024-04-16 12:56:40 -06:00
scripts clang-format on everything. 2024-04-16 12:56:40 -06:00
sndlib clang-format on everything. 2024-04-16 12:56:40 -06:00
stream_audio clang-format on everything. 2024-04-16 12:56:40 -06:00
ui clang-format on everything. 2024-04-16 12:56:40 -06:00
unzip clang-format on everything. 2024-04-16 12:56:40 -06:00
vecmat clang-format on everything. 2024-04-16 12:56:40 -06:00
win32 clang-format on everything. 2024-04-16 12:56:40 -06:00
.clang-format clang-format on everything. 2024-04-16 12:56:40 -06:00
.gitignore
#.clang-format# clang-format on everything. 2024-04-16 12:56:40 -06:00
CMakeLists.txt
Descent3.sln
LICENSE
README.md

Descent 3

This is the latest version of the Descent 3 source code. This includes the '1.5' patch that Jeff Slutter and Kevin Bentley wrote several years ago. At the time, it worked for Windows, Linux, and Mac.

Some proprietary sound and video libraries from Interplay have been stripped out (the ACM and MVE format). I have that code if someone wants to help make a converter so the old cutscenes work. It'll take some effort to stub out that code so it compiles.

The first thing I want to do is get everything compiling again, and ideally some CI/CD actions. After that, the code needs to be cleaned up some, to remove old version control comments, etc. A lot of this code was written by a really great team, but keep in mind we were much younger and less experienced back then.

If you're interested in helping maintain it, please send me a message. Otherwise, I'm happy to take pull requests.

This is the last update I put out there showing different architectures playing along. Yikes, that was a long time ago, sorry we never released a 1.5 patch. Some logistics got in the way!

Descent3 1.5 Patch Development update

Thanks to Jeff Slutter, who did most of the work modernizing the code from the 90's. I'm looking forward to seeing what the community does with it!