Author Topic: Nightly (Windows): 31 May 2014 - Revision 10735  (Read 705 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (Windows): 31 May 2014 - Revision 10735
Here is the nightly for Windows on 31 May 2014 - Revision 10735

Group: Standard
fso_Standard_20140531_r10735.7z
MD5Sum

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

Group: SSE
fso_SSE_20140531_r10735.7z
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r10732 | Echelon9 | 2014-05-31 02:50:54 -0500 (Sat, 31 May 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp
   M /trunk/fs2_open/code/fireball/fireballs.cpp
   M /trunk/fs2_open/code/fireball/warpineffect.cpp
   M /trunk/fs2_open/code/hud/hudnavigation.cpp
   M /trunk/fs2_open/code/hud/hudtarget.cpp
   M /trunk/fs2_open/code/model/modelinterp.cpp
   M /trunk/fs2_open/code/nebula/neb.cpp
   M /trunk/fs2_open/code/radar/radardradis.cpp
   M /trunk/fs2_open/code/render/3ddraw.cpp
   M /trunk/fs2_open/code/ship/shield.cpp
   M /trunk/fs2_open/code/ship/shipfx.cpp
   M /trunk/fs2_open/code/weapon/shockwave.cpp

Fix Coverity reports of Uninitialized scalar variable with the vertex struct. Should vertex ever be converted to a class from a struct, these memsets as well as the pre-existing ones will need to be removed in favour of a proper constructor of the then vertex class.
------------------------------------------------------------------------
r10733 | Echelon9 | 2014-05-31 02:57:36 -0500 (Sat, 31 May 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/graphics/gropengllight.cpp

Fix Coverity 1093783 Uninitialized scalar variable with opengl_light structure in gr_opengl_set_center_alpha()
------------------------------------------------------------------------
r10734 | Echelon9 | 2014-05-31 03:03:25 -0500 (Sat, 31 May 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/sound/sound.cpp

Fix Coverity 1093788 Uninitialized scalar variable - no need for bitwise AND when value is so far unset
------------------------------------------------------------------------
r10735 | Echelon9 | 2014-05-31 03:05:51 -0500 (Sat, 31 May 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp

Fix Coverity 1093799 Uninitialized scalar variable -- initialise array contents to zero
------------------------------------------------------------------------