Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on May 18, 2021, 01:48:43 am

Title: Nightly: 18 May 2021 - Revision b52ab8bd4
Post by: SirKnightly on May 18, 2021, 01:48:43 am
Here is the nightly for 18 May 2021 - Revision b52ab8bd4



Group: Linux
nightly_20210518_b52ab8bd4-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20210518_b52ab8bd4/nightly_20210518_b52ab8bd4-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20210518_b52ab8bd4/nightly_20210518_b52ab8bd4-builds-Linux.tar.gz))


Group: Win64-SSE2
nightly_20210518_b52ab8bd4-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20210518_b52ab8bd4/nightly_20210518_b52ab8bd4-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20210518_b52ab8bd4/nightly_20210518_b52ab8bd4-builds-x64-SSE2.zip))


Group: Win32-SSE2
nightly_20210518_b52ab8bd4-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20210518_b52ab8bd4/nightly_20210518_b52ab8bd4-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20210518_b52ab8bd4/nightly_20210518_b52ab8bd4-builds-Win32-SSE2.zip))

Code: [Select]
------------------------------------------------------------------------
commit b52ab8bd4
Author: the-maddin
Commit: GitHub

    gcc11: add missing include (#3434)
 code/math/vecmat.h | 1 +
 1 file changed, 1 insertion(+)

------------------------------------------------------------------------
commit a5a2f9e3d
Author: Asteroth
Commit: GitHub

    add extra check for nullptr (#3433)
 code/weapon/weapons.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 37c9ecd0e
Author: Goober5000
Commit: Goober5000

    fix add-data for variable names
 fred2/sexp_tree.cpp | 38 ++++++++++++++++++++++++++++++++++----
 1 file changed, 34 insertions(+), 4 deletions(-)