Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on August 24, 2015, 05:14:35 am

Title: Nightly (Windows): 24 Aug 2015 - Revision 50feb3e
Post by: SirKnightly on August 24, 2015, 05:14:35 am
Here is the nightly for Windows on 24 Aug 2015 - Revision 50feb3e

Open non-feature issues in Mantis (http://scp.indiegames.us/mantis/view_all_set.php?type=3&source_query_id=611): 126

Group: Standard
fso_Standard_20150824_50feb3e.7z (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20150824_50feb3e.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20150824_50feb3e.md5)

Group: NO-SSE
fso_NO-SSE_20150824_50feb3e.7z (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20150824_50feb3e.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20150824_50feb3e.md5)

Group: AVX
fso_AVX_20150824_50feb3e.7z (http://swc.fs2downloads.com/builds/WIN/fso_AVX_20150824_50feb3e.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_AVX_20150824_50feb3e.md5)

Group: SSE
fso_SSE_20150824_50feb3e.7z (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20150824_50feb3e.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20150824_50feb3e.md5)

Code: [Select]
------------------------------------------------------------------------
commit a6f2cc5
Author: niffiwan <Sun Aug 23 20:26:01 2015 +1000>
Commit: niffiwan <Sun Aug 23 20:26:01 2015 +1000>

    Remove obsolete comments
 code/graphics/generic.cpp | 2 --
 1 file changed, 2 deletions(-)

------------------------------------------------------------------------
commit 7fdfdc6
Author: niffiwan <Sun Aug 23 13:53:13 2015 +1000>
Commit: niffiwan <Sun Aug 23 13:53:13 2015 +1000>

    We need sudo; force it on
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

------------------------------------------------------------------------
commit 07fcd05
Author: asarium <Fri Aug 21 18:08:41 2015 +0200>
Commit: asarium <Sat Aug 22 12:59:49 2015 +0200>

    Add CI support for MacOSX
 .travis.yml                 | 44 ++++++++++++++++++++++++++++++++------------
 ci/travis/before_install.sh |  8 ++++++++
 ci/travis/before_script.sh  | 14 ++++++++++++++
 ci/travis/install.sh        |  7 +++++++
 ci/travis/script.sh         |  8 ++++++++
 5 files changed, 69 insertions(+), 12 deletions(-)