Author Topic: Nightly: 03 November 2023 - Revision 80a206151  (Read 219 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 03 November 2023 - Revision 80a206151
Here is the nightly for 03 November 2023 - Revision 80a206151



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 69d56172b
Author: mjn-mixael
Commit: mjn-mixael

    missed a couple out of bounds checks
 fred2/customdatadlg.cpp | 32 ++++++++++++++++++++------------
 1 file changed, 20 insertions(+), 12 deletions(-)

------------------------------------------------------------------------
commit 9d2a89f77
Author: Asteroth
Commit: GitHub

    fix subsys position getting (#5740)
 code/ai/aibig.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

------------------------------------------------------------------------
commit 34e57d301
Author: mjn-mixael
Commit: mjn-mixael

    Mod setting to disable FSO's internal loadout restoration
 code/missionui/missionscreencommon.cpp | 5 +++++
 code/mod_table/mod_table.cpp           | 6 ++++++
 code/mod_table/mod_table.h             | 1 +
 3 files changed, 12 insertions(+)

------------------------------------------------------------------------
commit 02669338e
Author: Goober5000
Commit: Goober5000

    C++ casts
 code/network/multi_obj.cpp        | 2 +-
 code/object/waypoint.cpp          | 2 +-
 code/scripting/api/objs/order.cpp | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 50c923d39
Author: John Fernandez
Commit: John Fernandez

    Have fallback for !pmi
 code/model/modelrender.cpp | 23 ++++++++++++++---------
 1 file changed, 14 insertions(+), 9 deletions(-)

------------------------------------------------------------------------
commit 173a3d23e
Author: mjn-mixael
Commit: mjn-mixael

    add comments
 code/ai/ailua.cpp | 4 ++++
 1 file changed, 4 insertions(+)

------------------------------------------------------------------------
commit 7f9a10a9a
Author: John Fernandez
Commit: John Fernandez

    ensure that these functions can rely on pmi
 code/model/modelrender.cpp | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit 0e7f24bca
Author: John Fernandez
Commit: John Fernandez

    Make sure we don't load nonsense nebulas
 code/starfield/nebula.cpp | 4 ++++
 1 file changed, 4 insertions(+)

------------------------------------------------------------------------
commit b2d85b8e2
Author: John Fernandez
Commit: John Fernandez

    Add early return for low level bug
 code/cfile/cfile.cpp | 2 ++
 1 file changed, 2 insertions(+)

------------------------------------------------------------------------
commit 2b3da41a6
Author: mjn-mixael
Commit: mjn-mixael

    how about an if/then/else that actually works?
 code/ai/ailua.cpp | 24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

------------------------------------------------------------------------
commit 10ed12182
Author: John Fernandez
Commit: John Fernandez

    Change the scope of world_goal_pos
 code/ai/aibig.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 5d6c34c2a
Author: mjn-mixael
Commit: mjn-mixael

    Upgrade lua sound handle with pause/resume methods and channel selection
 code/scripting/api/libs/audio.cpp | 13 ++++++++
 code/scripting/api/objs/sound.cpp | 68 +++++++++++++++++++++++++++++++++------
 code/sound/ds.cpp                 |  3 ++
 code/sound/sound.cpp              | 14 +++++---
 code/sound/sound.h                |  4 +--
 5 files changed, 86 insertions(+), 16 deletions(-)

------------------------------------------------------------------------
commit ee27abf69
Author: Goober5000
Commit: Goober5000

    make CI happy
 code/ai/aicode.cpp                | 2 +-
 code/network/multi_obj.cpp        | 2 +-
 code/parse/sexp.cpp               | 2 ++
 code/scripting/api/objs/order.cpp | 2 +-
 4 files changed, 5 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 6bcd2f730
Author: Goober5000
Commit: Goober5000

    update qtfred
 qtfred/src/mission/Editor.cpp                            | 3 ++-
 qtfred/src/mission/dialogs/WaypointEditorDialogModel.cpp | 4 ++--
 qtfred/src/mission/dialogs/WaypointEditorDialogModel.h   | 4 ++++
 3 files changed, 8 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit c8d78816b
Author: Goober5000
Commit: Goober5000

    remaining const updates
 code/ai/ai.h                     |  2 +-
 code/ai/aicode.cpp               |  4 ++--
 code/ai/aigoals.cpp              | 12 ++++++------
 code/ai/aigoals.h                |  8 ++++----
 code/autopilot/autopilot.cpp     |  2 +-
 code/object/waypoint.cpp         | 10 +++++-----
 code/scripting/api/objs/ship.cpp |  2 +-
 fred2/management.cpp             |  7 ++++---
 fred2/management.h               |  4 ++--
 fred2/waypointpathdlg.cpp        |  5 +++--
 10 files changed, 29 insertions(+), 27 deletions(-)

------------------------------------------------------------------------
commit b53f3fc80
Author: Goober5000
Commit: Goober5000

    handle ship_return_seconds_to_goal for WPF_BACKTRACK
 code/ship/ship.cpp | 23 ++++++++++++++++++-----
 1 file changed, 18 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit d1f0b9343
Author: Goober5000
Commit: Goober5000

    change iterators
 code/mission/missiongrid.cpp                       |  2 +-
 code/mission/missiongrid.h                         |  2 +-
 code/ship/ship.cpp                                 |  5 ++--
 fred2/dumpstats.cpp                                |  7 +++---
 fred2/editor.h                                     |  2 +-
 fred2/fredrender.cpp                               | 27 ++++++++++------------
 fred2/fredview.cpp                                 |  9 ++++----
 fred2/missionsave.cpp                              | 20 ++++++++--------
 fred2/missionsave.h                                |  2 +-
 fred2/sexp_tree.cpp                                | 13 ++++-------
 fred2/shipgoalsdlg.cpp                             |  4 ++--
 fred2/waypointpathdlg.cpp                          |  7 +++---
 qtfred/src/mission/Editor.cpp                      |  9 ++++----
 .../src/mission/dialogs/SelectionDialogModel.cpp   |  2 +-
 .../src/mission/dialogs/ShipGoalsDialogModel.cpp   |  2 +-
 .../mission/dialogs/WaypointEditorDialogModel.cpp  |  7 +++---
 qtfred/src/mission/missionsave.cpp                 | 19 ++++++++-------
 qtfred/src/mission/missionsave.h                   |  2 +-
 qtfred/src/ui/dialogs/ShipGoalsDialog.cpp          |  2 +-
 qtfred/src/ui/widgets/sexp_tree.cpp                | 13 ++++-------
 20 files changed, 70 insertions(+), 86 deletions(-)

------------------------------------------------------------------------
commit 0b2d4768f
Author: Goober5000
Commit: Goober5000

    new sexp for waypoint index and backtrack
 code/ai/ai.h                      |  4 +--
 code/ai/ai_flags.h                |  1 +
 code/ai/aicode.cpp                | 58 +++++++++++++++++++++++++++++----------
 code/ai/aigoals.cpp               | 17 +++++++++---
 code/parse/sexp.cpp               | 18 ++++++++----
 code/scripting/api/objs/order.cpp |  6 ++--
 6 files changed, 75 insertions(+), 29 deletions(-)

------------------------------------------------------------------------
commit 42fc9891e
Author: Goober5000
Commit: Goober5000

    waypoint upgrades
 code/object/object.cpp   |   4 +-
 code/object/object.h     |   2 +-
 code/object/waypoint.cpp | 157 ++++++++++++++++++-----------------------------
 code/object/waypoint.h   |  26 ++++----
 4 files changed, 76 insertions(+), 113 deletions(-)