Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on July 12, 2025, 02:01:59 am
-
Here is the nightly for 12 July 2025 - Revision 06eaf94cb
Group: Linux-arm64
nightly_20250712_06eaf94cb-builds-Linux-arm64.tar.gz (https://scp.indiegames.us/builds/nightly/20250712_06eaf94cb/nightly_20250712_06eaf94cb-builds-Linux-arm64.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20250712_06eaf94cb/nightly_20250712_06eaf94cb-builds-Linux-arm64.tar.gz))
Group: Linux-x86_64
nightly_20250712_06eaf94cb-builds-Linux-x86_64.tar.gz (https://scp.indiegames.us/builds/nightly/20250712_06eaf94cb/nightly_20250712_06eaf94cb-builds-Linux-x86_64.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20250712_06eaf94cb/nightly_20250712_06eaf94cb-builds-Linux-x86_64.tar.gz))
Group: MacOSX-arm64
nightly_20250712_06eaf94cb-builds-Mac-arm64.tar.gz (https://scp.indiegames.us/builds/nightly/20250712_06eaf94cb/nightly_20250712_06eaf94cb-builds-Mac-arm64.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20250712_06eaf94cb/nightly_20250712_06eaf94cb-builds-Mac-arm64.tar.gz))
Group: MacOSX-x86_64
nightly_20250712_06eaf94cb-builds-Mac-x86_64.tar.gz (https://scp.indiegames.us/builds/nightly/20250712_06eaf94cb/nightly_20250712_06eaf94cb-builds-Mac-x86_64.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20250712_06eaf94cb/nightly_20250712_06eaf94cb-builds-Mac-x86_64.tar.gz))
Group: Win32-SSE2
nightly_20250712_06eaf94cb-builds-Win32-SSE2.zip (https://scp.indiegames.us/builds/nightly/20250712_06eaf94cb/nightly_20250712_06eaf94cb-builds-Win32-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20250712_06eaf94cb/nightly_20250712_06eaf94cb-builds-Win32-SSE2.zip))
Group: Win64-SSE2
nightly_20250712_06eaf94cb-builds-x64-SSE2.zip (https://scp.indiegames.us/builds/nightly/20250712_06eaf94cb/nightly_20250712_06eaf94cb-builds-x64-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20250712_06eaf94cb/nightly_20250712_06eaf94cb-builds-x64-SSE2.zip))
------------------------------------------------------------------------
commit b9b64fe49
Author: Mike Nelson
Commit: GitHub
Show team colors with Lua rendering methods (#6802)
code/missionui/missionweaponchoice.cpp | 8 +++++-
code/missionui/missionweaponchoice.h | 5 +++-
code/model/modelrender.cpp | 4 +--
code/model/modelrender.h | 2 +-
code/scripting/api/objs/parse_object.cpp | 28 +++++++++++++++++++
code/scripting/api/objs/shipclass.cpp | 47 +++++++++++++++++++++-----------
6 files changed, 73 insertions(+), 21 deletions(-)
------------------------------------------------------------------------
commit 218d8c09b
Author: BMagnu
Commit: GitHub
Rely on bound vai's rather than try to retrieve them (#6822)
code/graphics/opengl/ShaderProgram.cpp | 14 ++------------
code/graphics/opengl/ShaderProgram.h | 6 +-----
code/graphics/opengl/gropenglshader.cpp | 18 ++----------------
code/graphics/opengl/gropenglshader.h | 3 ---
code/graphics/opengl/gropengltnl.cpp | 4 ++--
5 files changed, 7 insertions(+), 38 deletions(-)
------------------------------------------------------------------------
commit bda54ffe8
Author: BMagnu
Commit: GitHub
Fix some things in the particle code coverity flaggedf (#6821)
code/particle/volumes/SpheroidVolume.cpp | 12 +++++++++++-
code/weapon/muzzleflash.cpp | 6 +++---
code/weapon/weapons.cpp | 6 +++---
3 files changed, 17 insertions(+), 7 deletions(-)
------------------------------------------------------------------------
commit 32fcb8ccb
Author: Goober5000
Commit: Goober5000
fix broken newline behavior when FRED saves missions
fred2/missionsave.cpp | 41 ++++++++++++++++++++++----------------
fred2/missionsave.h | 11 +++++++---
qtfred/src/mission/missionsave.cpp | 41 ++++++++++++++++++++++----------------
qtfred/src/mission/missionsave.h | 5 +++++
4 files changed, 61 insertions(+), 37 deletions(-)
------------------------------------------------------------------------
commit 2e7f37ef7
Author: Goober5000
Commit: Goober5000
sort map keys before saving a container
fred2/missionsave.cpp | 7 ++++++-
qtfred/src/mission/missionsave.cpp | 7 ++++++-
2 files changed, 12 insertions(+), 2 deletions(-)