Author Topic: Nightly (Windows): 26 Jul 2014 - Revision 10946  (Read 657 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (Windows): 26 Jul 2014 - Revision 10946
Here is the nightly for Windows on 26 Jul 2014 - Revision 10946

Group: Standard
fso_Standard_20140726_r10946.7z
MD5Sum

Group: NO-SSE
fso_NO-SSE_20140726_r10946.7z
MD5Sum

Group: SSE
fso_SSE_20140726_r10946.7z
MD5Sum

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.
------------------------------------------------------------------------