Author Topic: Nightly: 02 December 2020 - Revision 5f87f1da4  (Read 740 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 02 December 2020 - Revision 5f87f1da4
Here is the nightly for 02 December 2020 - Revision 5f87f1da4



Group: Win64
nightly_20201202_5f87f1da4-builds-Win64.zip (Mirror)


Group: Win32
nightly_20201202_5f87f1da4-builds-Win32.zip (Mirror)

Code: [Select]
------------------------------------------------------------------------
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(-)