Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on November 30, 2023, 12:45:23 am
-
Here is the nightly for 30 November 2023 - Revision 3aa672c85
Group: Linux
nightly_20231130_3aa672c85-builds-Linux.tar.gz (https://scp.indiegames.us/builds/nightly/20231130_3aa672c85/nightly_20231130_3aa672c85-builds-Linux.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20231130_3aa672c85/nightly_20231130_3aa672c85-builds-Linux.tar.gz))
Group: MacOSX
nightly_20231130_3aa672c85-builds-Mac.tar.gz (https://scp.indiegames.us/builds/nightly/20231130_3aa672c85/nightly_20231130_3aa672c85-builds-Mac.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20231130_3aa672c85/nightly_20231130_3aa672c85-builds-Mac.tar.gz))
Group: Win32-SSE2
nightly_20231130_3aa672c85-builds-Win32-SSE2.zip (https://scp.indiegames.us/builds/nightly/20231130_3aa672c85/nightly_20231130_3aa672c85-builds-Win32-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20231130_3aa672c85/nightly_20231130_3aa672c85-builds-Win32-SSE2.zip))
Group: Win64-SSE2
nightly_20231130_3aa672c85-builds-x64-SSE2.zip (https://scp.indiegames.us/builds/nightly/20231130_3aa672c85/nightly_20231130_3aa672c85-builds-x64-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20231130_3aa672c85/nightly_20231130_3aa672c85-builds-x64-SSE2.zip))
------------------------------------------------------------------------
commit f43732c5d
Author: asarium
Commit: asarium
Reenable QtFred building for Linux CI builds
.github/workflows/build-nightly.yaml | 20 +++---------
.github/workflows/build-release.yaml | 47 +++--------------------------
.github/workflows/build-test.yaml | 20 +++---------
.github/workflows/cache-master.yaml | 21 +++----------
.github/workflows/test-pull_request.yaml | 21 +++----------
.github/workflows/weekly-coverity-scan.yaml | 3 +-
ci/linux/configure_cmake.sh | 2 +-
7 files changed, 24 insertions(+), 110 deletions(-)
------------------------------------------------------------------------
commit 3ad66b988
Author: mjn-mixael
Commit: mjn-mixael
unused var
code/network/multi_pxo.cpp | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
------------------------------------------------------------------------
commit 969759426
Author: mjn-mixael
Commit: mjn-mixael
list instead of vector
code/network/multi_pxo.cpp | 6 +++---
code/network/multi_pxo.h | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
------------------------------------------------------------------------
commit 7bb6a8ae8
Author: mjn-mixael
Commit: mjn-mixael
negate this
code/network/multi_pxo.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 6de870766
Author: mjn-mixael
Commit: mjn-mixael
address additional feedback
code/network/multi_pxo.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
------------------------------------------------------------------------
commit 2ca9d6672
Author: mjn-mixael
Commit: mjn-mixael
address feedback
code/network/multi_pxo.cpp | 129 +++++++++++++++++++++++----------------------
code/network/multi_pxo.h | 7 +--
2 files changed, 71 insertions(+), 65 deletions(-)
------------------------------------------------------------------------
commit 7281e8d12
Author: mjn-mixael
Commit: mjn-mixael
unused
code/network/multi_pxo.cpp | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
------------------------------------------------------------------------
commit a730f3043
Author: mjn-mixael
Commit: mjn-mixael
cleanup for checks
code/network/multi_pxo.cpp | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit cd5f04421
Author: mjn-mixael
Commit: mjn-mixael
vectorize the chat
code/network/multi_pxo.cpp | 361 ++++++++++++---------------------------------
code/network/multi_pxo.h | 10 ++
2 files changed, 108 insertions(+), 263 deletions(-)
------------------------------------------------------------------------
commit 8b90cda3f
Author: mjn-mixael
Commit: mjn-mixael
nullptr
code/network/multi_pxo.cpp | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
------------------------------------------------------------------------
commit 841ae430c
Author: mjn-mixael
Commit: mjn-mixael
Vectorize the players list
code/network/multi_pxo.cpp | 309 +++++++++++++--------------------------------
code/network/multi_pxo.h | 5 +
2 files changed, 96 insertions(+), 218 deletions(-)
------------------------------------------------------------------------
commit 9d0ee6ab0
Author: mjn-mixael
Commit: mjn-mixael
vectorize the channel list
code/network/multi_pxo.cpp | 218 ++++++++++++++++-----------------------------
code/network/multi_pxo.h | 13 +++
2 files changed, 88 insertions(+), 143 deletions(-)