Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on June 06, 2024, 01:32:51 am

Title: Nightly: 06 June 2024 - Revision c4a7a9dd1
Post by: SirKnightly on June 06, 2024, 01:32:51 am
Here is the nightly for 06 June 2024 - Revision c4a7a9dd1



Group: Linux
nightly_20240606_c4a7a9dd1-builds-Linux.tar.gz (https://scp.indiegames.us/builds/nightly/20240606_c4a7a9dd1/nightly_20240606_c4a7a9dd1-builds-Linux.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20240606_c4a7a9dd1/nightly_20240606_c4a7a9dd1-builds-Linux.tar.gz))


Group: MacOSX-arm64
nightly_20240606_c4a7a9dd1-builds-Mac-arm64.tar.gz (https://scp.indiegames.us/builds/nightly/20240606_c4a7a9dd1/nightly_20240606_c4a7a9dd1-builds-Mac-arm64.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20240606_c4a7a9dd1/nightly_20240606_c4a7a9dd1-builds-Mac-arm64.tar.gz))


Group: MacOSX-x86_64
nightly_20240606_c4a7a9dd1-builds-Mac-x86_64.tar.gz (https://scp.indiegames.us/builds/nightly/20240606_c4a7a9dd1/nightly_20240606_c4a7a9dd1-builds-Mac-x86_64.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20240606_c4a7a9dd1/nightly_20240606_c4a7a9dd1-builds-Mac-x86_64.tar.gz))


Group: Win32-SSE2
nightly_20240606_c4a7a9dd1-builds-Win32-SSE2.zip (https://scp.indiegames.us/builds/nightly/20240606_c4a7a9dd1/nightly_20240606_c4a7a9dd1-builds-Win32-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20240606_c4a7a9dd1/nightly_20240606_c4a7a9dd1-builds-Win32-SSE2.zip))


Group: Win64-SSE2
nightly_20240606_c4a7a9dd1-builds-x64-SSE2.zip (https://scp.indiegames.us/builds/nightly/20240606_c4a7a9dd1/nightly_20240606_c4a7a9dd1-builds-x64-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20240606_c4a7a9dd1/nightly_20240606_c4a7a9dd1-builds-x64-SSE2.zip))

Code: [Select]
------------------------------------------------------------------------
commit 3f5a154e7
Author: Kestrellius
Commit: Kestrellius

    Updates beam-source particle velocity each frame.
 code/particle/ParticleSource.cpp | 7 +++++++
 1 file changed, 7 insertions(+)

------------------------------------------------------------------------
commit 3b3103468
Author: Kestrellius
Commit: Kestrellius

    Removes const keyword from a couple things
 code/particle/ParticleSourceWrapper.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)