Author Topic: Nightly: 10 October 2025 - Revision 897429e23  (Read 97 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 10 October 2025 - Revision 897429e23
Here is the nightly for 10 October 2025 - Revision 897429e23



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


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


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 0c736b7bc
Author: Goober5000
Commit: Goober5000

    address feedback
 code/ai/aigoals.cpp                                | 117 +++++++++++++--------
 code/parse/sexp.cpp                                |  20 ++--
 code/scripting/api/objs/ship.cpp                   |  18 +++-
 fred2/fredview.cpp                                 |   3 +-
 fred2/missionsave.cpp                              |   4 +
 fred2/shipgoalsdlg.cpp                             |   3 +
 qtfred/src/mission/Editor.cpp                      |   1 +
 .../dialogs/ShipEditor/ShipGoalsDialogModel.cpp    |   2 +
 qtfred/src/mission/missionsave.cpp                 |   4 +
 .../src/ui/dialogs/ShipEditor/ShipGoalsDialog.cpp  |   1 +
 10 files changed, 116 insertions(+), 57 deletions(-)

------------------------------------------------------------------------
commit 440c6fda4
Author: Goober5000
Commit: Goober5000

    restore original squad-commanded priority by removing lines added in 09d116f
 code/ai/aigoals.cpp | 4 ----
 1 file changed, 4 deletions(-)

------------------------------------------------------------------------
commit aad6c8468
Author: Goober5000
Commit: Goober5000

    add $purge player-issued form-on-wing after subsequent order: flag
 code/ai/ai_flags.h                |  2 ++
 code/ai/ai_profiles.cpp           |  4 ++++
 code/ai/aigoals.cpp               | 28 ++++++++++++++++++++++++----
 code/parse/sexp.cpp               |  5 +++--
 code/scripting/api/objs/order.cpp | 20 +++++++++++++++-----
 5 files changed, 48 insertions(+), 11 deletions(-)

------------------------------------------------------------------------
commit 7f8674c53
Author: Goober5000
Commit: Goober5000

    enhance goals with additional parameters
 code/ai/ai_flags.h                |  4 ++
 code/ai/ai_profiles.cpp           | 17 ++++++++
 code/ai/ai_profiles.h             |  2 +
 code/ai/aicode.cpp                |  8 ++++
 code/ai/aigoals.cpp               | 84 ++++++++++++++++++++++++++++++++++-----
 code/parse/sexp.cpp               | 36 ++++++++++++-----
 code/scripting/api/objs/order.cpp | 16 ++++++++
 7 files changed, 145 insertions(+), 22 deletions(-)

------------------------------------------------------------------------
commit 40b4294b1
Author: Goober5000
Commit: Goober5000

    add Clear_all_goals_first goal flag, allow it to be used with any goal, and adapt goal assignment accordingly
 code/ai/ai_flags.h  |   3 +-
 code/ai/aigoals.cpp | 121 ++++++++++++++++++++++++++++------------------------
 2 files changed, 67 insertions(+), 57 deletions(-)

------------------------------------------------------------------------
commit 54ee4a30d
Author: Goober5000
Commit: Goober5000

    Preliminary cleanup of goal code.
 code/ai/aigoals.cpp               | 43 ++++++++++++++-------------------------
 code/ai/aigoals.h                 |  2 +-
 code/parse/sexp.cpp               |  6 +++---
 code/scripting/api/objs/order.cpp |  4 ++--
 code/scripting/api/objs/ship.cpp  |  2 +-
 5 files changed, 22 insertions(+), 35 deletions(-)