Hard Light Productions Forums

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

Title: Nightly (OS X): 27 Oct 2015 - Revision 3708f10
Post by: SirKnightly on October 27, 2015, 10:04:46 am
Here is the nightly for OS X on 27 Oct 2015 - Revision 3708f10

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

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

Code: [Select]
------------------------------------------------------------------------
commit e6aa565
Author: The E <Mon Oct 26 20:31:24 2015 +0100>
Commit: The E <Mon Oct 26 20:31:24 2015 +0100>

    Name change as suggested by m|m
 code/globalincs/pstypes.h    | 2 +-
 code/globalincs/windebug.cpp | 2 +-
 code/parse/sexp.cpp          | 2 +-
 code/windows_stub/stubs.cpp  | 3 ++-
 4 files changed, 5 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 788e28c
Author: The E <Mon Oct 26 19:47:51 2015 +0100>
Commit: The E <Mon Oct 26 19:47:51 2015 +0100>

    Creates a new variant of Warning that is not #ifdefed out on release to make the debug sexp work as its description implies
 code/globalincs/pstypes.h    |   1 +
 code/globalincs/windebug.cpp | 118 +++++++++++++++++++++++++++++++++++++++++++
 code/parse/sexp.cpp          |   2 +-
 code/windows_stub/stubs.cpp  |  40 +++++++++++++++
 4 files changed, 160 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 4fc2d9c
Author: niffiwan <Mon Oct 26 13:49:21 2015 +1000>
Commit: niffiwan <Mon Oct 26 13:49:21 2015 +1000>

    Fix memory leaks in mission_campaign_load
 code/mission/missioncampaign.cpp | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)