Author Topic: Nightly (OS X): 29 Jul 2014 - Revision 10960  (Read 700 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (OS X): 29 Jul 2014 - Revision 10960
Here is the nightly for OS X on 29 Jul 2014 - Revision 10960

Open non-feature issues in Mantis: 130

Group: Standard
fso_Standard_20140729_r10960.tgz
MD5Sum

Code: [Select]
------------------------------------------------------------------------
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.
------------------------------------------------------------------------
r10947 | zookeeper | 2014-07-26 10:38:33 -0500 (Sat, 26 Jul 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Fixed bits missing from r10946.
------------------------------------------------------------------------
r10948 | niffiwan | 2014-07-26 21:03:20 -0500 (Sat, 26 Jul 2014) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/parse/parselo.cpp

Fix Coverity ID 1228858 Missing varargs init or cleanup

In required_string_one_of(int arg_count, ...)
------------------------------------------------------------------------
r10949 | niffiwan | 2014-07-26 21:03:26 -0500 (Sat, 26 Jul 2014) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Fix Coverity 1228854 Copy-paste error

Check pof_file_hud for "$POF target file:" not pof_file ("$POF file:")
------------------------------------------------------------------------
r10950 | niffiwan | 2014-07-26 21:50:16 -0500 (Sat, 26 Jul 2014) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/globalincs/alphacolors.cpp

Fix gcc warnings in globalincs/alphacolors.cpp

warning: declaration of ‘i’ shadows a previous local [-Wshadow]
------------------------------------------------------------------------
r10951 | z64555 | 2014-07-26 21:58:49 -0500 (Sat, 26 Jul 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

From MageKing17:  Followup to r10914. Makes the name check ignore case.
------------------------------------------------------------------------
r10952 | niffiwan | 2014-07-26 23:36:02 -0500 (Sat, 26 Jul 2014) | 4 lines
Changed paths:
   M /trunk/fs2_open/code/io/keycontrol.cpp

Fix gcc warning in io/keycontrol.cpp

suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
This code previously worked only by fluke!
------------------------------------------------------------------------
r10953 | niffiwan | 2014-07-26 23:36:07 -0500 (Sat, 26 Jul 2014) | 5 lines
Changed paths:
   M /trunk/fs2_open/code/globalincs/alphacolors.cpp

From MageKing17: tweak team colors

While we're looking at the Team Color code, let's have a warning if
someone tries to name a team 'none', and avoid pushing duplicate teams
to the Team_Names vector.
------------------------------------------------------------------------
r10954 | niffiwan | 2014-07-27 03:46:41 -0500 (Sun, 27 Jul 2014) | 5 lines
Changed paths:
   M /trunk/fs2_open/code/hud/hud.cpp

Fix gcc warnings in hud/hud.cpp

declaration of ‘render’ shadows a member of 'this'
declaration of ‘font’ shadows a global declaration [-Wshadow]
variable ‘flags’ set but not used [-Wunused-but-set-variable]
------------------------------------------------------------------------
r10955 | niffiwan | 2014-07-27 05:15:06 -0500 (Sun, 27 Jul 2014) | 6 lines
Changed paths:
   M /trunk/fs2_open/code/hud/hudtarget.cpp

Fix gcc warnings in hud/hudtarget.cpp

declaration of ‘gauge_object’ shadows a member of 'this'
declaration of ‘esct’ shadows a global declaration [-Wshadow]
variable ‘srange’ set but not used [-Wunused-but-set-variable]
variable ‘ship_is_ballistic’ set but not used
------------------------------------------------------------------------
r10956 | niffiwan | 2014-07-27 05:59:20 -0500 (Sun, 27 Jul 2014) | 4 lines
Changed paths:
   M /trunk/fs2_open/code/weapon/beam.cpp

Fix Coverity 1093822 Uninitialized scalar variable

Set sensible looking defaults for the elems added to the beam_collision
struct since retail
------------------------------------------------------------------------
r10957 | niffiwan | 2014-07-27 06:08:27 -0500 (Sun, 27 Jul 2014) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Fix Coverity ID 1093805 Uninitialized scalar variable

1st use of fbfire_info.bfi_flags so assign instead of |=
------------------------------------------------------------------------
r10958 | niffiwan | 2014-07-27 06:10:56 -0500 (Sun, 27 Jul 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Doh! Assign, not equality!
------------------------------------------------------------------------
r10959 | zookeeper | 2014-07-29 06:36:27 -0500 (Tue, 29 Jul 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/freespace2/freespace.cpp

Fix a render target bug by disabling environment mapping when doing full-scene RTT.
------------------------------------------------------------------------