Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on April 27, 2022, 01:53:12 am
-
Here is the nightly for 27 April 2022 - Revision 05b94bb26
Group: Linux
nightly_20220427_05b94bb26-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20220427_05b94bb26/nightly_20220427_05b94bb26-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220427_05b94bb26/nightly_20220427_05b94bb26-builds-Linux.tar.gz))
Group: Win64-SSE2
nightly_20220427_05b94bb26-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220427_05b94bb26/nightly_20220427_05b94bb26-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220427_05b94bb26/nightly_20220427_05b94bb26-builds-x64-SSE2.zip))
Group: Win32-SSE2
nightly_20220427_05b94bb26-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220427_05b94bb26/nightly_20220427_05b94bb26-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220427_05b94bb26/nightly_20220427_05b94bb26-builds-Win32-SSE2.zip))
------------------------------------------------------------------------
commit 3e00b94a8
Author: Asteroth
Commit: GitHub
Early return instead of assert on 0 or less sized hud brackets (#4215)
code/hud/hudbrackets.cpp | 4 ++--
code/hud/hudbrackets.h | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit fe236b337
Author: Joshua Glatt
Commit: GitHub
SEXP containers, Part 4: Text replacement (#3490)
code/camera/camera.cpp | 2 +
code/mission/missionmessage.cpp | 6 +-
code/mission/missiontraining.cpp | 6 +-
code/missionui/missionbrief.cpp | 3 +
code/missionui/missioncmdbrief.cpp | 6 +-
code/missionui/missiondebrief.cpp | 4 +
code/parse/sexp.cpp | 7 +-
code/parse/sexp_container.cpp | 270 ++++++++++++++++++++++++++++++++++--
code/parse/sexp_container.h | 11 +-
code/scripting/api/objs/message.cpp | 2 +
10 files changed, 294 insertions(+), 23 deletions(-)
------------------------------------------------------------------------
commit e08805a5e
Author: David Gibson
Commit: David Gibson
actually remove the removed function
code/lighting/lighting_profiles.cpp | 10 ----------
1 file changed, 10 deletions(-)
------------------------------------------------------------------------
commit a5091a4cb
Author: David Gibson
Commit: David Gibson
Move of special parsing functions out of lighting_profiles into new file
code/lighting/lighting_profiles.cpp | 13 +++++++------
code/parse/parsehi.cpp | 19 +++++++++++++++++++
code/parse/parsehi.h | 7 +++++++
code/source_groups.cmake | 2 ++
4 files changed, 35 insertions(+), 6 deletions(-)