Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on September 02, 2025, 01:49:38 am
-
Here is the nightly for 02 September 2025 - Revision c50cffae1
Group: Linux-arm64
nightly_20250902_c50cffae1-builds-Linux-arm64.tar.gz (https://scp.indiegames.us/builds/nightly/20250902_c50cffae1/nightly_20250902_c50cffae1-builds-Linux-arm64.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20250902_c50cffae1/nightly_20250902_c50cffae1-builds-Linux-arm64.tar.gz))
Group: Linux-x86_64
nightly_20250902_c50cffae1-builds-Linux-x86_64.tar.gz (https://scp.indiegames.us/builds/nightly/20250902_c50cffae1/nightly_20250902_c50cffae1-builds-Linux-x86_64.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20250902_c50cffae1/nightly_20250902_c50cffae1-builds-Linux-x86_64.tar.gz))
Group: MacOSX-arm64
nightly_20250902_c50cffae1-builds-Mac-arm64.tar.gz (https://scp.indiegames.us/builds/nightly/20250902_c50cffae1/nightly_20250902_c50cffae1-builds-Mac-arm64.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20250902_c50cffae1/nightly_20250902_c50cffae1-builds-Mac-arm64.tar.gz))
Group: MacOSX-x86_64
nightly_20250902_c50cffae1-builds-Mac-x86_64.tar.gz (https://scp.indiegames.us/builds/nightly/20250902_c50cffae1/nightly_20250902_c50cffae1-builds-Mac-x86_64.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20250902_c50cffae1/nightly_20250902_c50cffae1-builds-Mac-x86_64.tar.gz))
Group: Win32-SSE2
nightly_20250902_c50cffae1-builds-Win32-SSE2.zip (https://scp.indiegames.us/builds/nightly/20250902_c50cffae1/nightly_20250902_c50cffae1-builds-Win32-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20250902_c50cffae1/nightly_20250902_c50cffae1-builds-Win32-SSE2.zip))
Group: Win64-SSE2
nightly_20250902_c50cffae1-builds-x64-SSE2.zip (https://scp.indiegames.us/builds/nightly/20250902_c50cffae1/nightly_20250902_c50cffae1-builds-x64-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20250902_c50cffae1/nightly_20250902_c50cffae1-builds-x64-SSE2.zip))
------------------------------------------------------------------------
commit b7aa53dd7
Author: Mike Nelson
Commit: Mike Nelson
address feedback and fix some ui issues
.../src/mission/dialogs/BackgroundEditorDialogModel.cpp | 15 +++------------
qtfred/src/ui/dialogs/BackgroundEditorDialog.cpp | 6 +++++-
qtfred/src/ui/dialogs/BackgroundEditorDialog.h | 2 +-
3 files changed, 9 insertions(+), 14 deletions(-)
------------------------------------------------------------------------
commit b9229cd71
Author: Mike Nelson
Commit: Mike Nelson
more static
qtfred/src/mission/dialogs/BackgroundEditorDialogModel.cpp | 2 +-
qtfred/src/mission/dialogs/BackgroundEditorDialogModel.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 886b54c29
Author: Mike Nelson
Commit: Mike Nelson
more clang
.../dialogs/BackgroundEditorDialogModel.cpp | 49 ++++++----------------
.../mission/dialogs/BackgroundEditorDialogModel.h | 21 +++++-----
qtfred/ui/BackgroundEditor.ui | 15 +++++++
3 files changed, 38 insertions(+), 47 deletions(-)
------------------------------------------------------------------------
commit ca4540a82
Author: Mike Nelson
Commit: Mike Nelson
clang
.../dialogs/BackgroundEditorDialogModel.cpp | 112 +++++++++++++--------
.../mission/dialogs/BackgroundEditorDialogModel.h | 91 ++++++++---------
qtfred/src/ui/dialogs/BackgroundEditorDialog.h | 2 +-
3 files changed, 115 insertions(+), 90 deletions(-)
------------------------------------------------------------------------
commit 0f73a5915
Author: Mike Nelson
Commit: Mike Nelson
clean
.../dialogs/BackgroundEditorDialogModel.cpp | 24 +---------------------
.../mission/dialogs/BackgroundEditorDialogModel.h | 2 --
2 files changed, 1 insertion(+), 25 deletions(-)
------------------------------------------------------------------------
commit 1d1ed1905
Author: Mike Nelson
Commit: Mike Nelson
minor fix
qtfred/src/mission/dialogs/BackgroundEditorDialogModel.cpp | 5 +++++
1 file changed, 5 insertions(+)
------------------------------------------------------------------------
commit 917b4547e
Author: Mike Nelson
Commit: Mike Nelson
save swap with index
.../dialogs/BackgroundEditorDialogModel.cpp | 198 +++++++++++++++++++++
.../mission/dialogs/BackgroundEditorDialogModel.h | 15 ++
qtfred/src/ui/dialogs/BackgroundEditorDialog.cpp | 111 +++++++++++-
qtfred/src/ui/dialogs/BackgroundEditorDialog.h | 12 ++
4 files changed, 335 insertions(+), 1 deletion(-)
------------------------------------------------------------------------
commit 614f510d0
Author: Mike Nelson
Commit: Mike Nelson
misc group stuff
.../dialogs/BackgroundEditorDialogModel.cpp | 68 ++++++++++++++++++++-
.../mission/dialogs/BackgroundEditorDialogModel.h | 16 ++++-
qtfred/src/ui/dialogs/BackgroundEditorDialog.cpp | 70 +++++++++++++++++++++-
qtfred/src/ui/dialogs/BackgroundEditorDialog.h | 8 +++
4 files changed, 156 insertions(+), 6 deletions(-)
------------------------------------------------------------------------
commit aa7fc6daf
Author: Mike Nelson
Commit: Mike Nelson
skybox section
.../dialogs/BackgroundEditorDialogModel.cpp | 192 +++++++++++++++++++++
.../mission/dialogs/BackgroundEditorDialogModel.h | 22 +++
qtfred/src/ui/dialogs/BackgroundEditorDialog.cpp | 109 ++++++++++++
qtfred/src/ui/dialogs/BackgroundEditorDialog.h | 15 ++
qtfred/ui/BackgroundEditor.ui | 4 +-
5 files changed, 340 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit cb4e132df
Author: Mike Nelson
Commit: Mike Nelson
ambient controls
.../dialogs/BackgroundEditorDialogModel.cpp | 57 +++++++++++++-
.../mission/dialogs/BackgroundEditorDialogModel.h | 8 ++
qtfred/src/ui/dialogs/BackgroundEditorDialog.cpp | 87 ++++++++++++++++++++++
qtfred/src/ui/dialogs/BackgroundEditorDialog.h | 8 ++
qtfred/ui/BackgroundEditor.ui | 50 ++++++++-----
5 files changed, 191 insertions(+), 19 deletions(-)
------------------------------------------------------------------------
commit fe17997ca
Author: Mike Nelson
Commit: Mike Nelson
nebula groups
.../dialogs/BackgroundEditorDialogModel.cpp | 349 ++++++++++++-
.../mission/dialogs/BackgroundEditorDialogModel.h | 47 +-
qtfred/src/ui/dialogs/BackgroundEditorDialog.cpp | 212 ++++++++
qtfred/src/ui/dialogs/BackgroundEditorDialog.h | 24 +
qtfred/ui/BackgroundEditor.ui | 561 ++++++++++++---------
5 files changed, 939 insertions(+), 254 deletions(-)
------------------------------------------------------------------------
commit f69196667
Author: Mike Nelson
Commit: Mike Nelson
sun section
.../dialogs/BackgroundEditorDialogModel.cpp | 245 ++++++++++++++++++---
.../mission/dialogs/BackgroundEditorDialogModel.h | 27 ++-
qtfred/src/ui/dialogs/BackgroundEditorDialog.cpp | 166 +++++++++++++-
qtfred/src/ui/dialogs/BackgroundEditorDialog.h | 12 +
qtfred/ui/BackgroundEditor.ui | 103 ++++++---
5 files changed, 482 insertions(+), 71 deletions(-)
------------------------------------------------------------------------
commit a531fd9fe
Author: Mike Nelson
Commit: Mike Nelson
wire up the bitmap section
qtfred/source_groups.cmake | 2 +
.../dialogs/BackgroundEditorDialogModel.cpp | 336 +++++
.../mission/dialogs/BackgroundEditorDialogModel.h | 65 +
qtfred/src/ui/dialogs/BackgroundEditorDialog.cpp | 221 ++-
qtfred/src/ui/dialogs/BackgroundEditorDialog.h | 40 +-
qtfred/ui/BackgroundEditor.ui | 1422 ++++++++++----------
6 files changed, 1363 insertions(+), 723 deletions(-)