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:13:29 am

Title: Nightly (Linux): 28 Jul 2015 - Revision 1b3af6f
Post by: SirKnightly on July 28, 2015, 05:13:29 am
Here is the nightly for Linux 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.tar.bz2 (http://swc.fs2downloads.com/builds/LINUX/fso_Standard_20150728_1b3af6f.tar.bz2)
MD5Sum (http://swc.fs2downloads.com/builds/LINUX/fso_Standard_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(-)