Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on August 28, 2022, 01:51:09 am
-
Here is the nightly for 28 August 2022 - Revision d25a477ff
Group: Linux
nightly_20220828_d25a477ff-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20220828_d25a477ff/nightly_20220828_d25a477ff-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220828_d25a477ff/nightly_20220828_d25a477ff-builds-Linux.tar.gz))
Group: MacOSX
nightly_20220828_d25a477ff-builds-Mac.tar.gz (http://scp.indiegames.us/builds/nightly/20220828_d25a477ff/nightly_20220828_d25a477ff-builds-Mac.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220828_d25a477ff/nightly_20220828_d25a477ff-builds-Mac.tar.gz))
Group: Win64-SSE2
nightly_20220828_d25a477ff-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220828_d25a477ff/nightly_20220828_d25a477ff-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220828_d25a477ff/nightly_20220828_d25a477ff-builds-x64-SSE2.zip))
Group: Win32-SSE2
nightly_20220828_d25a477ff-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220828_d25a477ff/nightly_20220828_d25a477ff-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220828_d25a477ff/nightly_20220828_d25a477ff-builds-Win32-SSE2.zip))
------------------------------------------------------------------------
commit 150608a98
Author: MjnMixael
Commit: GitHub
Base method to determine Debug vs Release (#4597)
code/scripting/api/libs/base.cpp | 8 ++++++++
1 file changed, 8 insertions(+)
------------------------------------------------------------------------
commit 4dfb29f9d
Author: Goober5000
Commit: Goober5000
adjust MOI values per feedback
code/math/vecmat.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
------------------------------------------------------------------------
commit e67ea6312
Author: Goober5000
Commit: Goober5000
use std::max
code/ai/aibig.cpp | 2 +-
code/ai/aicode.cpp | 2 +-
code/hud/hudconfig.cpp | 2 +-
code/math/floating.h | 2 +-
code/physics/physics.cpp | 2 +-
code/ship/ship.cpp | 4 ++--
6 files changed, 7 insertions(+), 7 deletions(-)
------------------------------------------------------------------------
commit 60540d2a5
Author: Goober5000
Commit: Goober5000
floating-point followup
code/math/floating.h | 7 +++++--
code/math/vecmat.h | 36 +++++++++++++++++++++++++-----------
code/model/modelread.cpp | 10 +++++-----
code/ship/ship.cpp | 6 +++---
4 files changed, 38 insertions(+), 21 deletions(-)