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 14, 2015, 10:28:59 am

Title: Nightly (Windows): 14 Nov 2015 - Revision bbcfe16
Post by: SirKnightly on November 14, 2015, 10:28:59 am
Here is the nightly for Windows on 14 Nov 2015 - Revision bbcfe16

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

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

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

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

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

Code: [Select]
------------------------------------------------------------------------
commit cbad1cf
Author: The E <Sat Nov 14 13:30:51 2015 +0100>
Commit: The E <Sat Nov 14 13:30:51 2015 +0100>

    Addressing style comments
 code/mission/missionmessage.cpp | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

------------------------------------------------------------------------
commit 56343f0
Author: Peter Mitsis <Sat Nov 14 07:08:52 2015 -0500>
Commit: Peter Mitsis <Sat Nov 14 07:08:52 2015 -0500>

    lighting: remove void keyword from empty argument list
 code/lighting/lighting.cpp | 20 ++++++++++----------
 code/lighting/lighting.h   | 14 +++++++-------
 2 files changed, 17 insertions(+), 17 deletions(-)

------------------------------------------------------------------------
commit 67d5103
Author: The E <Sat Nov 14 12:55:41 2015 +0100>
Commit: The E <Sat Nov 14 12:55:41 2015 +0100>

    Adds Persona flag "$Allow substitution of missing messages:"
 code/mission/missionmessage.cpp | 60 ++++++++++++++++++++++++++++++++---------
 code/mission/missionmessage.h   |  1 +
 2 files changed, 48 insertions(+), 13 deletions(-)

------------------------------------------------------------------------
commit f5ccad9
Author: Peter Mitsis <Sun Nov 1 10:20:58 2015 -0500>
Commit: Peter Mitsis <Wed Nov 11 11:20:01 2015 -0500>

    lighting: Apply keywords
 code/lighting/lighting.cpp | 74 ++++++++++++++++++++++++----------------------
 code/lighting/lighting.h   | 53 ++++++++++++++++-----------------
 2 files changed, 63 insertions(+), 64 deletions(-)

------------------------------------------------------------------------
commit b10de88
Author: Peter Mitsis <Mon Nov 9 21:33:16 2015 -0500>
Commit: Peter Mitsis <Wed Nov 11 11:20:01 2015 -0500>

    lighting: Remove unused global variables
 code/lighting/lighting.cpp | 3 ---
 1 file changed, 3 deletions(-)