Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on March 09, 2023, 12:46:52 am
-
Here is the nightly for 09 March 2023 - Revision 0d3922d48
Group: Win64-SSE2
nightly_20230309_0d3922d48-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20230309_0d3922d48/nightly_20230309_0d3922d48-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230309_0d3922d48/nightly_20230309_0d3922d48-builds-x64-SSE2.zip))
Group: Win32-SSE2
nightly_20230309_0d3922d48-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20230309_0d3922d48/nightly_20230309_0d3922d48-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230309_0d3922d48/nightly_20230309_0d3922d48-builds-Win32-SSE2.zip))
Group: MacOSX
nightly_20230309_0d3922d48-builds-Mac.tar.gz (http://scp.indiegames.us/builds/nightly/20230309_0d3922d48/nightly_20230309_0d3922d48-builds-Mac.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230309_0d3922d48/nightly_20230309_0d3922d48-builds-Mac.tar.gz))
Group: Linux
nightly_20230309_0d3922d48-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20230309_0d3922d48/nightly_20230309_0d3922d48-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20230309_0d3922d48/nightly_20230309_0d3922d48-builds-Linux.tar.gz))
------------------------------------------------------------------------
commit 0f88965ae
Author: Goober5000
Commit: Goober5000
fix submodel sanity check
code/model/modelread.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 482034a38
Author: Asteroth
Commit: GitHub
Adjust movement sanity checks to account for more situations (#5240)
code/model/modelread.cpp | 77 +++++++++++++++++++++++++++++-------------------
1 file changed, 46 insertions(+), 31 deletions(-)
------------------------------------------------------------------------
commit 5e255dd8d
Author: Goober5000
Commit: Goober5000
add some ship flags to the alter-ship-flag lists
code/ship/ship.cpp | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit b26512445
Author: Goober5000
Commit: Goober5000
add missing HUD gauges
code/hud/hudparse.cpp | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)