Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on November 04, 2022, 02:01:30 am

Title: Nightly: 04 November 2022 - Revision e371032e5
Post by: SirKnightly on November 04, 2022, 02:01:30 am
Here is the nightly for 04 November 2022 - Revision e371032e5

At least one of the nightly builds failed!


Group: Linux
nightly_20221104_e371032e5-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20221104_e371032e5/nightly_20221104_e371032e5-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20221104_e371032e5/nightly_20221104_e371032e5-builds-Linux.tar.gz))


Group: Win32-SSE2
nightly_20221104_e371032e5-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20221104_e371032e5/nightly_20221104_e371032e5-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20221104_e371032e5/nightly_20221104_e371032e5-builds-Win32-SSE2.zip))


Group: Win64-SSE2
nightly_20221104_e371032e5-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20221104_e371032e5/nightly_20221104_e371032e5-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20221104_e371032e5/nightly_20221104_e371032e5-builds-x64-SSE2.zip))

Code: [Select]
------------------------------------------------------------------------
commit 8ec89751b
Author: Adam Leach
Commit: Adam Leach

    Use the correct k value for geometry term. Actually use area_norm
 code/def_files/data/effects/deferred-f.sdr |  2 +-
 code/def_files/data/effects/lighting.sdr   | 17 +++++++++--------
 code/def_files/data/effects/main-f.sdr     |  2 +-
 3 files changed, 11 insertions(+), 10 deletions(-)

------------------------------------------------------------------------
commit a00a7a7f2
Author: John Fernandez
Commit: John Fernandez

    Make sure that the escort list
 code/hud/hudescort.cpp | 7 +++++++
 1 file changed, 7 insertions(+)