Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on July 07, 2017, 08:45:58 am

Title: Nightly: 07 July 2017 - Revision 78a1e5b
Post by: SirKnightly on July 07, 2017, 08:45:58 am
Here is the nightly for 07 July 2017 - Revision 78a1e5b

At least one of the nightly builds failed!


Group: Win64
nightly_20170707_78a1e5b-builds-Win64.zip (http://swc.fs2downloads.com/builds/nightly/20170707_78a1e5b/nightly_20170707_78a1e5b-builds-Win64.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20170707_78a1e5b/nightly_20170707_78a1e5b-builds-Win64.zip))


Group: Win32
nightly_20170707_78a1e5b-builds-Win32.zip (http://swc.fs2downloads.com/builds/nightly/20170707_78a1e5b/nightly_20170707_78a1e5b-builds-Win32.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20170707_78a1e5b/nightly_20170707_78a1e5b-builds-Win32.zip))

Code: [Select]
------------------------------------------------------------------------
commit 080ce84
Author: asarium <Thu Jul 6 11:43:31 2017 +0200>
Commit: asarium <Thu Jul 6 17:58:48 2017 +0200>

    Compile curl with SSH support for nightly deploy
 ci/travis/nightly_deploy.sh | 35 ++++++++++++++++++++++++++++++++---
 1 file changed, 32 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit df69d19
Author: ngld <Thu Jun 29 21:10:56 2017 +0200>
Commit: ngld <Thu Jun 29 21:10:56 2017 +0200>

    Fix "Error: Can't open model file <shockwave.pof>" on second mission load
 code/weapon/shockwave.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 6c871ac
Author: Goober5000 <Thu Jun 29 01:56:55 2017 -0400>
Commit: Goober5000 <Thu Jun 29 01:56:55 2017 -0400>

    better handling of positive/negative discrepancy as well as finding sexp node arguments
 code/parse/sexp.cpp | 36 +++++++++++++++++++-----------------
 1 file changed, 19 insertions(+), 17 deletions(-)

------------------------------------------------------------------------
commit 24afebb
Author: Goober5000 <Wed Jun 28 19:10:14 2017 -0400>
Commit: Goober5000 <Wed Jun 28 19:10:14 2017 -0400>

    instead of manually checking the sexp operator and argument number, just use the already-determined argument type
 fred2/sexp_tree.cpp | 20 ++++++--------------
 1 file changed, 6 insertions(+), 14 deletions(-)

------------------------------------------------------------------------
commit a912956
Author: asarium <Sat Jun 24 13:33:09 2017 +0200>
Commit: asarium <Sat Jun 24 13:33:09 2017 +0200>

    Use GitHub prebuilt URL
 lib/prebuilt.cmake | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)