Hard Light Productions Forums

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

Title: Nightly (OS X): 17 Nov 2015 - Revision 2c268e4
Post by: SirKnightly on November 17, 2015, 10:04:34 am
Here is the nightly for OS X on 17 Nov 2015 - Revision 2c268e4

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_20151117_2c268e4.tgz (http://swc.fs2downloads.com/builds/OSX/fso_Standard_20151117_2c268e4.tgz)
MD5Sum (http://swc.fs2downloads.com/builds/OSX/fso_Standard_20151117_2c268e4.md5)

Code: [Select]
------------------------------------------------------------------------
commit 9050c08
Author: DahBlount <Fri Jul 17 19:59:19 2015 -0500>
Commit: DahBlount <Mon Nov 16 10:45:59 2015 -0700>

    Add jumpToMission LUA function and a jump to hub function
 code/mission/missioncampaign.cpp | 11 ++++++-----
 code/mission/missioncampaign.h   |  2 +-
 code/parse/lua.cpp               | 13 +++++++++++++
 3 files changed, 20 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit ed66370
Author: niffiwan <Thu Nov 12 19:07:21 2015 +1000>
Commit: niffiwan <Thu Nov 12 19:09:59 2015 +1000>

    Allow aspect missiles to die when have lost lock
 code/weapon/weapon.h    |  1 +
 code/weapon/weapons.cpp | 31 ++++++++++++++++++++++++-------
 2 files changed, 25 insertions(+), 7 deletions(-)