Author Topic: Nightly (Windows): 08 Sep 2011 - Revision 7681  (Read 1023 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly (Windows): 08 Sep 2011 - Revision 7681
Here is the nightly for Windows on 08 Sep 2011 - Revision 7681

Group: Inferno
fso-WIN-Inferno-20110908_r7681.7z
MD5Sum

Group: Inferno_SSE
fso-WIN-Inferno_SSE-20110908_r7681.7z
MD5Sum

Group: Inferno_SSE2
fso-WIN-Inferno_SSE2-20110908_r7681.7z
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r7671 | Echelon9 | 2011-09-07 09:10:41 -0500 (Wed, 07 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/graphics/2d.cpp
   M /trunk/fs2_open/code/graphics/2d.h
   M /trunk/fs2_open/code/render/3d.h

Documentation: Code cleanup to 2d.cpp, 2d.h and 3d.h
------------------------------------------------------------------------
r7672 | Echelon9 | 2011-09-07 09:22:03 -0500 (Wed, 07 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/render/3ddraw.cpp

Documentation: Code cleanup of 3ddraw.cpp
------------------------------------------------------------------------
r7673 | Echelon9 | 2011-09-07 09:26:25 -0500 (Wed, 07 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/render/3dlaser.cpp

Documentation: Code clean up in 3dlaser.cpp
------------------------------------------------------------------------
r7674 | Echelon9 | 2011-09-07 09:33:26 -0500 (Wed, 07 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/render/3dmath.cpp
   M /trunk/fs2_open/code/render/3dsetup.cpp

Documentation: Complete code clean up of the 3d/2d code
------------------------------------------------------------------------
r7676 | IssMneur | 2011-09-08 00:38:21 -0500 (Thu, 08 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/lua.cpp
   M /trunk/fs2_open/code/parse/lua.h
   M /trunk/fs2_open/code/parse/scripting.cpp

PVS-Studio: These are not false positives.  Variable args can only be PODs, changing the "class" to a structure makes ade_odata a POD which should stop PVS-Studio from flagging this.
------------------------------------------------------------------------
r7677 | IssMneur | 2011-09-08 00:39:53 -0500 (Thu, 08 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fireball/warpineffect.cpp
   M /trunk/fs2_open/code/fred2/fredrender.cpp
   M /trunk/fs2_open/code/fred2/fredview.cpp
   M /trunk/fs2_open/code/freespace2/freespace.cpp
   M /trunk/fs2_open/code/globalincs/pstypes.h
   M /trunk/fs2_open/code/graphics/2d.cpp
   M /trunk/fs2_open/code/graphics/grbatch.cpp
   M /trunk/fs2_open/code/graphics/gropengldraw.cpp
   M /trunk/fs2_open/code/graphics/gropengltnl.cpp
   M /trunk/fs2_open/code/hud/hud.cpp
   M /trunk/fs2_open/code/hud/hudbrackets.cpp
   M /trunk/fs2_open/code/hud/hudlock.cpp
   M /trunk/fs2_open/code/hud/hudtarget.cpp
   M /trunk/fs2_open/code/hud/hudtargetbox.cpp
   M /trunk/fs2_open/code/math/vecmat.cpp
   M /trunk/fs2_open/code/math/vecmat.h
   M /trunk/fs2_open/code/mission/missionbriefcommon.cpp
   M /trunk/fs2_open/code/missionui/missionweaponchoice.cpp
   M /trunk/fs2_open/code/model/modelinterp.cpp
   M /trunk/fs2_open/code/model/modelread.cpp
   M /trunk/fs2_open/code/nebula/neb.cpp
   M /trunk/fs2_open/code/nebula/neblightning.cpp
   M /trunk/fs2_open/code/parse/lua.cpp
   M /trunk/fs2_open/code/render/3dclipper.cpp
   M /trunk/fs2_open/code/render/3ddraw.cpp
   M /trunk/fs2_open/code/render/3dlaser.cpp
   M /trunk/fs2_open/code/render/3dmath.cpp
   M /trunk/fs2_open/code/render/3dsetup.cpp
   M /trunk/fs2_open/code/ship/shield.cpp
   M /trunk/fs2_open/code/starfield/starfield.cpp
   M /trunk/fs2_open/code/weapon/beam.cpp
   M /trunk/fs2_open/code/weapon/trails.cpp

PVS-Studio fix: V512 A call of the 'memcpy' function will lead to overflow of the buffer '& x'. (pstypes.h:131)
------------------------------------------------------------------------
r7679 | Goober5000 | 2011-09-08 01:41:38 -0500 (Thu, 08 Sep 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

made show/hide jumpnode work on more than one argument
------------------------------------------------------------------------
r7680 | Goober5000 | 2011-09-08 01:55:50 -0500 (Thu, 08 Sep 2011) | 4 lines
Changed paths:
   M /trunk/fs2_open/code/graphics/2d.cpp
   M /trunk/fs2_open/code/ship/shipfx.cpp

PVS-Studio fixes:
V506 Pointer to local variable 'Default_video_settings' is stored outside the scope of this variable. Such a pointer will become invalid. code 2d.cpp 507
V506 Pointer to local variable 'pos' is stored outside the scope of this variable. Such a pointer will become invalid. code shipfx.cpp 1075

------------------------------------------------------------------------