Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on January 10, 2022, 12:56:37 am

Title: Nightly: 10 January 2022 - Revision 6b26df19d
Post by: SirKnightly on January 10, 2022, 12:56:37 am
Here is the nightly for 10 January 2022 - Revision 6b26df19d



Group: Win32-SSE2
nightly_20220110_6b26df19d-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220110_6b26df19d/nightly_20220110_6b26df19d-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220110_6b26df19d/nightly_20220110_6b26df19d-builds-Win32-SSE2.zip))


Group: Linux
nightly_20220110_6b26df19d-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20220110_6b26df19d/nightly_20220110_6b26df19d-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220110_6b26df19d/nightly_20220110_6b26df19d-builds-Linux.tar.gz))


Group: Win64-SSE2
nightly_20220110_6b26df19d-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220110_6b26df19d/nightly_20220110_6b26df19d-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220110_6b26df19d/nightly_20220110_6b26df19d-builds-x64-SSE2.zip))

Code: [Select]
------------------------------------------------------------------------
commit 42c1957ad
Author: BMagnu
Commit: GitHub

    Properly handle negative case (#3910)
 code/math/vecmat.cpp | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit d74c41929
Author: z64555
Commit: z64555

    Preset identification should only be invert agnostic when reading a CSG<7 file, for all other uses of control_config_get_current_preset(), it should be exact equality with the preset.
 code/controlconfig/controlsconfig.cpp | 44 +++++++++++++++++++++++++----------
 code/controlconfig/controlsconfig.h   |  4 +++-
 code/pilotfile/csg.cpp                |  3 ++-
 3 files changed, 37 insertions(+), 14 deletions(-)