Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on September 18, 2024, 01:46:57 am

Title: Nightly: 18 September 2024 - Revision 56fc5b457
Post by: SirKnightly on September 18, 2024, 01:46:57 am
Here is the nightly for 18 September 2024 - Revision 56fc5b457



Group: Linux
nightly_20240918_56fc5b457-builds-Linux.tar.gz (https://scp.indiegames.us/builds/nightly/20240918_56fc5b457/nightly_20240918_56fc5b457-builds-Linux.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20240918_56fc5b457/nightly_20240918_56fc5b457-builds-Linux.tar.gz))


Group: MacOSX-arm64
nightly_20240918_56fc5b457-builds-Mac-arm64.tar.gz (https://scp.indiegames.us/builds/nightly/20240918_56fc5b457/nightly_20240918_56fc5b457-builds-Mac-arm64.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20240918_56fc5b457/nightly_20240918_56fc5b457-builds-Mac-arm64.tar.gz))


Group: MacOSX-x86_64
nightly_20240918_56fc5b457-builds-Mac-x86_64.tar.gz (https://scp.indiegames.us/builds/nightly/20240918_56fc5b457/nightly_20240918_56fc5b457-builds-Mac-x86_64.tar.gz) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20240918_56fc5b457/nightly_20240918_56fc5b457-builds-Mac-x86_64.tar.gz))


Group: Win32-SSE2
nightly_20240918_56fc5b457-builds-Win32-SSE2.zip (https://scp.indiegames.us/builds/nightly/20240918_56fc5b457/nightly_20240918_56fc5b457-builds-Win32-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20240918_56fc5b457/nightly_20240918_56fc5b457-builds-Win32-SSE2.zip))


Group: Win64-SSE2
nightly_20240918_56fc5b457-builds-x64-SSE2.zip (https://scp.indiegames.us/builds/nightly/20240918_56fc5b457/nightly_20240918_56fc5b457-builds-x64-SSE2.zip) (Mirror (https://perses.feralhosting.com/datacorder/builds/nightly/20240918_56fc5b457/nightly_20240918_56fc5b457-builds-x64-SSE2.zip))

Code: [Select]
------------------------------------------------------------------------
commit d67fe3098
Author: Goober5000
Commit: Goober5000

    retail-style warning fix
 code/gamesnd/gamesnd.cpp | 39 ++++++++++++++++-----------------------
 1 file changed, 16 insertions(+), 23 deletions(-)

------------------------------------------------------------------------
commit b596fa305
Author: Goober5000
Commit: Goober5000

    allow explicitly empty sounds
 code/gamesnd/gamesnd.cpp | 6 +++---
 code/sound/sound.h       | 1 +
 2 files changed, 4 insertions(+), 3 deletions(-)