Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on August 30, 2024, 01:45:27 am
-
Here is the nightly for 30 August 2024 - Revision c59a967f4
Group: Linux
nightly_20240830_c59a967f4-builds-Linux.tar.gz (https://scp.indiegames.us/builds/nightly/20240830_c59a967f4/nightly_20240830_c59a967f4-builds-Linux.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20240830_c59a967f4/nightly_20240830_c59a967f4-builds-Linux.tar.gz))
Group: MacOSX-arm64
nightly_20240830_c59a967f4-builds-Mac-arm64.tar.gz (https://scp.indiegames.us/builds/nightly/20240830_c59a967f4/nightly_20240830_c59a967f4-builds-Mac-arm64.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20240830_c59a967f4/nightly_20240830_c59a967f4-builds-Mac-arm64.tar.gz))
Group: MacOSX-x86_64
nightly_20240830_c59a967f4-builds-Mac-x86_64.tar.gz (https://scp.indiegames.us/builds/nightly/20240830_c59a967f4/nightly_20240830_c59a967f4-builds-Mac-x86_64.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20240830_c59a967f4/nightly_20240830_c59a967f4-builds-Mac-x86_64.tar.gz))
Group: Win32-SSE2
nightly_20240830_c59a967f4-builds-Win32-SSE2.zip (https://scp.indiegames.us/builds/nightly/20240830_c59a967f4/nightly_20240830_c59a967f4-builds-Win32-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20240830_c59a967f4/nightly_20240830_c59a967f4-builds-Win32-SSE2.zip))
Group: Win64-SSE2
nightly_20240830_c59a967f4-builds-x64-SSE2.zip (https://scp.indiegames.us/builds/nightly/20240830_c59a967f4/nightly_20240830_c59a967f4-builds-x64-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20240830_c59a967f4/nightly_20240830_c59a967f4-builds-x64-SSE2.zip))
------------------------------------------------------------------------
commit 328e7d37e
Author: Goober5000
Commit: Goober5000
update detection of save version
code/mission/missionparse.cpp | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit b4ace9463
Author: mjn-mixael
Commit: mjn-mixael
remove the whole block
code/mission/missionbriefcommon.cpp | 5 -----
1 file changed, 5 deletions(-)
------------------------------------------------------------------------
commit 68943d2c0
Author: mjn-mixael
Commit: mjn-mixael
cleanup
code/mission/missionbriefcommon.cpp | 17 +++--------------
1 file changed, 3 insertions(+), 14 deletions(-)
------------------------------------------------------------------------
commit a3e62433f
Author: mjn-mixael
Commit: mjn-mixael
you're killing me, clang
code/mission/missionbriefcommon.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 5475c6330
Author: mjn-mixael
Commit: mjn-mixael
Fix fade icons not matching the scaling and orientation of their parent icons
code/mission/missionbriefcommon.cpp | 30 +++++++++++++++++++++++++++---
1 file changed, 27 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit 3a7c532d1
Author: mjn-mixael
Commit: mjn-mixael
remove unncessary return
code/mission/missionbriefcommon.cpp | 1 -
1 file changed, 1 deletion(-)
------------------------------------------------------------------------
commit c8aa28b1c
Author: Goober5000
Commit: Goober5000
follow-up to probability curves
code/gamesnd/gamesnd.cpp | 4 ++--
code/math/curve.cpp | 6 +++---
code/math/curve.h | 1 -
code/nebula/neb.h | 4 ++--
code/particle/effects/GenericShapeEffect.h | 4 ++--
code/particle/effects/VolumeEffect.cpp | 2 +-
code/particle/effects/VolumeEffect.h | 2 +-
7 files changed, 11 insertions(+), 12 deletions(-)
------------------------------------------------------------------------
commit 28659bb1f
Author: Goober5000
Commit: Goober5000
fix deletion of looping sounds
code/ship/ship.cpp | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
------------------------------------------------------------------------
commit d68b18dfc
Author: Mike Nelson
Commit: GitHub
Upgraded Asteroid Field SEXPs (#6295)
code/asteroid/asteroid.cpp | 14 +-
code/asteroid/asteroid.h | 2 +-
code/parse/sexp.cpp | 328 +++++++++++++++++++++++++++++-------
code/parse/sexp.h | 7 +-
fred2/sexp_tree.cpp | 48 +++++-
fred2/sexp_tree.h | 3 +-
qtfred/src/ui/widgets/sexp_tree.cpp | 48 +++++-
qtfred/src/ui/widgets/sexp_tree.h | 3 +-
8 files changed, 361 insertions(+), 92 deletions(-)
------------------------------------------------------------------------
commit 40bbced2f
Author: Mike Nelson
Commit: GitHub
Reset hotkey lines before populating (#6318)
code/mission/missionhotkey.cpp | 7 +++++++
code/mission/missionhotkey.h | 3 +++
code/scripting/api/libs/ui.cpp | 1 +
3 files changed, 11 insertions(+)
------------------------------------------------------------------------
commit faaa235c8
Author: John Fernandez
Commit: GitHub
Fix: Always check for nullptrs and make red-alert respect cur_waves from last mission (#6262)
code/missionui/redalert.cpp | 8 ++++++++
code/ship/ship.cpp | 5 +++--
2 files changed, 11 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 33f136dd2
Author: Goober5000
Commit: Goober5000
follow-up to BWO crash fix
code/controlconfig/controlsconfig.cpp | 2 +-
code/menuui/readyroom.cpp | 9 +++++----
code/mission/missionhotkey.cpp | 2 +-
3 files changed, 7 insertions(+), 6 deletions(-)
------------------------------------------------------------------------
commit bec860e9d
Author: Asteroth
Commit: GitHub
Small optimization (#6321)
code/iff_defs/iff_defs.cpp | 41 ++++++++++++++++++-----------------------
1 file changed, 18 insertions(+), 23 deletions(-)
------------------------------------------------------------------------
commit 6280ffe0e
Author: Mike Nelson
Commit: GitHub
Accessibility IFF colors (#6300)
code/iff_defs/iff_defs.cpp | 155 ++++++++++++++++++++++++++++++++++-------
code/iff_defs/iff_defs.h | 2 +
code/localization/localize.cpp | 2 +-
3 files changed, 133 insertions(+), 26 deletions(-)
------------------------------------------------------------------------
commit 91a673ac5
Author: Kestrellius
Commit: GitHub
Generic random distributions, including curve-based (#6314)
code/decals/decals.cpp | 4 +-
code/decals/decals.h | 4 +-
code/gamesnd/gamesnd.cpp | 6 +-
code/math/curve.cpp | 59 +++-
code/math/curve.h | 6 +
code/nebula/neb.cpp | 6 +-
code/nebula/neb.h | 15 +-
code/particle/effects/ConeShape.h | 2 +-
code/particle/effects/GenericShapeEffect.h | 14 +-
code/particle/effects/SingleParticleEffect.cpp | 2 +-
code/particle/effects/SingleParticleEffect.h | 2 +-
code/particle/effects/VolumeEffect.cpp | 6 +-
code/particle/effects/VolumeEffect.h | 8 +-
code/particle/util/EffectTiming.cpp | 6 +-
code/particle/util/EffectTiming.h | 6 +-
code/particle/util/ParticleProperties.cpp | 13 +-
code/particle/util/ParticleProperties.h | 6 +-
code/sound/sound.h | 4 +-
code/utils/RandomRange.h | 416 +++++++++++++++++++++----
19 files changed, 480 insertions(+), 105 deletions(-)
------------------------------------------------------------------------
commit 12784be01
Author: Goober5000
Commit: Goober5000
use new isFinite() in several existing expressions
code/io/timer.cpp | 44 ++++++++++++++++++++++----------------------
code/network/multi_obj.cpp | 8 ++++----
2 files changed, 26 insertions(+), 26 deletions(-)
------------------------------------------------------------------------
commit 23f7fa7f0
Author: Mike Nelson
Commit: GitHub
Fix brown asteroid being an immortal member of the asteroids kingdom (#6320)
code/mission/missionparse.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit ddfd0c6fc
Author: Goober5000
Commit: Goober5000
update comment
code/object/object.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 20338ff28
Author: Goober5000
Commit: Goober5000
fix the mysterious crash in BWO
code/menuui/readyroom.cpp | 15 ++-------------
1 file changed, 2 insertions(+), 13 deletions(-)
------------------------------------------------------------------------
commit c8010e544
Author: Goober5000
Commit: Goober5000
some timestamp refinements
code/io/timer.cpp | 14 ++++++++++----
code/io/timer.h | 2 ++
2 files changed, 12 insertions(+), 4 deletions(-)
------------------------------------------------------------------------
commit f5ccf98b1
Author: Kestrellius
Commit: Kestrellius
Adds const to a couple batching matrices.
code/render/batching.cpp | 4 ++--
code/render/batching.h | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit e87d311d9
Author: Kestrellius
Commit: Kestrellius
further cleanup
code/weapon/weapons.cpp | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit b5acdd607
Author: Goober5000
Commit: Goober5000
add option in FRED to lock objects from being edited
code/object/object_flags.h | 3 ++-
fred2/fred.rc | 10 +++++++-
fred2/fredrender.cpp | 40 +++++++++++++++++-------------
fred2/fredview.cpp | 38 ++++++++++++++++++++++++++---
fred2/fredview.h | 4 ++-
fred2/resource.h | 4 ++-
qtfred/src/mission/Editor.cpp | 26 ++++++++++++++++++++
qtfred/src/mission/Editor.h | 3 +++
qtfred/src/mission/EditorViewport.cpp | 46 ++++++++++++++++++++---------------
qtfred/src/ui/FredView.cpp | 6 +++++
qtfred/src/ui/FredView.h | 3 +++
qtfred/ui/FredView.ui | 16 +++++++++++-
12 files changed, 153 insertions(+), 46 deletions(-)
------------------------------------------------------------------------
commit 332ccbc2d
Author: Goober5000
Commit: Goober5000
fix waypoint marking
fred2/fredview.cpp | 1 +
1 file changed, 1 insertion(+)
------------------------------------------------------------------------
commit a569bd9ab
Author: Kestrellius
Commit: Kestrellius
Cleanup
code/weapon/weapons.cpp | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
------------------------------------------------------------------------
commit ca70a5a24
Author: Kestrellius
Commit: Kestrellius
Adds support for explicit no-armor; cleanup
code/object/collideweaponweapon.cpp | 1 -
code/weapon/weapons.cpp | 48 ++++++++++++++++++++++---------------
2 files changed, 29 insertions(+), 20 deletions(-)
------------------------------------------------------------------------
commit 397a1c84b
Author: Mike Nelson
Commit: GitHub
Grant access to shipclass shield hitpoints value (#6308)
code/scripting/api/objs/shipclass.cpp | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
------------------------------------------------------------------------
commit ce6a6b447
Author: Naomi Coffman
Commit: Naomi Coffman
Fix WeaponClass.SwarmInfo
code/scripting/api/objs/weaponclass.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 5531dfc58
Author: Kestrellius
Commit: Kestrellius
Adds warning if cond-impact armor type not found.
code/weapon/weapons.cpp | 3 +++
1 file changed, 3 insertions(+)
------------------------------------------------------------------------
commit db1316872
Author: wookieejedi
Commit: GitHub
Cleanup variable name in `weapon_do_area_effect` function (#6303)
code/weapon/weapon.h | 2 +-
code/weapon/weapons.cpp | 60 ++++++++++++++++++++++++-------------------------
2 files changed, 31 insertions(+), 31 deletions(-)
------------------------------------------------------------------------
commit 6b0fe5a76
Author: Goober5000
Commit: GitHub
fix template warnings when compiling 2d.cpp (#6305)
code/graphics/2d.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 704bf95a7
Author: Goober5000
Commit: Goober5000
implement don't-change-position and don't-change-orientation
code/ai/aicode.cpp | 4 +-
code/mission/mission_flags.h | 10 ++--
code/mission/missionparse.cpp | 36 ++++++++++---
code/object/collideshipship.cpp | 6 +--
code/object/objcollide.cpp | 5 +-
code/object/object.cpp | 32 +++++++++---
code/object/object_flags.h | 4 +-
code/parse/sexp.cpp | 14 +++--
code/physics/physics.cpp | 2 -
code/ship/ship.cpp | 2 +
fred2/fred.rc | 9 ++--
fred2/missionsave.cpp | 6 ++-
fred2/resource.h | 3 +-
fred2/shipflagsdlg.cpp | 60 ++++++++++++++++------
fred2/shipflagsdlg.h | 6 ++-
.../dialogs/ShipEditor/ShipFlagsDialogModel.cpp | 49 ++++++++++++++----
.../dialogs/ShipEditor/ShipFlagsDialogModel.h | 10 ++--
qtfred/src/mission/missionsave.cpp | 7 ++-
.../src/ui/dialogs/ShipEditor/ShipFlagsDialog.cpp | 21 +++++---
qtfred/src/ui/dialogs/ShipEditor/ShipFlagsDialog.h | 3 +-
qtfred/ui/ShipFlagsDialog.ui | 19 +++++--
21 files changed, 226 insertions(+), 82 deletions(-)
------------------------------------------------------------------------
commit 9887a7b63
Author: Goober5000
Commit: Goober5000
move `secondary_point_reload_pct` maintenance to a more sensible location
code/object/object.cpp | 41 -----------------------------------------
code/ship/ship.cpp | 50 ++++++++++++++++++++++++++++++++++++++++++++++++--
2 files changed, 48 insertions(+), 43 deletions(-)
------------------------------------------------------------------------
commit 908c1c7b3
Author: wookieejedi
Commit: GitHub
Fixes CTD with new Friendly Fire Feature (#6302)
code/weapon/weapons.cpp | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
------------------------------------------------------------------------
commit 619591f68
Author: BMagnu
Commit: GitHub
Fix shuffling of older but active directives (#6299)
code/mission/missiontraining.cpp | 29 +++++++++++++++++++----------
1 file changed, 19 insertions(+), 10 deletions(-)
------------------------------------------------------------------------
commit 16447b7c7
Author: EatThePath
Commit: GitHub
Remove routine exceptions for unset option values (#6296)
code/options/Option.cpp | 2 +-
code/options/Option.h | 10 ++++++++--
code/options/OptionsManager.cpp | 7 ++++---
code/options/OptionsManager.h | 3 ++-
4 files changed, 15 insertions(+), 7 deletions(-)
------------------------------------------------------------------------
commit 20bd8b4bf
Author: Asteroth
Commit: Asteroth
switch to nprintf
code/math/vecmat.cpp | 2 ++
1 file changed, 2 insertions(+)
------------------------------------------------------------------------
commit 57c160623
Author: EatThePath
Commit: GitHub
Stop checking the options value for deferred lighting all the time when it requires restart to change. (#6297)
code/lighting/lighting.cpp | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
------------------------------------------------------------------------
commit f7e934440
Author: Goober5000
Commit: GitHub
parameter deconfliction (#6282)
code/scripting/ade_external_serializer.h | 6 +++---
code/scripting/api/objs/object.cpp | 4 ++--
code/scripting/api/objs/oswpt.cpp | 4 ++--
code/scripting/api/objs/vecmath.cpp | 4 ++--
4 files changed, 9 insertions(+), 9 deletions(-)
------------------------------------------------------------------------
commit 6da7830b7
Author: Kestrellius
Commit: GitHub
Add offset for tabled particle effects (#6264)
code/ai/aibig.cpp | 5 +-
code/ai/aiturret.cpp | 7 +-
code/particle/ParticleSource.cpp | 230 +++++++++++++++++++++++--
code/particle/ParticleSource.h | 49 +++++-
code/particle/ParticleSourceWrapper.cpp | 18 +-
code/particle/ParticleSourceWrapper.h | 6 +-
code/particle/effects/GenericShapeEffect.h | 11 +-
code/particle/effects/SingleParticleEffect.cpp | 2 +-
code/particle/effects/VolumeEffect.cpp | 4 +-
code/particle/util/ParticleProperties.cpp | 10 +-
code/particle/util/ParticleProperties.h | 2 +
code/ship/ship.cpp | 12 +-
code/ship/shipfx.cpp | 14 +-
code/weapon/beam.cpp | 14 +-
code/weapon/weapons.cpp | 19 +-
15 files changed, 332 insertions(+), 71 deletions(-)
------------------------------------------------------------------------
commit 67a9f6f5b
Author: Kestrellius
Commit: GitHub
Friendly fire control flags and SEXP (#6265)
code/ai/ai_profiles.cpp | 14 +++++++++--
code/ai/ai_profiles.h | 2 ++
code/object/collideshipweapon.cpp | 13 +++++++++-
code/parse/sexp.cpp | 51 +++++++++++++++++++++++++++++++++++++++
code/parse/sexp.h | 1 +
code/weapon/beam.cpp | 4 ++-
code/weapon/shockwave.cpp | 44 +++++++++++++++++++++++++++++----
code/weapon/weapons.cpp | 30 +++++++++++++++++++++--
8 files changed, 148 insertions(+), 11 deletions(-)
------------------------------------------------------------------------
commit c64a3e5e6
Author: Asteroth
Commit: Asteroth
shouldnt lose target either
code/hud/hudtarget.cpp | 1 -
1 file changed, 1 deletion(-)
------------------------------------------------------------------------
commit 65d281e3c
Author: Asteroth
Commit: Asteroth
remove some int3s
code/hud/hudtarget.cpp | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
------------------------------------------------------------------------
commit 4cbd84d59
Author: Goober5000
Commit: Goober5000
safety check for lua_tostring()
code/globalincs/utility.h | 8 ++++++++
code/osapi/dialogs.cpp | 6 +++---
code/scripting/ade.cpp | 23 ++++++++++-------------
code/scripting/ade.h | 3 +++
code/scripting/ade_args.cpp | 2 +-
code/scripting/ade_args.h | 2 +-
code/scripting/api/libs/base.cpp | 2 +-
code/scripting/api/objs/file.cpp | 4 ++--
8 files changed, 29 insertions(+), 21 deletions(-)
------------------------------------------------------------------------
commit d4cd76767
Author: Kestrellius
Commit: GitHub
Beam slash curves (#6269)
code/weapon/beam.cpp | 22 ++++++++++++++++++----
code/weapon/weapon.h | 2 ++
code/weapon/weapons.cpp | 20 ++++++++++++++++++++
3 files changed, 40 insertions(+), 4 deletions(-)
------------------------------------------------------------------------
commit e9592bc4d
Author: Goober5000
Commit: GitHub
add scripting support for wing wave min/max delay (#6280)
code/scripting/api/objs/wing.cpp | 10 ++++++++++
1 file changed, 10 insertions(+)
------------------------------------------------------------------------
commit 5bc929d06
Author: Goober5000
Commit: GitHub
add is-species SEXP operator (#6283)
code/parse/sexp.cpp | 129 ++++++++++++++++++++++++++++++++++++++++++----------
code/parse/sexp.h | 15 +++---
2 files changed, 112 insertions(+), 32 deletions(-)
------------------------------------------------------------------------
commit a9fdbac19
Author: JohnAFernandez
Commit: JohnAFernandez
Fix one comment's accuracy
code/hud/hudtarget.cpp | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit 01d3e14dc
Author: JohnAFernandez
Commit: JohnAFernandez
Fix renderLeadCurrentTarget
code/hud/hudtarget.cpp | 25 ++++++++++++++++++++++---
1 file changed, 22 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit d16eb20ae
Author: Goober5000
Commit: Goober5000
improve sounds.tbl index ordering
code/gamesnd/gamesnd.cpp | 92 +++++++++++++++++++++++++++++++++---------------
1 file changed, 64 insertions(+), 28 deletions(-)
------------------------------------------------------------------------
commit f2bffd323
Author: Goober5000
Commit: Goober5000
fix a minor bug with directive marking
code/mission/missiontraining.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 35db8e31c
Author: Kestrellius
Commit: GitHub
Adds weapon support, switches parse ordering (#6254)
code/object/collideweaponweapon.cpp | 23 ++++++++---------------
code/weapon/weapons.cpp | 30 ++++++++++++++++++++----------
2 files changed, 28 insertions(+), 25 deletions(-)
------------------------------------------------------------------------
commit cb75da4de
Author: Kestrellius
Commit: GitHub
Interpolate particle spawning positions for moving spawner objects (#6249)
code/particle/ParticleSource.cpp | 35 +++++++++++++++++++-------
code/particle/ParticleSource.h | 11 ++++++--
code/particle/effects/GenericShapeEffect.h | 10 +++++---
code/particle/effects/SingleParticleEffect.cpp | 6 +++--
code/particle/effects/VolumeEffect.cpp | 7 ++++--
code/particle/util/EffectTiming.cpp | 29 ++++++++++++---------
code/particle/util/EffectTiming.h | 10 +++++---
7 files changed, 73 insertions(+), 35 deletions(-)
------------------------------------------------------------------------
commit 734efbdb5
Author: Goober5000
Commit: Goober5000
variable checks and message enhancements
code/parse/sexp.cpp | 113 ++++++++++++++++++++++++++++++--------
code/parse/sexp.h | 1 +
code/scripting/api/objs/sexpvar.h | 25 +++++++--
3 files changed, 110 insertions(+), 29 deletions(-)
------------------------------------------------------------------------
commit c6844755d
Author: Goober5000
Commit: Goober5000
address false positives in smart pointers
code/options/OptionsManager.cpp | 2 ++
1 file changed, 2 insertions(+)
------------------------------------------------------------------------
commit 1ca56897b
Author: Goober5000
Commit: Goober5000
some coverity fixes
code/missionui/missionscreencommon.cpp | 26 ++++++++------------------
code/missionui/missionscreencommon.h | 2 +-
code/parse/sexp.cpp | 7 +++++--
3 files changed, 14 insertions(+), 21 deletions(-)
------------------------------------------------------------------------
commit 1fae61b87
Author: Goober5000
Commit: Goober5000
improve model texture parsing
code/model/model.h | 2 +-
code/model/modelread.cpp | 10 ++++++++--
2 files changed, 9 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit 500bf1c2c
Author: Birk Magnussen
Commit: Birk Magnussen
Add clang NOLINTs
code/scripting/api/objs/object.cpp | 2 +-
code/scripting/api/objs/oswpt.cpp | 2 +-
code/scripting/api/objs/vecmath.cpp | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit 558f92220
Author: BMagnu
Commit: BMagnu
add implicit-only includes
code/scripting/ade_external_serializer.h | 6 ++++++
1 file changed, 6 insertions(+)
------------------------------------------------------------------------
commit 72b5135df
Author: JohnAFernandez
Commit: JohnAFernandez
Fix an interface sound crash
code/sound/sound.cpp | 6 ++++++
1 file changed, 6 insertions(+)
------------------------------------------------------------------------
commit 6a5cd9fcc
Author: Asteroth
Commit: Asteroth
remove some prints
code/math/vecmat.cpp | 3 ---
code/particle/effects/GenericShapeEffect.h | 2 --
2 files changed, 5 deletions(-)