Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on September 21, 2018, 08:54:51 am

Title: Nightly: 21 September 2018 - Revision 5206aaa
Post by: SirKnightly on September 21, 2018, 08:54:51 am
Here is the nightly for 21 September 2018 - Revision 5206aaa

At least one of the nightly builds failed!


Group: MacOSX
nightly_20180921_5206aaa-builds-MacOSX.tar.gz (http://swc.fs2downloads.com/builds/nightly/20180921_5206aaa/nightly_20180921_5206aaa-builds-MacOSX.tar.gz) (Mirror (http://scp.indiegames.us/builds/nightly/20180921_5206aaa/nightly_20180921_5206aaa-builds-MacOSX.tar.gz))


Group: Win64
nightly_20180921_5206aaa-builds-Win64.zip (http://swc.fs2downloads.com/builds/nightly/20180921_5206aaa/nightly_20180921_5206aaa-builds-Win64.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20180921_5206aaa/nightly_20180921_5206aaa-builds-Win64.zip))


Group: Win32
nightly_20180921_5206aaa-builds-Win32.zip (http://swc.fs2downloads.com/builds/nightly/20180921_5206aaa/nightly_20180921_5206aaa-builds-Win32.zip) (Mirror (http://scp.indiegames.us/builds/nightly/20180921_5206aaa/nightly_20180921_5206aaa-builds-Win32.zip))

Code: [Select]
------------------------------------------------------------------------
commit f6ed93f
Author: Goober5000 <Thu Sep 20 15:29:05 2018 -0400>
Commit: Goober5000 <Thu Sep 20 15:29:05 2018 -0400>

    address Travis complaint
 code/fireball/fireballs.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 4f0e2ae
Author: Goober5000 <Thu Sep 20 00:25:42 2018 -0400>
Commit: Goober5000 <Thu Sep 20 00:25:42 2018 -0400>

    additional small fixes
 code/fireball/fireballs.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit c3f595b
Author: Goober5000 <Wed Sep 19 22:51:57 2018 -0400>
Commit: Goober5000 <Wed Sep 19 22:51:57 2018 -0400>

    tweaks
 code/fireball/fireballs.cpp | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit d02d986
Author: Goober5000 <Wed Sep 19 20:08:19 2018 -0400>
Commit: Goober5000 <Wed Sep 19 20:08:19 2018 -0400>

    apply new warp attributes for remodularized fireball.tbl
 code/fireball/fireballs.cpp    | 84 +++++++++++++++++++++++++++++-------------
 code/fireball/fireballs.h      | 14 +++----
 code/fireball/warpineffect.cpp | 20 ++++------
 3 files changed, 74 insertions(+), 44 deletions(-)