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 28, 2015, 05:03:37 am

Title: Nightly (Windows): 28 Jul 2015 - Revision 1b3af6f
Post by: SirKnightly on July 28, 2015, 05:03:37 am
Here is the nightly for Windows on 28 Jul 2015 - Revision 1b3af6f

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

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

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

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

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

Code: [Select]
------------------------------------------------------------------------
commit cacad0b
Author: Lari Nieminen <Sat Jul 25 01:14:03 2015 +0300>
Commit: Lari Nieminen <Sat Jul 25 01:14:03 2015 +0300>

    Fixed possibility of +Minimum Weapon Span breaking with modular tables.
 code/object/collideshipweapon.cpp | 8 +++++++-
 code/ship/ship.cpp                | 2 --
 2 files changed, 7 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 7b2c992
Author: Lari Nieminen <Tue Jul 21 21:59:31 2015 +0300>
Commit: Lari Nieminen <Tue Jul 21 21:59:31 2015 +0300>

    Added a +Minimum Weapon Span auto spread shield option to control the minimum distance weapons must have traveled before being allowed to hit the shield.
 code/object/collideshipweapon.cpp | 7 ++++---
 code/ship/ship.cpp                | 6 ++++++
 code/ship/ship.h                  | 1 +
 3 files changed, 11 insertions(+), 3 deletions(-)