Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on July 10, 2025, 02:06:51 am
-
Here is the nightly for 10 July 2025 - Revision 145a34eea
Group: Linux-arm64
nightly_20250710_145a34eea-builds-Linux-arm64.tar.gz (https://scp.indiegames.us/builds/nightly/20250710_145a34eea/nightly_20250710_145a34eea-builds-Linux-arm64.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20250710_145a34eea/nightly_20250710_145a34eea-builds-Linux-arm64.tar.gz))
Group: Linux-x86_64
nightly_20250710_145a34eea-builds-Linux-x86_64.tar.gz (https://scp.indiegames.us/builds/nightly/20250710_145a34eea/nightly_20250710_145a34eea-builds-Linux-x86_64.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20250710_145a34eea/nightly_20250710_145a34eea-builds-Linux-x86_64.tar.gz))
Group: MacOSX-arm64
nightly_20250710_145a34eea-builds-Mac-arm64.tar.gz (https://scp.indiegames.us/builds/nightly/20250710_145a34eea/nightly_20250710_145a34eea-builds-Mac-arm64.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20250710_145a34eea/nightly_20250710_145a34eea-builds-Mac-arm64.tar.gz))
Group: MacOSX-x86_64
nightly_20250710_145a34eea-builds-Mac-x86_64.tar.gz (https://scp.indiegames.us/builds/nightly/20250710_145a34eea/nightly_20250710_145a34eea-builds-Mac-x86_64.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20250710_145a34eea/nightly_20250710_145a34eea-builds-Mac-x86_64.tar.gz))
Group: Win32-SSE2
nightly_20250710_145a34eea-builds-Win32-SSE2.zip (https://scp.indiegames.us/builds/nightly/20250710_145a34eea/nightly_20250710_145a34eea-builds-Win32-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20250710_145a34eea/nightly_20250710_145a34eea-builds-Win32-SSE2.zip))
Group: Win64-SSE2
nightly_20250710_145a34eea-builds-x64-SSE2.zip (https://scp.indiegames.us/builds/nightly/20250710_145a34eea/nightly_20250710_145a34eea-builds-x64-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20250710_145a34eea/nightly_20250710_145a34eea-builds-x64-SSE2.zip))
------------------------------------------------------------------------
commit a52f31f74
Author: BMagnu
Commit: GitHub
Instanced Decals (#6813)
code/decals/decals.cpp | 18 +++--
code/def_files/data/effects/decal-f.sdr | 23 ++++---
code/def_files/data/effects/decal-v.sdr | 32 ++++++---
code/graphics/2d.cpp | 14 ++--
code/graphics/2d.h | 20 ++++--
code/graphics/decal_draw_list.cpp | 115 +++++++++-----------------------
code/graphics/decal_draw_list.h | 27 +++++---
code/graphics/grstub.cpp | 22 ++++++
code/graphics/opengl/gropengl.cpp | 3 +
code/graphics/opengl/gropengldraw.cpp | 10 +--
code/graphics/opengl/gropengldraw.h | 4 +-
code/graphics/opengl/gropenglshader.cpp | 3 +-
code/graphics/opengl/gropenglshader.h | 1 +
code/graphics/opengl/gropengltnl.cpp | 52 ++++++++++++---
code/graphics/opengl/gropengltnl.h | 1 +
code/graphics/util/uniform_structs.h | 13 +---
code/graphics/vulkan/vulkan_stubs.cpp | 14 ++++
17 files changed, 215 insertions(+), 157 deletions(-)
------------------------------------------------------------------------
commit 62c8260d2
Author: Kestrellius
Commit: GitHub
add flag (#6815)
code/ai/aiturret.cpp | 6 ++++--
code/model/model_flags.h | 1 +
code/ship/ship.cpp | 1 +
3 files changed, 6 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 82dfdbc96
Author: BMagnu
Commit: GitHub
Cleanup of Level 0 Particles (#6808)
code/ai/aiturret.cpp | 6 -
code/asteroid/asteroid.cpp | 64 +-
code/debris/debris.cpp | 17 +
code/globalincs/pstypes.h | 9 -
code/lab/manager/lab_manager.cpp | 1 -
code/network/multimsgs.cpp | 23 +-
code/object/collideshipweapon.cpp | 4 +-
code/particle/ParticleEffect.cpp | 123 ++-
code/particle/ParticleEffect.h | 38 +-
code/particle/ParticleParse.cpp | 27 +-
code/particle/ParticleSource.cpp | 17 +-
code/particle/ParticleSource.h | 2 +
code/particle/ParticleVolume.h | 38 +-
code/particle/volumes/ConeVolume.cpp | 17 +-
code/particle/volumes/ConeVolume.h | 16 +-
code/particle/volumes/LegacyAACuboidVolume.cpp | 5 +-
code/particle/volumes/LegacyAACuboidVolume.h | 7 +-
code/particle/volumes/PointVolume.cpp | 21 +
code/particle/volumes/PointVolume.h | 31 +
code/particle/volumes/RingVolume.cpp | 33 +
code/particle/volumes/RingVolume.h | 28 +
code/particle/volumes/SpheroidVolume.cpp | 16 +-
code/particle/volumes/SpheroidVolume.h | 21 +-
code/scripting/api/libs/graphics.cpp | 247 +++--
code/scripting/api/libs/testing.cpp | 62 +-
code/ship/ship.cpp | 79 +-
code/ship/ship.h | 3 +-
code/ship/shipfx.cpp | 3 -
code/source_groups.cmake | 4 +
code/starfield/supernova.cpp | 9 +
code/utils/modular_curves.h | 58 +-
code/weapon/beam.cpp | 114 +--
code/weapon/beam.h | 1 -
code/weapon/muzzleflash.cpp | 229 ++---
code/weapon/muzzleflash.h | 18 +-
code/weapon/weapon.h | 82 +-
code/weapon/weapons.cpp | 1266 ++++++++----------------
freespace2/freespace.cpp | 2 -
freespace2/levelpaging.cpp | 2 -
39 files changed, 1249 insertions(+), 1494 deletions(-)
------------------------------------------------------------------------
commit bd767ece0
Author: Goober5000
Commit: Goober5000
qtfred cleanup
.../mission/dialogs/CustomWingNamesDialogModel.cpp | 22 ++++-----
.../ShipTextureReplacementDialogModel.cpp | 2 +-
qtfred/src/ui/dialogs/LoadoutDialog.cpp | 54 +++++++++++-----------
.../src/ui/dialogs/ReinforcementsEditorDialog.cpp | 6 +--
4 files changed, 42 insertions(+), 42 deletions(-)
------------------------------------------------------------------------
commit 342958b99
Author: Goober5000
Commit: Goober5000
fix qtfred memory corruption
qtfred/src/mission/Editor.cpp | 10 ++++------
qtfred/src/mission/Editor.h | 2 +-
qtfred/src/ui/FredView.cpp | 3 ++-
3 files changed, 7 insertions(+), 8 deletions(-)
------------------------------------------------------------------------
commit 87021dd1d
Author: Goober5000
Commit: Goober5000
make script-eval-num and script-eval-bool multiline
code/parse/sexp.cpp | 58 ++++++++++++++++++++++++++++++-----------------------
1 file changed, 33 insertions(+), 25 deletions(-)
------------------------------------------------------------------------
commit 3a380a05c
Author: Goober5000
Commit: Goober5000
change this WarningEx to a Warning
code/graphics/software/font.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)