Descent 3 by Outrage Entertainment
Go to file
Kevin Bentley 7a1479a5ae
Merge pull request #16 from danra/revert_breaking_format
Revert code broken by formatting in c6640cc631c03487d6d1ff839f87a63bc…
2024-04-16 14:10:47 -06:00
2dlib
acmlib
AudioEncode
bitmap
cfile
czip
d3music
dd_grwin32
dd_lnxsound
dd_sndlib
dd_vidwin32
ddgr_mac
ddio_common
ddio_lnx
ddio_mac
ddio_win
ddvid_lnx
Descent3
fix
grtext
lib
libacm
libmve
linux
lnxcontroller
lnxmvelib
mac
mac_sndlib
manage
md5
mem
misc
model
module
movie
music
netcon
netgames
networking
physics
renderer
rtperformance
scripts
sndlib
stream_audio
ui
unzip
vecmat
win32
.clang-format
.gitignore
#.clang-format#
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!