Descent 3 by Outrage Entertainment
Go to file
Thomas Otto 26266d625c Unix: set -std=c++17 explicitly
remove register keyword, add cstdint include
2024-04-17 01:38:18 +02:00
.github/workflows enable CI for building 2024-04-16 23:03:46 +01:00
2dlib Additional clang-format 2024-04-17 00:25:04 +03:00
acmlib clang-format on everything. 2024-04-16 12:56:40 -06:00
AudioEncode Fix CRLF line endings. 2024-04-16 14:21:35 -06:00
bitmap Additional clang-format 2024-04-17 00:25:04 +03:00
cfile Additional clang-format 2024-04-17 00:25:04 +03:00
czip clang-format on everything. 2024-04-16 12:56:40 -06:00
d3music Fix CRLF line endings. 2024-04-16 14:21:35 -06:00
dd_grwin32 clang-format on everything. 2024-04-16 12:56:40 -06:00
dd_lnxsound Additional clang-format 2024-04-17 00:25:04 +03:00
dd_sndlib Additional clang-format 2024-04-17 00:25:04 +03:00
dd_vidwin32 clang-format on everything. 2024-04-16 12:56:40 -06:00
ddgr_mac Additional clang-format 2024-04-17 00:25:04 +03:00
ddio_common clang-format on everything. 2024-04-16 12:56:40 -06:00
ddio_lnx Additional clang-format 2024-04-17 00:25:04 +03:00
ddio_mac Additional clang-format 2024-04-17 00:25:04 +03:00
ddio_win Additional clang-format 2024-04-17 00:25:04 +03:00
ddvid_lnx Additional clang-format 2024-04-17 00:25:04 +03:00
Descent3 Unix: set -std=c++17 explicitly 2024-04-17 01:38:18 +02:00
fix clang-format on everything. 2024-04-16 12:56:40 -06:00
grtext More clanging 2024-04-16 14:46:12 -06:00
lib Unix: set -std=c++17 explicitly 2024-04-17 01:38:18 +02:00
libacm Fix CRLF line endings. 2024-04-16 14:21:35 -06:00
libmve Additional clang-format 2024-04-17 00:25:04 +03:00
linux Additional clang-format 2024-04-17 00:25:04 +03:00
lnxcontroller Additional clang-format 2024-04-17 00:25:04 +03:00
lnxmvelib Additional clang-format 2024-04-17 00:25:04 +03:00
mac Additional clang-format 2024-04-17 00:25:04 +03:00
mac_sndlib clang-format on everything. 2024-04-16 12:56:40 -06:00
manage Additional clang-format 2024-04-17 00:25:04 +03:00
md5 Unix: set -std=c++17 explicitly 2024-04-17 01:38:18 +02:00
mem Additional clang-format 2024-04-17 00:25:04 +03:00
misc Unix: set -std=c++17 explicitly 2024-04-17 01:38:18 +02:00
model More clanging 2024-04-16 14:46:12 -06:00
module More clanging 2024-04-16 14:46:12 -06:00
movie Movie handles avoid assuming pointer size is 32 bits 2024-04-16 13:02:45 -07:00
music Additional clang-format 2024-04-17 00:25:04 +03:00
netcon Additional clang-format 2024-04-17 00:25:04 +03:00
netgames Additional clang-format 2024-04-17 00:25:04 +03:00
networking Additional clang-format 2024-04-17 00:25:04 +03:00
physics Additional clang-format 2024-04-17 00:25:04 +03:00
renderer Additional clang-format 2024-04-17 00:25:04 +03:00
rtperformance clang-format on everything. 2024-04-16 12:56:40 -06:00
scripts Unix: set -std=c++17 explicitly 2024-04-17 01:38:18 +02:00
sndlib Additional clang-format 2024-04-17 00:25:04 +03:00
stream_audio Additional clang-format 2024-04-17 00:25:04 +03:00
tools This beautifull commit will allow you to checkable auto format your code with clang-formatter-16 2024-04-17 00:25:58 +02:00
ui Additional clang-format 2024-04-17 00:25:04 +03:00
unzip ran clang on *.c files, which I missed earlier. 2024-04-16 14:44:22 -06:00
vecmat clang-format on everything. 2024-04-16 12:56:40 -06:00
win32 Additional clang-format 2024-04-17 00:25:04 +03:00
.clang-format Additional clang-format 2024-04-17 00:25:04 +03:00
.gitignore Add some IDEA related paths to .gitignore 2024-04-16 22:04:40 +03:00
#.clang-format# clang-format on everything. 2024-04-16 12:56:40 -06:00
CMakeLists.txt Unix: set -std=c++17 explicitly 2024-04-17 01:38:18 +02:00
Descent3.sln Removes AngelScript 2024-04-16 15:06:32 -04:00
LICENSE Initial commit 2024-04-15 21:35:45 -06:00
README.md Update README.md 2024-04-16 16:50:23 -06:00

Descent 3

Update 04/16/2024

I'm so happy to see the amount of interest and participation here!

Please join our brand new Discord server with this link https://discord.gg/kyMRF958

You can expect some big commits coming soon. We'll be merging in some code that other developers did in parallel and/or after this code was archived.

Direction and Decisions

  1. We will support c++17 going forward
  2. We are using clang in LLVM mode for code formatting. Please run clang-format before submitting a PR

Original Release

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!