Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on August 14, 2011, 09:56:45 am

Title: Nightly (Windows): 14 Aug 2011 - Revision 7466
Post by: SirKnightly on August 14, 2011, 09:56:45 am
Here is the nightly for Windows on 14 Aug 2011 - Revision 7466

Group: Inferno
fso-WIN-Inferno-20110814_r7466.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno-20110814_r7466.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno-20110814_r7466.md5)

Group: Inferno_SSE
fso-WIN-Inferno_SSE-20110814_r7466.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE-20110814_r7466.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE-20110814_r7466.md5)

Group: Inferno_SSE2
fso-WIN-Inferno_SSE2-20110814_r7466.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE2-20110814_r7466.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE2-20110814_r7466.md5)

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