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 12, 2018, 03:11:23 am

Title: Nightly: 12 October 2018 - Revision 73482a6
Post by: SirKnightly on October 12, 2018, 03:11:23 am
Here is the nightly for 12 October 2018 - Revision 73482a6



Group: Linux
nightly_20181012_73482a6-builds-Linux.tar.gz (http://swc.fs2downloads.com/builds/nightly/20181012_73482a6/nightly_20181012_73482a6-builds-Linux.tar.gz) (Mirror (http://scp.indiegames.us/builds/nightly/20181012_73482a6/nightly_20181012_73482a6-builds-Linux.tar.gz))


Group: MacOSX
nightly_20181012_73482a6-builds-MacOSX.tar.gz (http://swc.fs2downloads.com/builds/nightly/20181012_73482a6/nightly_20181012_73482a6-builds-MacOSX.tar.gz) (Mirror (http://scp.indiegames.us/builds/nightly/20181012_73482a6/nightly_20181012_73482a6-builds-MacOSX.tar.gz))


Group: Win64
nightly_20181012_73482a6-builds-Win64.zip (http://swc.fs2downloads.com/builds/nightly/20181012_73482a6/nightly_20181012_73482a6-builds-Win64.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20181012_73482a6/nightly_20181012_73482a6-builds-Win64.zip))


Group: Win32
nightly_20181012_73482a6-builds-Win32.zip (http://swc.fs2downloads.com/builds/nightly/20181012_73482a6/nightly_20181012_73482a6-builds-Win32.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20181012_73482a6/nightly_20181012_73482a6-builds-Win32.zip))

Code: [Select]
------------------------------------------------------------------------
commit afa7976
Author: wookieejedi <Thu Oct 11 18:36:05 2018 -0400>
Commit: wookieejedi <Thu Oct 11 18:36:05 2018 -0400>

    Removed redundant syntax
 code/mission/missionparse.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 0d35598
Author: wookieejedi <Thu Oct 11 11:43:40 2018 -0400>
Commit: wookieejedi <Thu Oct 11 11:43:40 2018 -0400>

    Update code/mission/missionparse.cpp
 code/mission/missionparse.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 7f9021c
Author: wookieejedi <Thu Oct 11 11:41:53 2018 -0400>
Commit: wookieejedi <Thu Oct 11 11:41:53 2018 -0400>

    Fixed missing "="
 code/mission/missionparse.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 1450c71
Author: wookieejedi <Thu Oct 11 11:39:16 2018 -0400>
Commit: wookieejedi <Thu Oct 11 11:39:16 2018 -0400>

    Improve dock check with bool
 code/mission/missionparse.cpp | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

------------------------------------------------------------------------
commit d80e6d0
Author: wookieejedi <Wed Oct 10 18:05:48 2018 -0400>
Commit: wookieejedi <Wed Oct 10 18:05:48 2018 -0400>

    Fixed missing "_"
 code/mission/missionparse.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit f6dd3b0
Author: wookieejedi <Wed Oct 10 17:05:22 2018 -0400>
Commit: wookieejedi <Wed Oct 10 17:05:22 2018 -0400>

    Remove incorrect placement
 code/mission/missionparse.cpp | 27 +++++++--------------------
 1 file changed, 7 insertions(+), 20 deletions(-)

------------------------------------------------------------------------
commit bc5ef0b
Author: wookieejedi <Wed Oct 10 13:12:18 2018 -0400>
Commit: wookieejedi <Wed Oct 10 13:12:18 2018 -0400>

    Fixed anchor call and null bug
 code/mission/missionparse.cpp | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 8e618ff
Author: wookieejedi <Wed Oct 10 12:24:30 2018 -0400>
Commit: wookieejedi <Wed Oct 10 12:24:30 2018 -0400>

    Add HV to Docked Wings
 code/mission/missionparse.cpp | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)