Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on April 11, 2016, 09:48:15 am

Title: Nightly (Windows): 11 Apr 2016 - Revision 1a5700a
Post by: SirKnightly on April 11, 2016, 09:48:15 am
Here is the nightly for Windows on 11 Apr 2016 - Revision 1a5700a

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

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

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

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

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

Code: [Select]
------------------------------------------------------------------------
commit 1a5700a
Author: m!m <Sun Apr 10 13:18:44 2016 +0200>
Commit: m!m <Sun Apr 10 13:18:44 2016 +0200>

    Make new registry configurable on commandline (#587)
 code/cmdline/cmdline.cpp  | 15 +++++++++++++++
 code/cmdline/cmdline.h    |  3 +++
 code/osapi/osregistry.cpp | 11 +++++++++++
 3 files changed, 29 insertions(+)

------------------------------------------------------------------------
commit 3584164
Author: Yarn366 <Sun Apr 10 07:02:30 2016 -0400>
Commit: m!m <Sun Apr 10 13:02:30 2016 +0200>

    Fix for tab key on barracks screen (#589)
 code/menuui/barracks.cpp | 5 +++++
 1 file changed, 5 insertions(+)