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 18, 2022, 01:52:45 am
-
Here is the nightly for 18 April 2022 - Revision f9b6bf56c
Group: Linux
nightly_20220418_f9b6bf56c-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20220418_f9b6bf56c/nightly_20220418_f9b6bf56c-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220418_f9b6bf56c/nightly_20220418_f9b6bf56c-builds-Linux.tar.gz))
Group: Win64-SSE2
nightly_20220418_f9b6bf56c-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220418_f9b6bf56c/nightly_20220418_f9b6bf56c-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220418_f9b6bf56c/nightly_20220418_f9b6bf56c-builds-x64-SSE2.zip))
Group: Win32-SSE2
nightly_20220418_f9b6bf56c-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220418_f9b6bf56c/nightly_20220418_f9b6bf56c-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220418_f9b6bf56c/nightly_20220418_f9b6bf56c-builds-Win32-SSE2.zip))
------------------------------------------------------------------------
commit bc2fca046
Author: David Gibson
Commit: David Gibson
Made allowances to not monopolize the reported max channels
code/sound/ds.cpp | 8 +++++---
code/sound/ds.h | 2 ++
2 files changed, 7 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit 32fe227f6
Author: David Gibson
Commit: David Gibson
Removed the cap on enhanced sound +Limit: entirely.
code/gamesnd/gamesnd.cpp | 4 ++--
code/sound/sound.cpp | 2 --
code/sound/sound.h | 2 --
3 files changed, 2 insertions(+), 6 deletions(-)
------------------------------------------------------------------------
commit 1ecebe3ef
Author: David Gibson
Commit: David Gibson
Made the maximum number of channels used by openAL dynamic
code/sound/ds.cpp | 21 ++++++++++++++++++---
1 file changed, 18 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit 20cea22a0
Author: David Gibson
Commit: David Gibson
Decoupled max RTV voice channels from the enhanced sound limit.
code/sound/rtvoice.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)