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 21, 2023, 01:51:35 am
-
Here is the nightly for 21 October 2023 - Revision 2fe182a4b
Group: Linux
nightly_20231021_2fe182a4b-builds-Linux.tar.gz (https://scp.indiegames.us/builds/nightly/20231021_2fe182a4b/nightly_20231021_2fe182a4b-builds-Linux.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20231021_2fe182a4b/nightly_20231021_2fe182a4b-builds-Linux.tar.gz))
Group: MacOSX
nightly_20231021_2fe182a4b-builds-Mac.tar.gz (https://scp.indiegames.us/builds/nightly/20231021_2fe182a4b/nightly_20231021_2fe182a4b-builds-Mac.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20231021_2fe182a4b/nightly_20231021_2fe182a4b-builds-Mac.tar.gz))
Group: Win32-SSE2
nightly_20231021_2fe182a4b-builds-Win32-SSE2.zip (https://scp.indiegames.us/builds/nightly/20231021_2fe182a4b/nightly_20231021_2fe182a4b-builds-Win32-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20231021_2fe182a4b/nightly_20231021_2fe182a4b-builds-Win32-SSE2.zip))
Group: Win64-SSE2
nightly_20231021_2fe182a4b-builds-x64-SSE2.zip (https://scp.indiegames.us/builds/nightly/20231021_2fe182a4b/nightly_20231021_2fe182a4b-builds-x64-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20231021_2fe182a4b/nightly_20231021_2fe182a4b-builds-x64-SSE2.zip))
------------------------------------------------------------------------
commit 60c2718b9
Author: Goober5000
Commit: Goober5000
add spacing
code/scripting/api/libs/graphics.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 3eee74a31
Author: mjn-mixael
Commit: mjn-mixael
remove unneeded header
code/model/modelrender.cpp | 1 -
1 file changed, 1 deletion(-)
------------------------------------------------------------------------
commit 941d5f7ec
Author: mjn-mixael
Commit: mjn-mixael
Move the option definition to a file that doesn't require glad.h for building and resolve xstr issue
code/graphics/opengl/gropengl.cpp | 25 ++-----------------------
code/graphics/opengl/gropengl.h | 1 -
code/graphics/opengl/gropengldeferred.cpp | 4 ++--
code/graphics/opengl/gropengldraw.cpp | 3 ++-
code/graphics/opengl/gropengltnl.cpp | 4 ++--
code/lighting/lighting.cpp | 24 ++++++++++++++++++++++++
code/lighting/lighting.h | 2 ++
code/localization/localize.cpp | 2 +-
code/model/modelrender.cpp | 2 +-
9 files changed, 36 insertions(+), 31 deletions(-)
------------------------------------------------------------------------
commit 0cde26dd6
Author: Asteroth
Commit: GitHub
make invalid model_subsystem model nums a hard error (#5591)
code/ship/ship.cpp | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
------------------------------------------------------------------------
commit 7804f7fff
Author: Mike Nelson
Commit: GitHub
add feature to always display the damage gauge (#5518)
code/hud/hud.cpp | 11 ++++++++---
code/hud/hud.h | 6 +++++-
code/hud/hudparse.cpp | 5 +++++
3 files changed, 18 insertions(+), 4 deletions(-)
------------------------------------------------------------------------
commit 832cec27a
Author: Asteroth
Commit: GitHub
bugfix missile time determination (#5595)
code/object/collideweaponweapon.cpp | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
------------------------------------------------------------------------
commit 31acb115c
Author: Mike Nelson
Commit: GitHub
Add nebula-fade-poof SEXP (#5612)
code/nebula/neb.cpp | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
code/nebula/neb.h | 14 ++++++++++
code/parse/sexp.cpp | 50 +++++++++++++++++++++++++++++++++
code/parse/sexp.h | 1 +
4 files changed, 144 insertions(+), 1 deletion(-)
------------------------------------------------------------------------
commit 21f92194f
Author: mjn-mixael
Commit: mjn-mixael
Add deferred lighting as an in-game option
code/graphics/opengl/gropengl.cpp | 24 +++++++++++++++++++++++-
code/graphics/opengl/gropengl.h | 1 +
code/graphics/opengl/gropengldeferred.cpp | 4 ++--
code/graphics/opengl/gropengldraw.cpp | 2 +-
code/graphics/opengl/gropengltnl.cpp | 4 ++--
code/localization/localize.cpp | 2 +-
code/model/modelrender.cpp | 3 ++-
7 files changed, 32 insertions(+), 8 deletions(-)
------------------------------------------------------------------------
commit c60545146
Author: wookieejedi
Commit: GitHub
Fix glare shining through cockpits in freelook (#5690)
code/ship/shipfx.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit aee48373a
Author: mjn-mixael
Commit: mjn-mixael
Make sure these post processing variables are not optimized out of non Debug builds
code/graphics/post_processing.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
------------------------------------------------------------------------
commit 5688ba863
Author: Goober5000
Commit: Goober5000
fix incorrect setting of disabled/disarmed flags when cheating
code/io/keycontrol.cpp | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
------------------------------------------------------------------------
commit 5a941c1d5
Author: Goober5000
Commit: Goober5000
small speedup to drawString
code/scripting/api/libs/graphics.cpp | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)