Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on October 06, 2023, 01:55:51 am
-
Here is the nightly for 06 October 2023 - Revision 1ae9aaab2
Group: Linux
nightly_20231006_1ae9aaab2-builds-Linux.tar.gz (https://scp.indiegames.us/builds/nightly/20231006_1ae9aaab2/nightly_20231006_1ae9aaab2-builds-Linux.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20231006_1ae9aaab2/nightly_20231006_1ae9aaab2-builds-Linux.tar.gz))
Group: MacOSX
nightly_20231006_1ae9aaab2-builds-Mac.tar.gz (https://scp.indiegames.us/builds/nightly/20231006_1ae9aaab2/nightly_20231006_1ae9aaab2-builds-Mac.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20231006_1ae9aaab2/nightly_20231006_1ae9aaab2-builds-Mac.tar.gz))
Group: Win32-SSE2
nightly_20231006_1ae9aaab2-builds-Win32-SSE2.zip (https://scp.indiegames.us/builds/nightly/20231006_1ae9aaab2/nightly_20231006_1ae9aaab2-builds-Win32-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20231006_1ae9aaab2/nightly_20231006_1ae9aaab2-builds-Win32-SSE2.zip))
Group: Win64-SSE2
nightly_20231006_1ae9aaab2-builds-x64-SSE2.zip (https://scp.indiegames.us/builds/nightly/20231006_1ae9aaab2/nightly_20231006_1ae9aaab2-builds-x64-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20231006_1ae9aaab2/nightly_20231006_1ae9aaab2-builds-x64-SSE2.zip))
------------------------------------------------------------------------
commit 3a46ed66b
Author: Goober5000
Commit: Goober5000
additional ShipStatus fixes
code/ai/aigoals.cpp | 2 +-
code/scripting/api/objs/enums.cpp | 2 ++
code/scripting/api/objs/enums.h | 4 +++-
code/scripting/api/objs/ship_registry_entry.cpp | 4 ++--
4 files changed, 8 insertions(+), 4 deletions(-)
------------------------------------------------------------------------
commit bc3aad374
Author: Goober5000
Commit: Goober5000
tweak error message
code/ai/aigoals.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 7a47cc052
Author: Goober5000
Commit: Goober5000
fix replacement textures in briefing popup
code/menuui/techmenu.cpp | 2 +-
code/missionui/missionbrief.cpp | 33 ++++++++++++++++++++-------------
2 files changed, 21 insertions(+), 14 deletions(-)
------------------------------------------------------------------------
commit a33cc0f6c
Author: Taylor Richards
Commit: Taylor Richards
add macOS builds back to forum release build posts
ci/post/main.py | 4 ++++
ci/post/release.mako | 11 +++++++++--
2 files changed, 13 insertions(+), 2 deletions(-)