Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on September 16, 2021, 01:42:23 am

Title: Nightly: 16 September 2021 - Revision e81001f6a
Post by: SirKnightly on September 16, 2021, 01:42:23 am
Here is the nightly for 16 September 2021 - Revision e81001f6a



Group: Linux
nightly_20210916_e81001f6a-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20210916_e81001f6a/nightly_20210916_e81001f6a-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20210916_e81001f6a/nightly_20210916_e81001f6a-builds-Linux.tar.gz))


Group: Win64-SSE2
nightly_20210916_e81001f6a-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20210916_e81001f6a/nightly_20210916_e81001f6a-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20210916_e81001f6a/nightly_20210916_e81001f6a-builds-x64-SSE2.zip))


Group: Win32-SSE2
nightly_20210916_e81001f6a-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20210916_e81001f6a/nightly_20210916_e81001f6a-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20210916_e81001f6a/nightly_20210916_e81001f6a-builds-Win32-SSE2.zip))

Code: [Select]
------------------------------------------------------------------------
commit 9d1c93041
Author: Goober5000
Commit: Goober5000

    turns out you can actually embed numbers in strings in the preprocessor
 code/parse/sexp.cpp | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit 5fb9a6f0c
Author: Goober5000
Commit: Goober5000

    fix the cancel behavior when FRED is closed
 fred2/mainfrm.cpp | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 10a5a0d29
Author: Goober5000
Commit: Goober5000

    add some SEXP documentation
 code/parse/sexp.cpp | 25 +++++++++++++++----------
 1 file changed, 15 insertions(+), 10 deletions(-)