Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on February 03, 2025, 12:50:16 am
-
Here is the nightly for 03 February 2025 - Revision f7396d53a
Group: Linux
nightly_20250203_f7396d53a-builds-Linux.tar.gz (https://scp.indiegames.us/builds/nightly/20250203_f7396d53a/nightly_20250203_f7396d53a-builds-Linux.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20250203_f7396d53a/nightly_20250203_f7396d53a-builds-Linux.tar.gz))
Group: MacOSX-arm64
nightly_20250203_f7396d53a-builds-Mac-arm64.tar.gz (https://scp.indiegames.us/builds/nightly/20250203_f7396d53a/nightly_20250203_f7396d53a-builds-Mac-arm64.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20250203_f7396d53a/nightly_20250203_f7396d53a-builds-Mac-arm64.tar.gz))
Group: MacOSX-x86_64
nightly_20250203_f7396d53a-builds-Mac-x86_64.tar.gz (https://scp.indiegames.us/builds/nightly/20250203_f7396d53a/nightly_20250203_f7396d53a-builds-Mac-x86_64.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20250203_f7396d53a/nightly_20250203_f7396d53a-builds-Mac-x86_64.tar.gz))
Group: Win32-SSE2
nightly_20250203_f7396d53a-builds-Win32-SSE2.zip (https://scp.indiegames.us/builds/nightly/20250203_f7396d53a/nightly_20250203_f7396d53a-builds-Win32-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20250203_f7396d53a/nightly_20250203_f7396d53a-builds-Win32-SSE2.zip))
Group: Win64-SSE2
nightly_20250203_f7396d53a-builds-x64-SSE2.zip (https://scp.indiegames.us/builds/nightly/20250203_f7396d53a/nightly_20250203_f7396d53a-builds-x64-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20250203_f7396d53a/nightly_20250203_f7396d53a-builds-x64-SSE2.zip))
------------------------------------------------------------------------
commit 103ad7058
Author: Mike Nelson
Commit: GitHub
Allow preloading briefing icons (#6548)
code/mission/missionparse.cpp | 14 ++++++++++++++
code/mod_table/mod_table.cpp | 6 ++++++
code/mod_table/mod_table.h | 1 +
3 files changed, 21 insertions(+)
------------------------------------------------------------------------
commit 8afb41a36
Author: Mike Nelson
Commit: GitHub
allow scripted gauges to be off by default (#6562)
code/hud/hudparse.cpp | 6 ++++++
1 file changed, 6 insertions(+)
------------------------------------------------------------------------
commit 8dc2d49e6
Author: Goober5000
Commit: Goober5000
reduce magic numbers in missionweaponchoice
code/missionui/missionweaponchoice.cpp | 78 +++++++++++++++++++++++-----------
code/missionui/missionweaponchoice.h | 19 ---------
2 files changed, 54 insertions(+), 43 deletions(-)
------------------------------------------------------------------------
commit 95a6438a7
Author: Goober5000
Commit: Goober5000
change _SETTINGS to _LAYOUTS as it's more descriptive
code/missionui/fictionviewer.cpp | 21 +++++++++++----------
code/missionui/missioncmdbrief.cpp | 9 ++++-----
code/missionui/missionweaponchoice.cpp | 13 ++++++-------
3 files changed, 21 insertions(+), 22 deletions(-)
------------------------------------------------------------------------
commit ea002628a
Author: Birk Magnussen
Commit: Birk Magnussen
Clang Tidy
code/model/animation/modelanimation_segments.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit d9b9863e2
Author: Birk Magnussen
Commit: Birk Magnussen
Clang Tidy
code/model/animation/modelanimation.cpp | 2 +-
code/model/animation/modelanimation_moveables.cpp | 4 ++--
code/model/animation/modelanimation_segments.cpp | 8 +++++---
code/scripting/scripting.cpp | 4 ++--
code/scripting/scripting.h | 4 ++--
code/ship/ship.cpp | 4 +---
6 files changed, 13 insertions(+), 13 deletions(-)
------------------------------------------------------------------------
commit ada62c6c5
Author: Birk Magnussen
Commit: Birk Magnussen
missing includes
code/graphics/openxr_internal.h | 2 +-
code/localization/localize.cpp | 2 +-
code/model/animation/modelanimation.h | 3 +--
code/model/modelreplace.h | 3 +--
code/options/Option.h | 2 +-
code/options/OptionsManager.cpp | 2 +-
code/osapi/osregistry.h | 1 +
code/particle/ParticleEffect.h | 2 +-
code/particle/ParticleSource.h | 2 +-
code/scripting/api/objs/enums.h | 2 +-
code/scripting/hook_api.h | 2 +-
11 files changed, 11 insertions(+), 12 deletions(-)
------------------------------------------------------------------------
commit 540d841f0
Author: Birk Magnussen
Commit: Birk Magnussen
Remove any and variant libs
code/CMakeLists.txt | 4 -
code/actions/expression/Value.h | 8 +-
code/camera/camera.cpp | 2 +-
code/camera/camera.h | 4 +-
code/graphics/matrix.cpp | 6 +-
code/graphics/shadows.cpp | 8 +-
code/model/animation/modelanimation.cpp | 2 +-
code/model/animation/modelanimation.h | 6 +-
code/model/animation/modelanimation_moveables.cpp | 32 +-
code/model/animation/modelanimation_moveables.h | 10 +-
code/model/modelreplace.cpp | 6 +-
code/model/modelreplace.h | 4 +-
code/options/Option.h | 18 +-
code/parse/sexp.cpp | 2 +-
code/render/3dmath.cpp | 4 +-
code/render/3dsetup.cpp | 6 +-
code/scripting/api/libs/mission.cpp | 2 +-
code/scripting/api/objs/ship.cpp | 2 +-
code/scripting/hook_api.h | 8 +-
code/scripting/hook_conditions.cpp | 4 +-
code/scripting/hook_conditions.h | 4 +-
code/scripting/scripting.cpp | 6 +-
code/scripting/scripting.h | 6 +-
freespace2/freespace.cpp | 2 +-
lib/CMakeLists.txt | 4 -
lib/any/CMakeLists.txt | 5 -
lib/any/LICENSE.md | 23 -
lib/any/linb/any.hpp | 505 ----
lib/variant/CMakeLists.txt | 5 -
lib/variant/LICENSE.md | 23 -
lib/variant/mpark/variant.hpp | 2813 ---------------------
31 files changed, 76 insertions(+), 3458 deletions(-)
------------------------------------------------------------------------
commit 1f2a8dce2
Author: Birk Magnussen
Commit: Birk Magnussen
remove optional
code/CMakeLists.txt | 2 -
code/cmdline/cmdline.cpp | 2 +-
code/cmdline/cmdline.h | 4 +-
code/debris/debris.cpp | 4 +-
code/globalincs/type_traits.h | 3 -
code/graphics/2d.cpp | 2 +-
code/graphics/openxr_internal.h | 6 +-
code/lab/dialogs/lab_ui.h | 2 +-
code/localization/localize.cpp | 6 +-
code/mission/missionparse.h | 2 +-
code/model/animation/modelanimation.cpp | 14 +-
code/model/animation/modelanimation.h | 8 +-
code/model/animation/modelanimation_driver.cpp | 2 +-
code/model/animation/modelanimation_driver.h | 2 +-
code/model/animation/modelanimation_moveables.cpp | 26 +-
code/model/animation/modelanimation_moveables.h | 14 +-
code/model/animation/modelanimation_segments.cpp | 28 +-
code/model/animation/modelanimation_segments.h | 54 +-
code/model/modelreplace.cpp | 2 +-
code/model/modelreplace.h | 32 +-
code/nebula/volumetrics.h | 4 +-
code/options/Option.cpp | 2 +-
code/options/Option.h | 6 +-
code/options/OptionsManager.cpp | 6 +-
code/options/OptionsManager.h | 4 +-
code/osapi/osapi.cpp | 2 +-
code/osapi/osregistry.cpp | 8 +-
code/osapi/osregistry.h | 4 +-
code/particle/EffectHost.h | 4 +-
code/particle/ParticleEffect.cpp | 14 +-
code/particle/ParticleEffect.h | 14 +-
code/particle/ParticleSource.cpp | 2 +-
code/particle/ParticleSource.h | 4 +-
code/particle/hosts/EffectHostBeam.cpp | 2 +-
code/particle/hosts/EffectHostBeam.h | 2 +-
code/particle/hosts/EffectHostObject.cpp | 2 +-
code/particle/hosts/EffectHostObject.h | 2 +-
code/particle/hosts/EffectHostParticle.cpp | 2 +-
code/particle/hosts/EffectHostParticle.h | 2 +-
code/particle/hosts/EffectHostSubmodel.cpp | 2 +-
code/particle/hosts/EffectHostSubmodel.h | 2 +-
code/particle/hosts/EffectHostTurret.cpp | 2 +-
code/particle/hosts/EffectHostTurret.h | 2 +-
code/particle/hosts/EffectHostVector.cpp | 2 +-
code/particle/hosts/EffectHostVector.h | 2 +-
code/scripting/api/objs/enums.h | 10 +-
code/scripting/global_hooks.cpp | 6 +-
code/scripting/hook_api.cpp | 4 +-
code/scripting/hook_api.h | 20 +-
code/scripting/scripting_doc.h | 2 +-
code/ship/ship.cpp | 12 +-
code/starfield/supernova.cpp | 4 +-
code/weapon/weapons.cpp | 24 +-
lib/CMakeLists.txt | 2 -
lib/optional/CMakeLists.txt | 4 -
lib/optional/COPYING | 121 --
lib/optional/README.md | 121 --
lib/optional/include/tl/optional.hpp | 2063 ---------------------
58 files changed, 196 insertions(+), 2510 deletions(-)
------------------------------------------------------------------------
commit 2f7515572
Author: Goober5000
Commit: Goober5000
add subsystemname scripted sexp type
code/parse/parselo.cpp | 17 ++++++++++++
code/parse/parselo.h | 5 +++-
code/parse/sexp/LuaSEXP.cpp | 67 ++++++++++++++++++++++++++-------------------
3 files changed, 60 insertions(+), 29 deletions(-)
------------------------------------------------------------------------
commit de7345c71
Author: Goober5000
Commit: Goober5000
update .gitmodules references
.gitmodules | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)