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 26, 2014, 05:54:57 am

Title: Nightly (Windows): 26 Jul 2014 - Revision 10946
Post by: SirKnightly on July 26, 2014, 05:54:57 am
Here is the nightly for Windows on 26 Jul 2014 - Revision 10946

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

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

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

Code: [Select]
------------------------------------------------------------------------
r10943 | niffiwan | 2014-07-25 05:10:30 -0500 (Fri, 25 Jul 2014) | 7 lines
Changed paths:
   M /trunk/fs2_open/code/graphics/gropengldraw.cpp

Fix several gcc warnings in code/graphics/gropengldraw.cpp

variable ‘clipped’ set but not used [-Wunused-but-set-variable]
variable ‘swapped’ set but not used [-Wunused-but-set-variable]
the address of ‘Distortion_texture’ will always evaluate as ‘true’
[-Waddress]
declaration of ‘vertex’ shadows a global declaration [-Wshadow]
------------------------------------------------------------------------
r10944 | zookeeper | 2014-07-25 14:21:31 -0500 (Fri, 25 Jul 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/graphics/gropengldraw.cpp
   M /trunk/fs2_open/code/graphics/gropengltnl.cpp

Fixed RTT bugs: 1) inverted geometry, 2) the output being mirrored both ways and a quarter of the output missing if post-processing is off.
------------------------------------------------------------------------
r10945 | zookeeper | 2014-07-25 18:56:09 -0500 (Fri, 25 Jul 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/graphics/gropenglpostprocessing.cpp
   M /trunk/fs2_open/code/graphics/gropengltnl.cpp

Fixed inverted normals in RTT if post-processing is on.
------------------------------------------------------------------------
r10946 | zookeeper | 2014-07-26 04:39:41 -0500 (Sat, 26 Jul 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Turned the required SEXP variable arguments for add-background-bitmap and add-sun-bitmap into optional arguments.
------------------------------------------------------------------------