Author Topic: Nightly: 24 November 2022 - Revision 0af43628a  (Read 206 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 24 November 2022 - Revision 0af43628a
Here is the nightly for 24 November 2022 - Revision 0af43628a

At least one of the nightly builds failed!


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 0af43628a
Author: MjnMixael
Commit: GitHub

    add set-order-allowed-for-target sexp (#4884)
 code/ai/ailua.cpp        |  8 +++++-
 code/ai/ailua.h          |  2 +-
 code/hud/hudsquadmsg.cpp |  7 ++++-
 code/parse/sexp.cpp      | 69 ++++++++++++++++++++++++++++++++++++++++++++++++
 code/parse/sexp.h        |  1 +
 code/ship/ship.cpp       | 18 +++++++++++++
 code/ship/ship.h         |  2 ++
 7 files changed, 104 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 67d0fb3dc
Author: BMagnu
Commit: GitHub

    Add 'Dont stop running sounds' (#4924)
 code/model/modelanimation_segments.cpp | 11 ++++++-----
 code/model/modelanimation_segments.h   |  3 ++-
 2 files changed, 8 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit c40764b65
Author: Goober5000
Commit: Goober5000

    add no_fred flag for weapons, and patch no_fred for ships
 code/weapon/weapon_flags.h |   1 +
 code/weapon/weapons.cpp    |   1 +
 fred2/shipeditordlg.cpp    |  87 +++++--
 fred2/shipeditordlg.h      |   4 +-
 fred2/weaponeditordlg.cpp  | 583 +++++++++++++++++----------------------------
 fred2/weaponeditordlg.h    |  33 ++-
 6 files changed, 306 insertions(+), 403 deletions(-)

------------------------------------------------------------------------
commit 89fb43b83
Author: Goober5000
Commit: Goober5000

    style tweaks for recently added options
 code/mission/missionhotkey.cpp | 2 +-
 code/mod_table/mod_table.cpp   | 8 ++++----
 code/mod_table/mod_table.h     | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)