Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on June 15, 2022, 01:53:57 am
-
Here is the nightly for 15 June 2022 - Revision 113b57df2
Group: MacOSX
nightly_20220615_113b57df2-builds-Mac.tar.gz (http://scp.indiegames.us/builds/nightly/20220615_113b57df2/nightly_20220615_113b57df2-builds-Mac.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220615_113b57df2/nightly_20220615_113b57df2-builds-Mac.tar.gz))
Group: Win64-SSE2
nightly_20220615_113b57df2-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220615_113b57df2/nightly_20220615_113b57df2-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220615_113b57df2/nightly_20220615_113b57df2-builds-x64-SSE2.zip))
Group: Win32-SSE2
nightly_20220615_113b57df2-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220615_113b57df2/nightly_20220615_113b57df2-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220615_113b57df2/nightly_20220615_113b57df2-builds-Win32-SSE2.zip))
Group: Linux
nightly_20220615_113b57df2-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20220615_113b57df2/nightly_20220615_113b57df2-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220615_113b57df2/nightly_20220615_113b57df2-builds-Linux.tar.gz))
------------------------------------------------------------------------
commit 113b57df2
Author: Allen A. Babb
Commit: GitHub
Changelog.py improvements and post-release-build.yaml debugging (#4380)
.github/workflows/post-build-release.yaml | 4 ++++
ci/post/changelog.py | 21 +++++++++++++++++----
2 files changed, 21 insertions(+), 4 deletions(-)
------------------------------------------------------------------------
commit a25e12a04
Author: Joshua Glatt
Commit: GitHub
Ignore weapons-locked slot status in selection screens when irrelevant (#4399)
code/missionui/missionshipchoice.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit fa29b91e6
Author: Joshua Glatt
Commit: GitHub
Disallow Replace Container Data with special argument list (#4392)
code/parse/sexp_container.cpp | 3 +++
fred2/sexp_tree.cpp | 4 +++-
qtfred/src/ui/widgets/sexp_tree.cpp | 3 ++-
3 files changed, 8 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 6b91a6210
Author: BMagnu
Commit: GitHub
Properly set rotation data from LuaAI (#4406)
code/ai/ai.h | 1 +
code/ai/aicode.cpp | 84 ++++++++++++++++++++---------------
code/scripting/api/objs/ai_helper.cpp | 60 ++++++++++++++++++++++---
3 files changed, 102 insertions(+), 43 deletions(-)