Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on August 01, 2014, 05:54:26 am
-
Here is the nightly for Windows on 01 Aug 2014 - Revision 10965
Group: Standard
fso_Standard_20140801_r10965.7z (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20140801_r10965.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20140801_r10965.md5)
Group: NO-SSE
fso_NO-SSE_20140801_r10965.7z (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20140801_r10965.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20140801_r10965.md5)
Group: SSE
fso_SSE_20140801_r10965.7z (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20140801_r10965.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20140801_r10965.md5)
------------------------------------------------------------------------
r10964 | niffiwan | 2014-07-31 05:19:04 -0500 (Thu, 31 Jul 2014) | 4 lines
Changed paths:
M /trunk/fs2_open/code/controlconfig/controlsconfigcommon.cpp
"Fix" gcc warnings in Control_config[]
warning: missing initializer for member 'config_item::BLAH'
[-Wmissing-field-initializers]
------------------------------------------------------------------------
r10965 | niffiwan | 2014-07-31 05:35:31 -0500 (Thu, 31 Jul 2014) | 6 lines
Changed paths:
M /trunk/fs2_open/code/graphics/2d.cpp
M /trunk/fs2_open/code/graphics/gropengl.cpp
Fix mantis 3078 (From Yarn)
Don't set / reset unscaled screen area when rendering to texture
Also fix a pre-10844 bug where scaling down a cockpit gauge would
cause the gauge to be improperly clipped if it was close enough to the
right or bottom edge of the texture.
------------------------------------------------------------------------