Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on October 11, 2021, 01:57:06 am
-
Here is the nightly for 11 October 2021 - Revision 8a449eb8e
Group: Win32-SSE2
nightly_20211011_8a449eb8e-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20211011_8a449eb8e/nightly_20211011_8a449eb8e-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20211011_8a449eb8e/nightly_20211011_8a449eb8e-builds-Win32-SSE2.zip))
Group: Linux
nightly_20211011_8a449eb8e-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20211011_8a449eb8e/nightly_20211011_8a449eb8e-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20211011_8a449eb8e/nightly_20211011_8a449eb8e-builds-Linux.tar.gz))
Group: Win64-SSE2
nightly_20211011_8a449eb8e-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20211011_8a449eb8e/nightly_20211011_8a449eb8e-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20211011_8a449eb8e/nightly_20211011_8a449eb8e-builds-x64-SSE2.zip))
------------------------------------------------------------------------
commit 0f06bf279
Author: Asteroth
Commit: GitHub
Add velocity inheritance for particle effects (#3691)
code/particle/ParticleSource.cpp | 15 +++++++++++++--
code/particle/ParticleSource.h | 8 ++++++++
code/particle/ParticleSourceWrapper.cpp | 8 ++++++++
code/particle/ParticleSourceWrapper.h | 2 ++
code/particle/effects/GenericShapeEffect.h | 16 +++++++++++++---
code/particle/effects/SingleParticleEffect.cpp | 7 ++++++-
code/particle/effects/SingleParticleEffect.h | 3 +++
code/particle/effects/VolumeEffect.cpp | 12 ++++++++++--
code/particle/effects/VolumeEffect.h | 3 +++
code/ship/ship.cpp | 1 +
code/weapon/weapons.cpp | 9 ++++++++-
11 files changed, 75 insertions(+), 9 deletions(-)
------------------------------------------------------------------------
commit 0548b2fa2
Author: Kiloku
Commit: GitHub
Custom data in tables, tackling #3699 (#3707)
code/parse/parselo.cpp | 33 +++++++++++++++++++++++++++++
code/parse/parselo.h | 1 +
code/scripting/api/objs/shipclass.cpp | 37 +++++++++++++++++++++++++++++++++
code/scripting/api/objs/weaponclass.cpp | 36 ++++++++++++++++++++++++++++++++
code/ship/ship.cpp | 5 +++++
code/ship/ship.h | 2 ++
code/weapon/weapon.h | 3 +++
code/weapon/weapons.cpp | 5 +++++
8 files changed, 122 insertions(+)
------------------------------------------------------------------------
commit 575c050da
Author: Goober5000
Commit: Goober5000
reorganize submodel rotation
code/ai/ai.h | 2 +-
code/ai/aicode.cpp | 90 +++++++++++++++++++++-------------
code/asteroid/asteroid.cpp | 2 +-
code/debris/debris.cpp | 2 +-
code/jumpnode/jumpnode.cpp | 2 +-
code/lab/renderer/lab_renderer.cpp | 6 ---
code/menuui/techmenu.cpp | 2 +-
code/missionui/missionbrief.cpp | 2 +-
code/model/model.h | 9 ++--
code/model/modelread.cpp | 90 +++++++++++++---------------------
code/object/object.cpp | 31 ++++++++++--
code/ship/ship.cpp | 98 ++++++++++++++++----------------------
code/ship/ship.h | 6 +--
code/weapon/weapons.cpp | 2 +-
14 files changed, 171 insertions(+), 173 deletions(-)
------------------------------------------------------------------------
commit dfa1de547
Author: wookieejedi
Commit: GitHub
Add Per-Ship Class Wingmen Status Dot (#3711)
code/hud/hudwingmanstatus.cpp | 66 +++++++++++++++++++++++++++++++++++++------
code/ship/ship.cpp | 27 ++++++++++++++++++
code/ship/ship.h | 2 ++
3 files changed, 87 insertions(+), 8 deletions(-)
------------------------------------------------------------------------
commit 3538c55da
Author: Kiloku
Commit: GitHub
Add getColor to lua gr library, which returns the active color (#3687)
code/scripting/api/libs/graphics.cpp | 9 +++++++++
1 file changed, 9 insertions(+)
------------------------------------------------------------------------
commit 870666dfa
Author: wookieejedi
Commit: GitHub
Add New Options to Wingmen Gauge (#3703)
code/hud/hudparse.cpp | 12 ++++++++
code/hud/hudwingmanstatus.cpp | 65 +++++++++++++++++++++++++++++++++----------
code/hud/hudwingmanstatus.h | 4 +++
3 files changed, 67 insertions(+), 14 deletions(-)
------------------------------------------------------------------------
commit 1da6f4a6a
Author: BMagnu
Commit: GitHub
Simplistic Ship Transparency (#3436)
code/def_files/data/effects/main-f.sdr | 7 +++
code/def_files/data/effects/main-g.sdr | 2 +
code/def_files/data/effects/main-v.sdr | 2 +
code/graphics/2d.h | 1 +
code/graphics/material.cpp | 22 ++++++++
code/graphics/material.h | 9 +++
code/graphics/opengl/gropenglshader.cpp | 2 +
code/graphics/uniforms.cpp | 4 ++
code/graphics/util/uniform_structs.h | 2 +
code/model/modelrender.cpp | 36 +++++++++++-
code/model/modelrender.h | 6 ++
code/parse/sexp.cpp | 97 +++++++++++++++++++++++++++++++++
code/parse/sexp.h | 1 +
code/ship/ship.cpp | 6 ++
code/ship/ship.h | 2 +
code/ship/ship_flags.h | 1 +
16 files changed, 199 insertions(+), 1 deletion(-)
------------------------------------------------------------------------
commit 5137ec1f3
Author: Asteroth
Commit: Asteroth
use real names for in cheat commands
code/io/keycontrol.cpp | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
------------------------------------------------------------------------
commit d0bcf86ec
Author: BMagnu
Commit: GitHub
Wrap Docking getTime in a timestamp (#3701)
code/ai/aicode.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 4dad58af6
Author: Goober5000
Commit: Goober5000
CI fixes
code/parse/sexp.cpp | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
------------------------------------------------------------------------
commit 91789c225
Author: Goober5000
Commit: Goober5000
add functional-when
code/parse/sexp.cpp | 124 ++++++++++++++++++++++++++++++------
code/parse/sexp.h | 6 ++
fred2/sexp_tree.cpp | 15 +++++
fred2/sexp_tree.h | 1 +
qtfred/src/ui/widgets/sexp_tree.cpp | 15 +++++
qtfred/src/ui/widgets/sexp_tree.h | 1 +
6 files changed, 141 insertions(+), 21 deletions(-)
------------------------------------------------------------------------
commit 03531a793
Author: Goober5000
Commit: Goober5000
make a distinction between perform-actions-bool-first and perform-actions-bool-last, and deprecate perform-actions
code/parse/sexp.cpp | 43 +++++++++++++++++++++++++++++++++----------
code/parse/sexp.h | 3 ++-
fred2/messageeditordlg.cpp | 2 +-
3 files changed, 36 insertions(+), 12 deletions(-)