Author Topic: Nightly: 08 July 2022 - Revision 0ab523bcf  (Read 303 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 08 July 2022 - Revision 0ab523bcf
Here is the nightly for 08 July 2022 - Revision 0ab523bcf



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


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


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


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

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

    address issues causing network connectivity failures on macOS (#4473)
 code/inetfile/cftp.cpp     |  4 ++--
 code/inetfile/chttpget.cpp |  4 ++--
 code/network/chat_api.cpp  |  4 ++--
 code/network/psnet2.cpp    | 39 ++++++++++++++++++++++++++++++++++-----
 code/network/psnet2.h      |  3 +++
 5 files changed, 43 insertions(+), 11 deletions(-)

------------------------------------------------------------------------
commit a12e74fe9
Author: Goober5000
Commit: Goober5000

    reset the adjusted volume when the mission closes
 freespace2/freespace.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 82e2b67ed
Author: the-maddin
Commit: the-maddin

    remove magic number, static assert about lod level assumption
 code/fireball/fireballs.cpp | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 7f7eed7a4
Author: the-maddin
Commit: the-maddin

    comment to clarify
 code/fireball/fireballs.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit a95938a41
Author: the-maddin
Commit: the-maddin

    remove #define
 code/fireball/fireballs.cpp | 6 +++---
 code/fireball/fireballs.h   | 1 -
 2 files changed, 3 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 557a6a989
Author: the-maddin
Commit: the-maddin

    skip LODs instead of ERRORing
 code/fireball/fireballs.cpp | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 80e2908aa
Author: the-maddin
Commit: the-maddin

    GCC12 warning format-overflow
 code/fireball/fireballs.cpp | 7 ++++++-
 code/fireball/fireballs.h   | 1 +
 2 files changed, 7 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit ed16a81e3
Author: the-maddin
Commit: the-maddin

    GCC12 warning array compare
 code/ship/ship.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)