Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on April 10, 2022, 01:50:06 am
-
Here is the nightly for 10 April 2022 - Revision 916a5653d
Group: Win64-SSE2
nightly_20220410_916a5653d-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220410_916a5653d/nightly_20220410_916a5653d-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220410_916a5653d/nightly_20220410_916a5653d-builds-x64-SSE2.zip))
Group: Linux
nightly_20220410_916a5653d-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20220410_916a5653d/nightly_20220410_916a5653d-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220410_916a5653d/nightly_20220410_916a5653d-builds-Linux.tar.gz))
Group: Win32-SSE2
nightly_20220410_916a5653d-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220410_916a5653d/nightly_20220410_916a5653d-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220410_916a5653d/nightly_20220410_916a5653d-builds-Win32-SSE2.zip))
------------------------------------------------------------------------
commit 8fa332b86
Author: Goober5000
Commit: Goober5000
refactor supernova code
code/graphics/post_processing.cpp | 5 +
code/hud/hud.cpp | 21 ++--
code/mission/missioncampaign.cpp | 2 +-
code/mod_table/mod_table.cpp | 12 +++
code/mod_table/mod_table.h | 1 +
code/parse/sexp.cpp | 2 +-
code/starfield/starfield.cpp | 4 +-
code/starfield/supernova.cpp | 217 +++++++++++++++-----------------------
code/starfield/supernova.h | 53 +++++-----
freespace2/freespace.cpp | 32 +++---
10 files changed, 166 insertions(+), 183 deletions(-)
------------------------------------------------------------------------
commit e37574d6d
Author: Asteroth
Commit: Asteroth
fix engine sound level at sip->max_speed
code/hud/hud.cpp | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)