Author Topic: Nightly: 15 July 2024 - Revision 1db093e1d  (Read 715 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 15 July 2024 - Revision 1db093e1d
Here is the nightly for 15 July 2024 - Revision 1db093e1d



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


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 6f05c2654
Author: Goober5000
Commit: Goober5000

    fix incorrect processing of keys during ESC popup
 code/popup/popup.cpp | 11 +----------
 code/popup/popup.h   |  2 +-
 2 files changed, 2 insertions(+), 11 deletions(-)

------------------------------------------------------------------------
commit 7557c54aa
Author: Goober5000
Commit: Goober5000

    restore clearing of stats based on comments from #6238
 code/pilotfile/csg.cpp | 3 +++
 1 file changed, 3 insertions(+)

------------------------------------------------------------------------
commit 676fb4b17
Author: Goober5000
Commit: Goober5000

    better stats handling when switching or resetting campaigns
 code/menuui/readyroom.cpp        |  3 ++-
 code/mission/missioncampaign.cpp | 14 ++++++--------
 code/mission/missioncampaign.h   |  5 +----
 code/pilotfile/csg.cpp           | 26 +++++++++++++++++++-------
 code/pilotfile/pilotfile.h       |  4 +++-
 5 files changed, 31 insertions(+), 21 deletions(-)