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 21, 2015, 05:34:15 am

Title: Nightly (Windows): 21 Nov 2015 - Revision 71cf169
Post by: SirKnightly on November 21, 2015, 05:34:15 am
Here is the nightly for Windows on 21 Nov 2015 - Revision 71cf169

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_20151121_71cf169.7z (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20151121_71cf169.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20151121_71cf169.md5)

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

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

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

Code: [Select]
------------------------------------------------------------------------
commit 039359e
Author: MageKing17 <Fri Nov 20 06:50:49 2015 -0800>
Commit: MageKing17 <Fri Nov 20 06:50:49 2015 -0800>

    Fix support subsystem repair rate (for real this time).
 code/ship/ship.cpp | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

------------------------------------------------------------------------
commit 0bb6002
Author: asarium <Fri Nov 20 12:24:10 2015 +0100>
Commit: asarium <Fri Nov 20 12:24:10 2015 +0100>

    Fix compilation error
 code/network/multi_update.cpp | 22 +---------------------
 1 file changed, 1 insertion(+), 21 deletions(-)

------------------------------------------------------------------------
commit 91dbf8b
Author: MageKing17 <Fri Nov 20 03:22:45 2015 -0800>
Commit: MageKing17 <Fri Nov 20 03:22:45 2015 -0800>

    Improve consistency/flexibility of version-specific comments.
 code/parse/parselo.cpp | 42 ++++++++++++++++++++++++------------------
 1 file changed, 24 insertions(+), 18 deletions(-)

------------------------------------------------------------------------
commit 519e89b
Author: asarium <Fri Nov 20 11:48:00 2015 +0100>
Commit: asarium <Fri Nov 20 11:51:51 2015 +0100>

    Add "$Minimum version" to game settings table
 code/globalincs/version.cpp  | 187 +++++++++++++++++--------------------------
 code/globalincs/version.h    |  46 ++++++-----
 code/mod_table/mod_table.cpp |  31 +++++++
 3 files changed, 130 insertions(+), 134 deletions(-)

------------------------------------------------------------------------
commit 8f3342f
Author: Goober5000 <Fri Nov 20 00:41:46 2015 -0500>
Commit: Goober5000 <Fri Nov 20 00:41:46 2015 -0500>

    improve sexp help regarding bitmasks on ship-arrival-info and ship-departure-info
 code/parse/sexp.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)