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 14, 2025, 07:15:41 am
-
Here is the nightly for 14 October 2025 - Revision ea985b645
Group: Linux-arm64
nightly_20251014_ea985b645-builds-Linux-arm64.tar.gz (https://scp.indiegames.us/builds/nightly/20251014_ea985b645/nightly_20251014_ea985b645-builds-Linux-arm64.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20251014_ea985b645/nightly_20251014_ea985b645-builds-Linux-arm64.tar.gz))
Group: Linux-x86_64
nightly_20251014_ea985b645-builds-Linux-x86_64.tar.gz (https://scp.indiegames.us/builds/nightly/20251014_ea985b645/nightly_20251014_ea985b645-builds-Linux-x86_64.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20251014_ea985b645/nightly_20251014_ea985b645-builds-Linux-x86_64.tar.gz))
Group: MacOSX-arm64
nightly_20251014_ea985b645-builds-Mac-arm64.tar.gz (https://scp.indiegames.us/builds/nightly/20251014_ea985b645/nightly_20251014_ea985b645-builds-Mac-arm64.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20251014_ea985b645/nightly_20251014_ea985b645-builds-Mac-arm64.tar.gz))
Group: MacOSX-x86_64
nightly_20251014_ea985b645-builds-Mac-x86_64.tar.gz (https://scp.indiegames.us/builds/nightly/20251014_ea985b645/nightly_20251014_ea985b645-builds-Mac-x86_64.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20251014_ea985b645/nightly_20251014_ea985b645-builds-Mac-x86_64.tar.gz))
Group: Win32-SSE2
nightly_20251014_ea985b645-builds-Win32-SSE2.zip (https://scp.indiegames.us/builds/nightly/20251014_ea985b645/nightly_20251014_ea985b645-builds-Win32-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20251014_ea985b645/nightly_20251014_ea985b645-builds-Win32-SSE2.zip))
Group: Win64-SSE2
nightly_20251014_ea985b645-builds-x64-SSE2.zip (https://scp.indiegames.us/builds/nightly/20251014_ea985b645/nightly_20251014_ea985b645-builds-x64-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20251014_ea985b645/nightly_20251014_ea985b645-builds-x64-SSE2.zip))
------------------------------------------------------------------------
commit 6b5f9c9be
Author: wookieejedi
Commit: GitHub
Cleanup and fix `hud_target_missile` (#7051)
code/hud/hudtarget.cpp | 246 ++++++++++++++++++++++++++----------------------
code/hud/hudtarget.h | 2 +-
code/io/keycontrol.cpp | 8 +-
code/weapon/weapon.h | 1 -
code/weapon/weapons.cpp | 10 --
5 files changed, 141 insertions(+), 126 deletions(-)
------------------------------------------------------------------------
commit eca894e73
Author: Goober5000
Commit: Goober5000
add flag to automatically cancel future waves if a mothership is destroyed
code/ai/ai_flags.h | 1 +
code/ai/ai_profiles.cpp | 3 +++
code/parse/sexp.cpp | 24 ++++++++++++++----------
code/ship/ship.cpp | 14 ++++++++++++++
4 files changed, 32 insertions(+), 10 deletions(-)
------------------------------------------------------------------------
commit d77f413f3
Author: Goober5000
Commit: Goober5000
vectorize subsystem damage/heal list
code/ship/shiphit.cpp | 47 +++++++++++++++--------------------------------
1 file changed, 15 insertions(+), 32 deletions(-)