Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on October 01, 2021, 01:41:30 am
-
Here is the nightly for 01 October 2021 - Revision 470466e8c
Group: Win32-SSE2
nightly_20211001_470466e8c-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20211001_470466e8c/nightly_20211001_470466e8c-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20211001_470466e8c/nightly_20211001_470466e8c-builds-Win32-SSE2.zip))
Group: Win64-SSE2
nightly_20211001_470466e8c-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20211001_470466e8c/nightly_20211001_470466e8c-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20211001_470466e8c/nightly_20211001_470466e8c-builds-x64-SSE2.zip))
Group: Linux
nightly_20211001_470466e8c-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20211001_470466e8c/nightly_20211001_470466e8c-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20211001_470466e8c/nightly_20211001_470466e8c-builds-Linux.tar.gz))
------------------------------------------------------------------------
commit f0f6cabe8
Author: BMagnu
Commit: GitHub
Add full team option to change-iff SEXP (#3632)
code/parse/sexp.cpp | 27 ++++++++++++++++++++++++---
1 file changed, 24 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit 30d445541
Author: Goober5000
Commit: Goober5000
patch up scripted kills
code/network/multimsgs.cpp | 2 +-
code/scripting/api/objs/ship.cpp | 14 ++++++--------
code/ship/ship.cpp | 2 +-
code/ship/shiphit.cpp | 22 ++++++++++++++++++----
code/ship/shiphit.h | 2 +-
5 files changed, 27 insertions(+), 15 deletions(-)
------------------------------------------------------------------------
commit 15e1de386
Author: Kiloku
Commit: Kiloku
Exposes Outer Radius and Inner Radius to the Lua API in the weaponclass object type.
code/scripting/api/objs/weaponclass.cpp | 37 +++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)