Author Topic: Nightly: 28 April 2022 - Revision acaa93a9d  (Read 259 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 28 April 2022 - Revision acaa93a9d
Here is the nightly for 28 April 2022 - Revision acaa93a9d



Group: Win64-SSE2
nightly_20220428_acaa93a9d-builds-x64-SSE2.zip (Mirror)


Group: Linux
nightly_20220428_acaa93a9d-builds-Linux.tar.gz (Mirror)


Group: Win32-SSE2
nightly_20220428_acaa93a9d-builds-Win32-SSE2.zip (Mirror)

Code: [Select]
------------------------------------------------------------------------
commit acaa93a9d
Author: MageKing17
Commit: GitHub

    Avoid setting .rest for Locked_sexp_true/false with malformed SEXPs. (#4221)
 code/parse/sexp.cpp | 24 ++++++++++++++++++------
 1 file changed, 18 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit 0f3f5eeeb
Author: MageKing17
Commit: GitHub

    Actually clear delayed SSM parsing data when it's no longer needed. (#4223)
 code/weapon/weapons.cpp | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 435a525e4
Author: Goober5000
Commit: Goober5000

    add a script function to flash parts of the target box
 code/globalincs/scp_defines.h     |  5 ++++
 code/parse/sexp.cpp               |  9 ++------
 code/scripting/api/libs/hud.cpp   | 48 ++++++++++++++++++++++++++++++++++++++-
 code/scripting/api/objs/enums.cpp |  5 ++++
 code/scripting/api/objs/enums.h   |  7 +++++-
 5 files changed, 65 insertions(+), 9 deletions(-)