Author Topic: Nightly: 05 January 2024 - Revision f4202df45  (Read 188 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 05 January 2024 - Revision f4202df45
Here is the nightly for 05 January 2024 - Revision f4202df45



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


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit f4202df45
Author: Taylor Richards
Commit: GitHub

    codesign Mac builds to prevent broken app message (#5919)
 .github/workflows/build-nightly.yaml | 12 ++++++++++++
 .github/workflows/build-release.yaml | 12 ++++++++++++
 .github/workflows/build-test.yaml    | 12 ++++++++++++
 3 files changed, 36 insertions(+)

------------------------------------------------------------------------
commit ff0b79b6b
Author: Goober5000
Commit: Goober5000

    move this and make it static
 code/mission/missioncampaign.cpp | 5 +++++
 code/mission/missioncampaign.h   | 2 --
 2 files changed, 5 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit be2c18d60
Author: Goober5000
Commit: Goober5000

    add back exceptions
 code/parse/parselo.cpp | 6 ++++++
 1 file changed, 6 insertions(+)

------------------------------------------------------------------------
commit d088e895f
Author: Goober5000
Commit: Goober5000

    restore number hack sign checking in all builds
 code/parse/sexp.cpp | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit c9a112776
Author: Goober5000
Commit: Goober5000

    fall back to default campaign when starting the game or choosing a new pilot
 code/menuui/barracks.cpp         |  6 ++++++
 code/mission/missioncampaign.cpp | 20 ++++++++++----------
 code/mission/missioncampaign.h   |  4 +++-
 freespace2/freespace.cpp         |  3 ++-
 4 files changed, 21 insertions(+), 12 deletions(-)

------------------------------------------------------------------------
commit 6eb9ae2ae
Author: Goober5000
Commit: Goober5000

    remove mainhalltemp
 code/menuui/mainhalltemp.cpp | 258 -------------------------------------------
 code/menuui/mainhalltemp.h   |  33 ------
 code/source_groups.cmake     |   2 -
 3 files changed, 293 deletions(-)

------------------------------------------------------------------------
commit d3d9ee309
Author: Goober5000
Commit: Goober5000

    refine campaign failure error messages
 code/localization/localize.cpp |  2 +-
 code/menuui/mainhallmenu.cpp   |  4 +---
 code/menuui/readyroom.cpp      | 10 ++++++++--
 3 files changed, 10 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit f66fc9285
Author: Goober5000
Commit: Goober5000

    int to boolean
 code/mission/missioncampaign.cpp | 14 +++++++-------
 code/mission/missioncampaign.h   |  4 ++--
 2 files changed, 9 insertions(+), 9 deletions(-)

------------------------------------------------------------------------
commit 94cbc350a
Author: Goober5000
Commit: Goober5000

    handle main hall if campaign could not be loaded
 freespace2/freespace.cpp | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit 550e9ec5b
Author: Goober5000
Commit: Goober5000

    distinguish between corrupt and missing campaign files
 code/mission/missioncampaign.cpp | 20 +++++++++++++-------
 code/parse/parselo.cpp           | 20 +++++++++-----------
 code/parse/parselo.h             |  7 +++++++
 fred2/campaigneditordlg.cpp      |  2 ++
 4 files changed, 31 insertions(+), 18 deletions(-)