Author Topic: Nightly: 16 May 2022 - Revision 303480eec  (Read 263 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 16 May 2022 - Revision 303480eec
Here is the nightly for 16 May 2022 - Revision 303480eec



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


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


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

Code: [Select]
------------------------------------------------------------------------
commit fa52bf747
Author: Goober5000
Commit: Goober5000

    fix maybePlayCutscene arguments
 code/scripting/api/libs/ui.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 2ffa4ca98
Author: Naomi Coffman
Commit: Naomi Coffman

    Document how cancelling interacts with is-destroyed-delay and friends
 code/parse/sexp.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit f8fdda34a
Author: Naomi Coffman
Commit: Naomi Coffman

    Fix shadowing
 code/parse/sexp.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 798f1c8c2
Author: Naomi Coffman
Commit: Naomi Coffman

    Fix documentation typo
 code/parse/sexp.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 1228a56e4
Author: Naomi Coffman
Commit: Naomi Coffman

    Add cancel-future-waves
 code/parse/sexp.cpp | 26 ++++++++++++++++++++++++++
 code/parse/sexp.h   |  1 +
 2 files changed, 27 insertions(+)

------------------------------------------------------------------------
commit 42a786199
Author: Joshua Glatt
Commit: Joshua Glatt

    Ensure Replace/Add String and (Add) Paste are disabled for container name nodes
 fred2/sexp_tree.cpp                 | 19 +++++++------------
 qtfred/src/ui/widgets/sexp_tree.cpp | 18 +++++++-----------
 2 files changed, 14 insertions(+), 23 deletions(-)