Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on November 01, 2015, 09:45:13 am

Title: Nightly (Windows): 01 Nov 2015 - Revision 556e9a4
Post by: SirKnightly on November 01, 2015, 09:45:13 am
Here is the nightly for Windows on 01 Nov 2015 - Revision 556e9a4

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

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

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

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

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

Code: [Select]
------------------------------------------------------------------------
commit c3c7477
Author: Yarn366 <Thu Oct 29 14:35:08 2015 -0400>
Commit: Yarn366 <Thu Oct 29 14:35:08 2015 -0400>

    Made head animations scale to the size of the gauge window. Also deprecated "Animation Background Size" parameter and added the more accurately named "Animation Size" parameter, which sets how large animations should be.
 code/hud/hudmessage.cpp | 11 ++++++++---
 code/hud/hudparse.cpp   |  4 ++++
 2 files changed, 12 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 1ceae13
Author: niffiwan <Wed Oct 28 21:31:23 2015 +1000>
Commit: niffiwan <Wed Oct 28 21:53:57 2015 +1000>

    Guard against negative array index reads
 code/mission/missionparse.cpp | 24 ++++++++++++++++--------
 1 file changed, 16 insertions(+), 8 deletions(-)