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 02, 2015, 05:58:52 am

Title: Nightly (Windows): 02 Jun 2015 - Revision d7f54dd
Post by: SirKnightly on June 02, 2015, 05:58:52 am
Here is the nightly for Windows on 02 Jun 2015 - Revision d7f54dd

Open non-feature issues in Mantis (http://scp.indiegames.us/mantis/view_all_set.php?type=3&source_query_id=611): 123

Group: Standard
fso_Standard_20150602_d7f54dd.7z (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20150602_d7f54dd.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20150602_d7f54dd.md5)

Group: NO-SSE
fso_NO-SSE_20150602_d7f54dd.7z (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20150602_d7f54dd.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20150602_d7f54dd.md5)

Group: AVX
fso_AVX_20150602_d7f54dd.7z (http://swc.fs2downloads.com/builds/WIN/fso_AVX_20150602_d7f54dd.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_AVX_20150602_d7f54dd.md5)

Group: SSE
fso_SSE_20150602_d7f54dd.7z (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20150602_d7f54dd.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20150602_d7f54dd.md5)

Code: [Select]
------------------------------------------------------------------------
commit 7fe5ba8
Author: jg18 <Mon Jun 1 11:18:07 2015 -0700>
Commit: jg18 <Mon Jun 1 11:18:07 2015 -0700>

    Make enhanced sound on by default.
 code/cmdline/cmdline.cpp  | 12 ++++++------
 code/cmdline/cmdline.h    |  2 +-
 code/object/objectsnd.cpp |  2 +-
 code/sound/ds.cpp         | 12 ++++++------
 4 files changed, 14 insertions(+), 14 deletions(-)

------------------------------------------------------------------------
commit faa0c5e
Author: jg18 <Mon Jun 1 10:24:07 2015 -0700>
Commit: jg18 <Mon Jun 1 10:24:07 2015 -0700>

    Make minor corrections to enhanced sound.
 code/cmdline/cmdline.cpp | 2 +-
 code/gamesnd/gamesnd.cpp | 2 +-
 code/sound/ds.cpp        | 8 ++++++--
 3 files changed, 8 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit ad91028
Author: jg18 <Fri May 29 23:05:30 2015 -0700>
Commit: jg18 <Fri May 29 23:05:30 2015 -0700>

    Add support for enhanced sound.
 code/cmdline/cmdline.cpp  |   8 ++
 code/cmdline/cmdline.h    |   1 +
 code/gamesnd/gamesnd.cpp  | 304 ++++++++++++++++++++++++++++++++++++++++++++++
 code/object/objectsnd.cpp |  12 +-
 code/sound/channel.h      |   3 +-
 code/sound/ds.cpp         | 224 ++++++++++++++++++++++++++++++++--
 code/sound/ds.h           |   6 +-
 code/sound/rtvoice.cpp    |   3 +-
 code/sound/sound.cpp      |  12 +-
 code/sound/sound.h        |  36 +++++-
 10 files changed, 586 insertions(+), 23 deletions(-)