Author Topic: Nightly: 09 March 2024 - Revision 514385586  (Read 187 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 09 March 2024 - Revision 514385586
Here is the nightly for 09 March 2024 - Revision 514385586

At least one of the nightly builds failed!


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 514385586
Author: Mike Nelson
Commit: GitHub

    Add opf custom string as a lua sexp return type (#5964)
 code/mission/missionparse.cpp       | 10 ++++++++++
 code/mission/missionparse.h         |  2 ++
 code/parse/sexp.cpp                 | 13 +++++++++++++
 code/parse/sexp.h                   |  2 ++
 code/parse/sexp/LuaSEXP.cpp         | 11 +++++++++++
 fred2/sexp_tree.cpp                 | 18 ++++++++++++++++++
 fred2/sexp_tree.h                   |  1 +
 qtfred/src/ui/widgets/sexp_tree.cpp | 19 +++++++++++++++++++
 qtfred/src/ui/widgets/sexp_tree.h   |  1 +
 9 files changed, 77 insertions(+)