Author Topic: Nightly: 23 October 2023 - Revision d8aea4ad3  (Read 512 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 23 October 2023 - Revision d8aea4ad3
Here is the nightly for 23 October 2023 - Revision d8aea4ad3



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit d8aea4ad3
Author: John Fernandez
Commit: JohnAFernandez

    Add CMakePresets.json to gitignore
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

------------------------------------------------------------------------
commit f83efb54c
Author: Goober5000
Commit: Goober5000

    fix change-soundtrack after
 code/gamesnd/eventmusic.cpp | 3 +++
 1 file changed, 3 insertions(+)

------------------------------------------------------------------------
commit 3ca26587e
Author: Mike Nelson
Commit: GitHub

    add default player weapon flag (#5600)
 code/ship/ship.cpp            | 1 +
 code/weapon/weapon_flags.h    | 1 +
 code/weapon/weapons.cpp       | 1 +
 fred2/management.cpp          | 2 +-
 qtfred/src/mission/Editor.cpp | 2 +-
 5 files changed, 5 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 15daaf263
Author: Goober5000
Commit: Goober5000

    additional cleanup from PR 5462
 code/cfile/cfile.cpp             |  2 +-
 code/cfile/cfile.h               |  2 +-
 code/hud/hudconfig.cpp           |  5 ++-
 code/menuui/readyroom.cpp        | 66 ++++++++++++++++------------------------
 code/mission/missioncampaign.cpp |  2 +-
 code/mission/missioncampaign.h   |  2 +-
 code/network/multi_data.cpp      |  7 ++---
 code/network/multiui.cpp         | 24 ++++++---------
 code/starfield/nebula.cpp        |  2 +-
 fred2/fredstubs.cpp              |  2 +-
 freespace2/freespace.cpp         |  2 +-
 freespace2/freespace.h           |  2 +-
 qtfred/src/fredstubs.cpp         |  2 +-
 test/src/test_stubs.cpp          |  2 +-
 14 files changed, 51 insertions(+), 71 deletions(-)