Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on December 02, 2020, 04:28:40 am
-
Here is the nightly for 02 December 2020 - Revision 5f87f1da4
Group: Win64
nightly_20201202_5f87f1da4-builds-Win64.zip (http://scp.indiegames.us/builds/nightly/20201202_5f87f1da4/nightly_20201202_5f87f1da4-builds-Win64.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20201202_5f87f1da4/nightly_20201202_5f87f1da4-builds-Win64.zip))
Group: Win32
nightly_20201202_5f87f1da4-builds-Win32.zip (http://scp.indiegames.us/builds/nightly/20201202_5f87f1da4/nightly_20201202_5f87f1da4-builds-Win32.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20201202_5f87f1da4/nightly_20201202_5f87f1da4-builds-Win32.zip))
------------------------------------------------------------------------
commit edcc3b7d5
Author: MageKing17
Commit: MageKing17
Fix turret-change-weapon comparing sec_slot to max primary banks.
code/parse/sexp.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 958237f95
Author: Goober5000
Commit: Goober5000
don't flush the tree when evaluating the *-argument conditionals
code/parse/sexp.cpp | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
------------------------------------------------------------------------
commit 909f4e964
Author: Phantom Hoover
Commit: Phantom Hoover
Don't short circuit eval_sexp on nodes which contain the special argument.
code/parse/sexp.cpp | 41 ++++++++++++++++++++++-------------------
1 file changed, 22 insertions(+), 19 deletions(-)
------------------------------------------------------------------------
commit 764b14117
Author: MageKing17
Commit: MageKing17
Add "first-of" SEXP that behaves like "any-of" with a cap.
code/parse/sexp.cpp | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++--
code/parse/sexp.h | 1 +
2 files changed, 54 insertions(+), 2 deletions(-)