Author Topic: Nightly: 07 November 2022 - Revision f873a6fc9  (Read 207 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 07 November 2022 - Revision f873a6fc9
Here is the nightly for 07 November 2022 - Revision f873a6fc9

At least one of the nightly builds failed!


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 2777e45a9
Author: Asteroth
Commit: GitHub

    Add `isMultipart` and `getModelFlag` functions on subsystems (#4846)
 code/scripting/api/objs/subsystem.cpp | 55 +++++++++++++++++++++++++++++++++++
 code/ship/ship.h                      |  3 ++
 2 files changed, 58 insertions(+)

------------------------------------------------------------------------
commit 924013b52
Author: Asteroth
Commit: GitHub

    add burst shots and delay to scripts (#4847)
 code/scripting/api/objs/weaponclass.cpp | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

------------------------------------------------------------------------
commit b44f9f612
Author: Goober5000
Commit: Goober5000

    improve SEXP syntax checking
 code/mission/missionparse.cpp | 11 +++++++++--
 code/parse/sexp.cpp           |  9 +++++----
 2 files changed, 14 insertions(+), 6 deletions(-)