Author Topic: Nightly: 18 April 2022 - Revision f9b6bf56c  (Read 295 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 18 April 2022 - Revision f9b6bf56c
Here is the nightly for 18 April 2022 - Revision f9b6bf56c



Group: Linux
nightly_20220418_f9b6bf56c-builds-Linux.tar.gz (Mirror)


Group: Win64-SSE2
nightly_20220418_f9b6bf56c-builds-x64-SSE2.zip (Mirror)


Group: Win32-SSE2
nightly_20220418_f9b6bf56c-builds-Win32-SSE2.zip (Mirror)

Code: [Select]
------------------------------------------------------------------------
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(-)