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 04, 2022, 01:57:34 am

Title: Nightly: 04 July 2022 - Revision 9e6790f31
Post by: SirKnightly on July 04, 2022, 01:57:34 am
Here is the nightly for 04 July 2022 - Revision 9e6790f31



Group: Linux
nightly_20220704_9e6790f31-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20220704_9e6790f31/nightly_20220704_9e6790f31-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220704_9e6790f31/nightly_20220704_9e6790f31-builds-Linux.tar.gz))


Group: Win32-SSE2
nightly_20220704_9e6790f31-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220704_9e6790f31/nightly_20220704_9e6790f31-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220704_9e6790f31/nightly_20220704_9e6790f31-builds-Win32-SSE2.zip))


Group: MacOSX
nightly_20220704_9e6790f31-builds-Mac.tar.gz (http://scp.indiegames.us/builds/nightly/20220704_9e6790f31/nightly_20220704_9e6790f31-builds-Mac.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220704_9e6790f31/nightly_20220704_9e6790f31-builds-Mac.tar.gz))


Group: Win64-SSE2
nightly_20220704_9e6790f31-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220704_9e6790f31/nightly_20220704_9e6790f31-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220704_9e6790f31/nightly_20220704_9e6790f31-builds-x64-SSE2.zip))

Code: [Select]
------------------------------------------------------------------------
commit 9e6790f31
Author: JohnAFernandez
Commit: GitHub

    Prevent a crash by exiting here (#4449)
 code/hud/hudreticle.cpp | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 516548d6b
Author: kiloku
Commit: kiloku

    No clamping bools
 code/pilotfile/plr.cpp | 6 ------
 1 file changed, 6 deletions(-)

------------------------------------------------------------------------
commit d1800d862
Author: kiloku
Commit: kiloku

    Use the labels displayed in the menus
 code/pilotfile/plr.cpp | 76 +++++++++++++++++++++++++-------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

------------------------------------------------------------------------
commit 319c8cc2a
Author: kiloku
Commit: kiloku

    Clamp values before saving
 code/pilotfile/csg.cpp | 12 ++++++++++++
 code/pilotfile/plr.cpp | 23 +++++++++++++++++++++++
 2 files changed, 35 insertions(+)

------------------------------------------------------------------------
commit 07b8e8d6c
Author: kiloku
Commit: kiloku

    Clamp settings values when loading
 code/pilotfile/csg.cpp     | 26 +++++++++++++++++++++++---
 code/pilotfile/pilotfile.h | 11 +++++++++++
 code/pilotfile/plr.cpp     | 35 ++++++++++++++++++++++++++++++++---
 3 files changed, 66 insertions(+), 6 deletions(-)