Author Topic: Nightly: 05 November 2024 - Revision 9eba363dd  (Read 316 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 05 November 2024 - Revision 9eba363dd
Here is the nightly for 05 November 2024 - Revision 9eba363dd



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


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 611fa1ffd
Author: Goober5000
Commit: Goober5000

    sync upload and download artifacts
 .github/workflows/build-nightly.yaml | 18 +++++++++---------
 .github/workflows/build-release.yaml | 26 +++++++++++++-------------
 .github/workflows/build-test.yaml    | 18 +++++++++---------
 3 files changed, 31 insertions(+), 31 deletions(-)

------------------------------------------------------------------------
commit 37a24b2a1
Author: Goober5000
Commit: Goober5000

    handle connection speed in a user-friendly way
 code/network/multi_options.cpp | 9 ++-------
 code/network/multiutil.cpp     | 4 ----
 code/network/psnet2.cpp        | 8 --------
 code/network/psnet2.h          | 4 +---
 4 files changed, 3 insertions(+), 22 deletions(-)

------------------------------------------------------------------------
commit 385bf49b3
Author: Goober5000
Commit: Goober5000

    replace waypoint pointers with waypoint indexes
 code/ai/ai.h                         |  6 +--
 code/ai/aicode.cpp                   | 64 +++++++++++++++++-------------
 code/ai/aigoals.cpp                  | 14 +++----
 code/ai/aigoals.h                    |  2 +-
 code/autopilot/autopilot.cpp         | 32 ++++++++-------
 code/autopilot/autopilot.h           |  4 +-
 code/mission/missiontraining.cpp     |  4 +-
 code/mission/missiontraining.h       |  2 +-
 code/network/multi_obj.cpp           | 17 ++++----
 code/object/waypoint.cpp             | 76 +++++++++++++++++++-----------------
 code/object/waypoint.h               |  2 +
 code/parse/sexp.cpp                  | 15 +++----
 code/scripting/api/libs/mission.cpp  |  4 +-
 code/scripting/api/objs/object.cpp   |  2 +-
 code/scripting/api/objs/order.cpp    |  8 ++--
 code/scripting/api/objs/waypoint.cpp | 75 +++++++++++++++++------------------
 code/scripting/api/objs/waypoint.h   |  7 ++--
 code/ship/ship.cpp                   |  5 ++-
 freespace2/freespace.cpp             |  2 +-
 19 files changed, 182 insertions(+), 159 deletions(-)