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 26, 2022, 01:54:42 am

Title: Nightly: 26 June 2022 - Revision cc2b9fcf9
Post by: SirKnightly on June 26, 2022, 01:54:42 am
Here is the nightly for 26 June 2022 - Revision cc2b9fcf9



Group: Win64-SSE2
nightly_20220626_cc2b9fcf9-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220626_cc2b9fcf9/nightly_20220626_cc2b9fcf9-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220626_cc2b9fcf9/nightly_20220626_cc2b9fcf9-builds-x64-SSE2.zip))


Group: Win32-SSE2
nightly_20220626_cc2b9fcf9-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220626_cc2b9fcf9/nightly_20220626_cc2b9fcf9-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220626_cc2b9fcf9/nightly_20220626_cc2b9fcf9-builds-Win32-SSE2.zip))


Group: MacOSX
nightly_20220626_cc2b9fcf9-builds-Mac.tar.gz (http://scp.indiegames.us/builds/nightly/20220626_cc2b9fcf9/nightly_20220626_cc2b9fcf9-builds-Mac.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220626_cc2b9fcf9/nightly_20220626_cc2b9fcf9-builds-Mac.tar.gz))


Group: Linux
nightly_20220626_cc2b9fcf9-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20220626_cc2b9fcf9/nightly_20220626_cc2b9fcf9-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220626_cc2b9fcf9/nightly_20220626_cc2b9fcf9-builds-Linux.tar.gz))

Code: [Select]
------------------------------------------------------------------------
commit cc2b9fcf9
Author: Tyler Blount
Commit: GitHub

    Use correct needs elements for post build action (#4439)
 .github/workflows/build-release.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 43f8b123a
Author: Goober5000
Commit: Goober5000

    better handling of invalid message sources
 code/parse/sexp.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 5b8dce1dd
Author: z64555
Commit: z64555

    Try encapsulating the OR in the same brackets.
 .github/workflows/post-build-release.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit b6c684644
Author: z64555
Commit: z64555

    use inputs context instead of github.events.inputs context
 .github/workflows/post-build-release.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit d754f7fe0
Author: Goober5000
Commit: Goober5000

    fix crash when removing form-on-wing
 code/ai/aigoals.cpp | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)