Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on May 22, 2015, 02:31:05 pm

Title: Nightly (Windows): 22 May 2015 - Revision 585a5fe
Post by: SirKnightly on May 22, 2015, 02:31:05 pm
Here is the nightly for Windows on 22 May 2015 - Revision 585a5fe

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_20150522_585a5fe.7z (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20150522_585a5fe.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20150522_585a5fe.md5)

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

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

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

Code: [Select]
------------------------------------------------------------------------
commit 54a2a3e
Author: Lari Nieminen <Mon May 18 00:49:31 2015 +0300>
Commit: Lari Nieminen <Mon May 18 00:49:31 2015 +0300>

    Fixed stupid syntax error.
 code/object/objectsnd.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 5627390
Author: Lari Nieminen <Sun May 17 17:04:57 2015 +0300>
Commit: Lari Nieminen <Sun May 17 17:04:57 2015 +0300>

    Fixed incorrect volume ramping.
 code/object/objectsnd.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit a44daab
Author: Lari Nieminen <Sun May 17 03:33:46 2015 +0300>
Commit: Lari Nieminen <Sun May 17 03:33:46 2015 +0300>

    Added $Minimum Engine Volume to ships.tbl, with which to customize how the ship's speed affects engine sound volume.
 code/object/objectsnd.cpp | 17 ++++++++++++-----
 code/ship/ship.cpp        |  4 ++++
 code/ship/ship.h          |  1 +
 3 files changed, 17 insertions(+), 5 deletions(-)