Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on December 13, 2024, 12:53:24 am
-
Here is the nightly for 13 December 2024 - Revision 6b18caa96
Group: Linux
nightly_20241213_6b18caa96-builds-Linux.tar.gz (https://scp.indiegames.us/builds/nightly/20241213_6b18caa96/nightly_20241213_6b18caa96-builds-Linux.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20241213_6b18caa96/nightly_20241213_6b18caa96-builds-Linux.tar.gz))
Group: MacOSX-arm64
nightly_20241213_6b18caa96-builds-Mac-arm64.tar.gz (https://scp.indiegames.us/builds/nightly/20241213_6b18caa96/nightly_20241213_6b18caa96-builds-Mac-arm64.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20241213_6b18caa96/nightly_20241213_6b18caa96-builds-Mac-arm64.tar.gz))
Group: MacOSX-x86_64
nightly_20241213_6b18caa96-builds-Mac-x86_64.tar.gz (https://scp.indiegames.us/builds/nightly/20241213_6b18caa96/nightly_20241213_6b18caa96-builds-Mac-x86_64.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20241213_6b18caa96/nightly_20241213_6b18caa96-builds-Mac-x86_64.tar.gz))
Group: Win32-SSE2
nightly_20241213_6b18caa96-builds-Win32-SSE2.zip (https://scp.indiegames.us/builds/nightly/20241213_6b18caa96/nightly_20241213_6b18caa96-builds-Win32-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20241213_6b18caa96/nightly_20241213_6b18caa96-builds-Win32-SSE2.zip))
Group: Win64-SSE2
nightly_20241213_6b18caa96-builds-x64-SSE2.zip (https://scp.indiegames.us/builds/nightly/20241213_6b18caa96/nightly_20241213_6b18caa96-builds-x64-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20241213_6b18caa96/nightly_20241213_6b18caa96-builds-x64-SSE2.zip))
------------------------------------------------------------------------
commit 43c153c12
Author: The Force
Commit: The Force
Address Feedback
.../src/mission/dialogs/ShipEditor/ShipCustomWarpDialogModel.cpp | 4 ++--
qtfred/src/ui/dialogs/ShipEditor/ShipCustomWarpDialog.cpp | 8 ++++----
qtfred/ui/ShipCustomWarpDialog.ui | 5 ++++-
3 files changed, 10 insertions(+), 7 deletions(-)
------------------------------------------------------------------------
commit 91221d7dc
Author: The Force
Commit: The Force
Fix new C++17 Clang issues
.../src/mission/dialogs/ShipEditor/ShipCustomWarpDialogModel.cpp | 8 ++------
qtfred/src/mission/dialogs/ShipEditor/ShipCustomWarpDialogModel.h | 8 ++------
qtfred/src/ui/dialogs/ShipEditor/ShipCustomWarpDialog.cpp | 8 ++------
qtfred/src/ui/dialogs/ShipEditor/ShipCustomWarpDialog.h | 8 ++------
4 files changed, 8 insertions(+), 24 deletions(-)
------------------------------------------------------------------------
commit b1e96bd49
Author: The Force
Commit: The Force
Address Review
.../ui/dialogs/ShipEditor/ShipCustomWarpDialog.cpp | 31 +++++++------
qtfred/ui/ShipCustomWarpDialog.ui | 51 ++++++++++++----------
2 files changed, 47 insertions(+), 35 deletions(-)
------------------------------------------------------------------------
commit 3965e1f32
Author: The Force
Commit: The Force
Appease Clang and fix cancelling
.../dialogs/ShipEditor/ShipCustomWarpDialogModel.cpp | 8 ++++----
.../dialogs/ShipEditor/ShipCustomWarpDialogModel.h | 4 ++--
.../src/ui/dialogs/ShipEditor/ShipCustomWarpDialog.cpp | 13 +++++++------
qtfred/ui/ShipCustomWarpDialog.ui | 18 +-----------------
4 files changed, 14 insertions(+), 29 deletions(-)
------------------------------------------------------------------------
commit 5bbb74151
Author: The Force
Commit: The Force
Add documentation and fix gcc errors
.../ShipEditor/ShipCustomWarpDialogModel.cpp | 2 +-
.../dialogs/ShipEditor/ShipCustomWarpDialogModel.h | 80 ++++++++++++++++++++--
.../ui/dialogs/ShipEditor/ShipCustomWarpDialog.cpp | 12 ++--
.../ui/dialogs/ShipEditor/ShipCustomWarpDialog.h | 30 +++++++-
4 files changed, 112 insertions(+), 12 deletions(-)
------------------------------------------------------------------------
commit 59f66a9d2
Author: The Force
Commit: The Force
Finish Up
.../ShipEditor/ShipCustomWarpDialogModel.cpp | 123 ++++++++++++++++++++-
.../dialogs/ShipEditor/ShipCustomWarpDialogModel.h | 14 +++
.../ui/dialogs/ShipEditor/ShipCustomWarpDialog.cpp | 101 ++++++++++++++++-
.../ui/dialogs/ShipEditor/ShipCustomWarpDialog.h | 4 +
qtfred/ui/ShipCustomWarpDialog.ui | 35 +++++-
5 files changed, 270 insertions(+), 7 deletions(-)
------------------------------------------------------------------------
commit 3bcc6b8c6
Author: The Force
Commit: The Force
Load data
qtfred/source_groups.cmake | 5 +
.../ShipEditor/ShipCustomWarpDialogModel.cpp | 163 ++++++++++++++++++
.../dialogs/ShipEditor/ShipCustomWarpDialogModel.h | 64 +++++++
.../ui/dialogs/ShipEditor/ShipCustomWarpDialog.cpp | 119 ++++++++++++++
.../ui/dialogs/ShipEditor/ShipCustomWarpDialog.h | 31 ++++
.../src/ui/dialogs/ShipEditor/ShipEditorDialog.cpp | 7 +-
.../src/ui/dialogs/ShipEditor/ShipEditorDialog.h | 1 +
qtfred/ui/ShipCustomWarpDialog.ui | 183 +++++++++++++++++++++
8 files changed, 571 insertions(+), 2 deletions(-)