Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on May 14, 2015, 06:02:36 am

Title: Nightly (Windows): 14 May 2015 - Revision 82c2805
Post by: SirKnightly on May 14, 2015, 06:02:36 am
Here is the nightly for Windows on 14 May 2015 - Revision 82c2805

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

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

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

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

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

Code: [Select]
------------------------------------------------------------------------
commit 5255f12
Author: SamuelCho <Wed May 13 20:38:17 2015 -0700>
Commit: SamuelCho <Wed May 13 20:38:17 2015 -0700>

    Fixed gradient brackets in ship select screen. Fixed lighting for transparent meshes when using deferred lighting.
 code/lighting/lighting.cpp           |  4 ----
 code/missionui/missionshipchoice.cpp | 17 +++++------------
 code/model/modelrender.cpp           |  3 ++-
 3 files changed, 7 insertions(+), 17 deletions(-)

------------------------------------------------------------------------
commit 9555602
Author: MageKing17 <Wed May 13 20:15:27 2015 -0700>
Commit: MageKing17 <Wed May 13 20:15:27 2015 -0700>

    Make an AI profile flag for the aspect bomb invulnerability fix.
 code/ai/ai_profiles.cpp             | 2 ++
 code/ai/ai_profiles.h               | 1 +
 code/object/collideweaponweapon.cpp | 4 ++--
 3 files changed, 5 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 2c1d1b1
Author: Lari Nieminen <Wed May 13 00:35:40 2015 +0300>
Commit: Lari Nieminen <Wed May 13 00:35:40 2015 +0300>

    Allowed bay path speed modifiers to function in both pathing modes.
 code/ai/ai_profiles.cpp |  18 -------
 code/ai/aicode.cpp      | 121 +++++++++++++++++++++---------------------------
 code/ship/ship.cpp      |  18 -------
 3 files changed, 53 insertions(+), 104 deletions(-)

------------------------------------------------------------------------
commit 4fbf65a
Author: Lari Nieminen <Mon May 11 19:50:13 2015 +0300>
Commit: Lari Nieminen <Mon May 11 19:50:13 2015 +0300>

    Warn about bay path speed multipliers currently only working with the 'alt1' pathing type.
 code/ai/ai_profiles.cpp | 18 ++++++++++++++++++
 code/ship/ship.cpp      | 18 ++++++++++++++++++
 2 files changed, 36 insertions(+)

------------------------------------------------------------------------
commit c9ec754
Author: Lari Nieminen <Mon May 11 19:09:55 2015 +0300>
Commit: Lari Nieminen <Mon May 11 19:09:55 2015 +0300>

    Fixed $bay arrive/depart speed multiplier not working correctly.
 code/ai/aicode.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit ffed623
Author: Lari Nieminen <Sun May 10 11:52:09 2015 +0300>
Commit: Lari Nieminen <Sun May 10 11:52:09 2015 +0300>

    Added ai_profiles and path metadata options to force AI ships flying bay paths to gradually accelerate/decelerate instead of flying the path at max speed.
 code/ai/ai_profiles.cpp |  9 +++++++++
 code/ai/ai_profiles.h   |  5 +++++
 code/ai/aicode.cpp      | 48 +++++++++++++++++++++++++++++++++++++++++++++++-
 code/ship/ship.cpp      | 11 +++++++++++
 code/ship/ship.h        |  2 ++
 5 files changed, 74 insertions(+), 1 deletion(-)