Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on April 15, 2020, 01:26:05 am
-
Here is the nightly for 15 April 2020 - Revision 32730fc
At least one of the nightly builds failed!
Group: Linux
nightly_20200415_32730fc-builds-Linux.tar.gz (http://swc.fs2downloads.com/builds/nightly/20200415_32730fc/nightly_20200415_32730fc-builds-Linux.tar.gz) (Mirror (http://scp.indiegames.us/builds/nightly/20200415_32730fc/nightly_20200415_32730fc-builds-Linux.tar.gz))
Group: MacOSX
nightly_20200415_32730fc-builds-MacOSX.tar.gz (http://swc.fs2downloads.com/builds/nightly/20200415_32730fc/nightly_20200415_32730fc-builds-MacOSX.tar.gz) (Mirror (http://scp.indiegames.us/builds/nightly/20200415_32730fc/nightly_20200415_32730fc-builds-MacOSX.tar.gz))
Group: Win64
nightly_20200415_32730fc-builds-Win64.zip (http://swc.fs2downloads.com/builds/nightly/20200415_32730fc/nightly_20200415_32730fc-builds-Win64.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20200415_32730fc/nightly_20200415_32730fc-builds-Win64.zip))
Group: Win32
nightly_20200415_32730fc-builds-Win32.zip (http://swc.fs2downloads.com/builds/nightly/20200415_32730fc/nightly_20200415_32730fc-builds-Win32.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20200415_32730fc/nightly_20200415_32730fc-builds-Win32.zip))
------------------------------------------------------------------------
commit 892f0a8
Author: Goober5000
Commit: Goober5000
actually fix the weapon-bank check
code/missionui/missionshipchoice.cpp | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit f5edccd
Author: Goober5000
Commit: Goober5000
add a missing edge case to the weapon bank check
code/missionui/missionshipchoice.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
------------------------------------------------------------------------
commit ae41e35
Author: Goober5000
Commit: Goober5000
reduce duplicate code
code/parse/sexp.cpp | 47 ++++++++++++++++++-----------------------------
1 file changed, 18 insertions(+), 29 deletions(-)
------------------------------------------------------------------------
commit 43d5179
Author: Goober5000
Commit: Goober5000
apply formatter
code/parse/sexp.cpp | 61 +++++++++++++++++++++++++++++++----------------------
1 file changed, 36 insertions(+), 25 deletions(-)
------------------------------------------------------------------------
commit f739a3e
Author: Goober5000
Commit: Goober5000
fix clang complaint
code/parse/sexp.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 33c3f55
Author: Goober5000
Commit: Goober5000
sanity check missing numeric sexp arguments
code/parse/sexp.cpp | 29 ++++++++++++++++++++++-------
1 file changed, 22 insertions(+), 7 deletions(-)