Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on July 09, 2014, 05:53:38 am

Title: Nightly (Windows): 09 Jul 2014 - Revision 10900
Post by: SirKnightly on July 09, 2014, 05:53:38 am
Here is the nightly for Windows on 09 Jul 2014 - Revision 10900

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

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

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

Code: [Select]
------------------------------------------------------------------------
r10897 | Echelon9 | 2014-07-08 07:23:54 -0500 (Tue, 08 Jul 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/radar/radardradis.cpp

Address clang warning: declaration shadows a field of 'HudGaugeRadarDradis' [-Wshadow]
------------------------------------------------------------------------
r10898 | Echelon9 | 2014-07-08 07:46:53 -0500 (Tue, 08 Jul 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/sound/rtvoice.cpp

Address clang warning: unused variable
------------------------------------------------------------------------
r10899 | Echelon9 | 2014-07-08 07:47:20 -0500 (Tue, 08 Jul 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/cfile/cfile.h
   M /trunk/fs2_open/code/cmdline/cmdline.cpp
   M /trunk/fs2_open/code/mission/missionbriefcommon.h

Address clang warning: commas at the end of enumerator lists are a C++11 extension
------------------------------------------------------------------------
r10900 | Goober5000 | 2014-07-09 01:56:47 -0500 (Wed, 09 Jul 2014) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/controlconfig/controlsconfigcommon.cpp

follow-up to r7163: this makes the text display properly in-game, no Unicode support needed
(thanks to Yarn for the patch)
------------------------------------------------------------------------