Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on September 04, 2015, 10:04:40 am

Title: Nightly (OS X): 04 Sep 2015 - Revision d5a2238
Post by: SirKnightly on September 04, 2015, 10:04:40 am
Here is the nightly for OS X on 04 Sep 2015 - Revision d5a2238

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

Group: Standard
fso_Standard_20150904_d5a2238.tgz (http://swc.fs2downloads.com/builds/OSX/fso_Standard_20150904_d5a2238.tgz)
MD5Sum (http://swc.fs2downloads.com/builds/OSX/fso_Standard_20150904_d5a2238.md5)

Code: [Select]
------------------------------------------------------------------------
commit 032aa15
Author: asarium <Thu Sep 3 15:38:33 2015 +0200>
Commit: asarium <Thu Sep 3 15:38:33 2015 +0200>

    Re-enable two warnings
 code/ai/aibig.cpp                   | 3 ++-
 code/ai/aicode.cpp                  | 2 ++
 code/gamesnd/eventmusic.cpp         | 6 ++++--
 code/mission/missionbriefcommon.cpp | 5 ++++-
 code/network/multiutil.cpp          | 5 ++++-
 configure.ac                        | 4 ++--
 6 files changed, 18 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit 3b5ba96
Author: Goober5000 <Thu Aug 27 13:23:36 2015 -0400>
Commit: Goober5000 <Wed Sep 2 22:49:31 2015 -0400>

    change the Warning to an mprintf since technically SSM entries do not need a name
 code/hud/hudartillery.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit be5fdd0
Author: Goober5000 <Wed Aug 26 22:55:58 2015 -0400>
Commit: Goober5000 <Wed Sep 2 22:45:46 2015 -0400>

    sprintf_s only works in Visual Studio; change to regular sprintf
 code/hud/hudartillery.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit abd3103
Author: Goober5000 <Mon Aug 24 23:54:21 2015 -0400>
Commit: Goober5000 <Wed Sep 2 22:45:38 2015 -0400>

    a bit of code cleanup with some robustness for SSM entry names
 code/hud/hudartillery.cpp | 65 ++++++++++++++++++++++++++++++-----------------
 1 file changed, 41 insertions(+), 24 deletions(-)

------------------------------------------------------------------------
commit 902fd5e
Author: Goober5000 <Mon Aug 24 23:37:28 2015 -0400>
Commit: Goober5000 <Wed Sep 2 22:45:24 2015 -0400>

    fix a VS2013 warning
 code/hud/hudartillery.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 7db9ada
Author: Goober5000 <Mon Aug 24 23:35:42 2015 -0400>
Commit: Goober5000 <Wed Sep 2 22:45:04 2015 -0400>

    since Alarm Sound is optional, it's possible the sound index won't get assigned
 code/hud/hudartillery.cpp | 1 +
 1 file changed, 1 insertion(+)