Author Topic: Nightly: 14 October 2025 - Revision ea985b645  (Read 41 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 14 October 2025 - Revision ea985b645
Here is the nightly for 14 October 2025 - Revision ea985b645



Group: Linux-arm64
nightly_20251014_ea985b645-builds-Linux-arm64.tar.gz (Mirror)


Group: Linux-x86_64
nightly_20251014_ea985b645-builds-Linux-x86_64.tar.gz (Mirror)


Group: MacOSX-arm64
nightly_20251014_ea985b645-builds-Mac-arm64.tar.gz (Mirror)


Group: MacOSX-x86_64
nightly_20251014_ea985b645-builds-Mac-x86_64.tar.gz (Mirror)


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


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

Code: [Select]
------------------------------------------------------------------------
commit 6b5f9c9be
Author: wookieejedi
Commit: GitHub

    Cleanup and fix `hud_target_missile` (#7051)
 code/hud/hudtarget.cpp  | 246 ++++++++++++++++++++++++++----------------------
 code/hud/hudtarget.h    |   2 +-
 code/io/keycontrol.cpp  |   8 +-
 code/weapon/weapon.h    |   1 -
 code/weapon/weapons.cpp |  10 --
 5 files changed, 141 insertions(+), 126 deletions(-)

------------------------------------------------------------------------
commit eca894e73
Author: Goober5000
Commit: Goober5000

    add flag to automatically cancel future waves if a mothership is destroyed
 code/ai/ai_flags.h      |  1 +
 code/ai/ai_profiles.cpp |  3 +++
 code/parse/sexp.cpp     | 24 ++++++++++++++----------
 code/ship/ship.cpp      | 14 ++++++++++++++
 4 files changed, 32 insertions(+), 10 deletions(-)

------------------------------------------------------------------------
commit d77f413f3
Author: Goober5000
Commit: Goober5000

    vectorize subsystem damage/heal list
 code/ship/shiphit.cpp | 47 +++++++++++++++--------------------------------
 1 file changed, 15 insertions(+), 32 deletions(-)