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 21, 2018, 03:15:38 am

Title: Nightly: 21 October 2018 - Revision e19a6f9
Post by: SirKnightly on October 21, 2018, 03:15:38 am
Here is the nightly for 21 October 2018 - Revision e19a6f9



Group: Linux
nightly_20181021_e19a6f9-builds-Linux.tar.gz (http://swc.fs2downloads.com/builds/nightly/20181021_e19a6f9/nightly_20181021_e19a6f9-builds-Linux.tar.gz) (Mirror (http://scp.indiegames.us/builds/nightly/20181021_e19a6f9/nightly_20181021_e19a6f9-builds-Linux.tar.gz))


Group: MacOSX
nightly_20181021_e19a6f9-builds-MacOSX.tar.gz (http://swc.fs2downloads.com/builds/nightly/20181021_e19a6f9/nightly_20181021_e19a6f9-builds-MacOSX.tar.gz) (Mirror (http://scp.indiegames.us/builds/nightly/20181021_e19a6f9/nightly_20181021_e19a6f9-builds-MacOSX.tar.gz))


Group: Win64
nightly_20181021_e19a6f9-builds-Win64.zip (http://swc.fs2downloads.com/builds/nightly/20181021_e19a6f9/nightly_20181021_e19a6f9-builds-Win64.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20181021_e19a6f9/nightly_20181021_e19a6f9-builds-Win64.zip))


Group: Win32
nightly_20181021_e19a6f9-builds-Win32.zip (http://swc.fs2downloads.com/builds/nightly/20181021_e19a6f9/nightly_20181021_e19a6f9-builds-Win32.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20181021_e19a6f9/nightly_20181021_e19a6f9-builds-Win32.zip))

Code: [Select]
------------------------------------------------------------------------
commit 140fed2
Author: wookieejedi <Sat Oct 20 16:41:59 2018 -0400>
Commit: GitHub <Sat Oct 20 16:41:59 2018 -0400>

    Added "Method" hook variable to "On Ship Depart"
 code/ship/ship.cpp | 33 ++++++++++++++++++++++++++++++++-
 1 file changed, 32 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 791e22b
Author: wookieejedi <Thu Oct 18 17:50:22 2018 -0400>
Commit: wookieejedi <Thu Oct 18 17:50:22 2018 -0400>

    Add On Ship Depart Conditional Hook
 code/scripting/scripting.cpp | 1 +
 code/scripting/scripting.h   | 1 +
 code/ship/ship.cpp           | 7 +++++++
 3 files changed, 9 insertions(+)

------------------------------------------------------------------------
commit 6a93715
Author: plieblang <Thu Oct 18 11:28:45 2018 -0500>
Commit: plieblang <Thu Oct 18 11:28:45 2018 -0500>

    Clarify fsspeech_pause call
 code/missionui/missionshipchoice.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit a8142b8
Author: plieblang <Wed Oct 17 15:56:12 2018 -0500>
Commit: plieblang <Wed Oct 17 15:56:12 2018 -0500>

    Solution that actually compiles
 code/missionui/missionshipchoice.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 53f98cd
Author: plieblang <Wed Oct 17 01:03:39 2018 -0500>
Commit: plieblang <Wed Oct 17 01:03:39 2018 -0500>

    Play simulated speech if mission is launched while briefing is paused
 code/missionui/missionshipchoice.cpp | 6 ++++++
 1 file changed, 6 insertions(+)