Author Topic: Nightly (Windows): 14 Aug 2011 - Revision 7466  (Read 1084 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly (Windows): 14 Aug 2011 - Revision 7466
Here is the nightly for Windows on 14 Aug 2011 - Revision 7466

Group: Inferno
fso-WIN-Inferno-20110814_r7466.7z
MD5Sum

Group: Inferno_SSE
fso-WIN-Inferno_SSE-20110814_r7466.7z
MD5Sum

Group: Inferno_SSE2
fso-WIN-Inferno_SSE2-20110814_r7466.7z
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r7460 | Echelon9 | 2011-08-13 03:19:55 -0500 (Sat, 13 Aug 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/weapon/weapons.cpp

PVS-Studio fix: Calling empty() on an STL vector does not modify the content of the vector in any way. To clear, use clear(). In addition, this commit also fixes the spelling of the containing function and turns on Doxygen documentation.
------------------------------------------------------------------------
r7461 | Echelon9 | 2011-08-13 03:22:51 -0500 (Sat, 13 Aug 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/scripting.cpp

PVS-Studio fix: Duplicate comparison check for stricmp('FRED2_Open', scp->data.name). Instead use the second comparison to check for the same naming format as stricmp('FS2Open', scp->data.name)
------------------------------------------------------------------------
r7463 | Zacam | 2011-08-13 21:36:33 -0500 (Sat, 13 Aug 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/globalincs/def_files.cpp

Shader Update: main-f updated with latest cloaking code. small amount of cleanup done as well.
------------------------------------------------------------------------
r7465 | Goober5000 | 2011-08-14 03:42:50 -0500 (Sun, 14 Aug 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/mission/missionparse.cpp
   M /trunk/fs2_open/code/ship/ship.cpp

change warnings to mprintfs
------------------------------------------------------------------------