Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on June 19, 2016, 04:56:41 pm

Title: Nightly (Windows): 19 Jun 2016 - Revision b7b8933
Post by: SirKnightly on June 19, 2016, 04:56:41 pm
Here is the nightly for Windows on 19 Jun 2016 - Revision b7b8933

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

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

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

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

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

Code: [Select]
------------------------------------------------------------------------
commit 5577c4e
Author: Risto Toijala <Sat Jun 18 16:02:17 2016 +0300>
Commit: Risto Toijala <Sat Jun 18 16:02:17 2016 +0300>

    fix VPATH builds
 code/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit e366415
Author: asarium <Thu Jun 16 19:12:49 2016 +0200>
Commit: asarium <Thu Jun 16 19:49:34 2016 +0200>

    Validate fiction viewer file name
 code/mission/missionparse.cpp | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit 371c497
Author: asarium <Thu Jun 16 19:07:11 2016 +0200>
Commit: asarium <Thu Jun 16 19:49:34 2016 +0200>

    Turn invalid file error into warning
 code/parse/parselo.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit d06d6e6
Author: jg18 <Mon May 30 14:08:28 2016 -0700>
Commit: jg18 <Mon May 30 14:08:28 2016 -0700>

    Change f2fld() macro to f2d().
 code/math/floating.h        | 3 +--
 code/network/multi_ping.cpp | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit e78327d
Author: jg18 <Fri May 20 14:05:17 2016 -0700>
Commit: jg18 <Mon May 30 13:59:51 2016 -0700>

    Fix ping average calculation.
 code/network/multi_ping.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 8f42977
Author: jg18 <Sat May 7 23:19:31 2016 -0700>
Commit: jg18 <Mon May 30 13:59:51 2016 -0700>

    Fix ping calculations in server list.
 code/math/floating.h        |  2 ++
 code/network/multi_ping.cpp | 22 ++++++++++++----------
 code/network/multi_ping.h   |  6 +++---
 code/network/multimsgs.cpp  |  2 +-
 code/network/multiui.cpp    |  2 +-
 5 files changed, 19 insertions(+), 15 deletions(-)