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, 05:13:28 am

Title: Nightly (Linux): 22 May 2015 - Revision 585a5fe
Post by: SirKnightly on May 22, 2015, 05:13:28 am
Here is the nightly for Linux 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.tar.bz2 (http://swc.fs2downloads.com/builds/LINUX/fso_Standard_20150522_585a5fe.tar.bz2)
MD5Sum (http://swc.fs2downloads.com/builds/LINUX/fso_Standard_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(-)