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 12, 2025, 01:45:23 am

Title: Nightly: 12 October 2025 - Revision a243052f4
Post by: SirKnightly on October 12, 2025, 01:45:23 am
Here is the nightly for 12 October 2025 - Revision a243052f4



Group: Linux-arm64
nightly_20251012_a243052f4-builds-Linux-arm64.tar.gz (https://scp.indiegames.us/builds/nightly/20251012_a243052f4/nightly_20251012_a243052f4-builds-Linux-arm64.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20251012_a243052f4/nightly_20251012_a243052f4-builds-Linux-arm64.tar.gz))


Group: Linux-x86_64
nightly_20251012_a243052f4-builds-Linux-x86_64.tar.gz (https://scp.indiegames.us/builds/nightly/20251012_a243052f4/nightly_20251012_a243052f4-builds-Linux-x86_64.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20251012_a243052f4/nightly_20251012_a243052f4-builds-Linux-x86_64.tar.gz))


Group: MacOSX-arm64
nightly_20251012_a243052f4-builds-Mac-arm64.tar.gz (https://scp.indiegames.us/builds/nightly/20251012_a243052f4/nightly_20251012_a243052f4-builds-Mac-arm64.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20251012_a243052f4/nightly_20251012_a243052f4-builds-Mac-arm64.tar.gz))


Group: MacOSX-x86_64
nightly_20251012_a243052f4-builds-Mac-x86_64.tar.gz (https://scp.indiegames.us/builds/nightly/20251012_a243052f4/nightly_20251012_a243052f4-builds-Mac-x86_64.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20251012_a243052f4/nightly_20251012_a243052f4-builds-Mac-x86_64.tar.gz))


Group: Win32-SSE2
nightly_20251012_a243052f4-builds-Win32-SSE2.zip (https://scp.indiegames.us/builds/nightly/20251012_a243052f4/nightly_20251012_a243052f4-builds-Win32-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20251012_a243052f4/nightly_20251012_a243052f4-builds-Win32-SSE2.zip))


Group: Win64-SSE2
nightly_20251012_a243052f4-builds-x64-SSE2.zip (https://scp.indiegames.us/builds/nightly/20251012_a243052f4/nightly_20251012_a243052f4-builds-x64-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20251012_a243052f4/nightly_20251012_a243052f4-builds-x64-SSE2.zip))

Code: [Select]
------------------------------------------------------------------------
commit a243052f4
Author: BMagnu
Commit: GitHub

    Fix Particles Hosted on Particles Which Themselves Are Parented (#7085)
 code/particle/hosts/EffectHostParticle.cpp | 34 +++++++++++++++++++++++++++---
 code/particle/hosts/EffectHostParticle.h   |  3 +++
 2 files changed, 34 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 1b8f92052
Author: LuytenKy
Commit: GitHub

    Implement a new ai_profiles.tbl field that allows the maximum number of allies allowed to be rearming to be modified (#7065)
 code/ai/ai_profiles.cpp        |  4 ++++
 code/ai/ai_profiles.h          |  3 +++
 code/ai/aicode.cpp             |  2 +-
 code/def_files/ai_profiles.tbl | 13 ++++++++-----
 4 files changed, 16 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit 17feb28d2
Author: Goober5000
Commit: Goober5000

    rearrange FRED2 menus to match qtFRED
 fred2/fred.rc | 84 +++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 47 insertions(+), 37 deletions(-)