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 15, 2011, 11:14:14 am

Title: Nightly (OS X): 15 Aug 2011 - Revision 7474
Post by: SirKnightly on August 15, 2011, 11:14:14 am
Here is the nightly for OS X on 15 Aug 2011 - Revision 7474

Group: Inferno
fso-OSX-Inferno-20110815_r7474.tgz (http://swc.fs2downloads.com/builds/OSX/fso-OSX-Inferno-20110815_r7474.tgz)
MD5Sum (http://swc.fs2downloads.com/builds/OSX/fso-OSX-Inferno-20110815_r7474.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
------------------------------------------------------------------------
r7469 | Echelon9 | 2011-08-14 09:07:11 -0500 (Sun, 14 Aug 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/nebula/neblightning.cpp

PVS-Studio fix: Expression 'b->type < 0' is always false. Unsigned type value is never < 0.
------------------------------------------------------------------------
r7471 | The_E | 2011-08-14 10:08:28 -0500 (Sun, 14 Aug 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/graphics/gropenglpostprocessing.cpp

When loading FXAA shaders, always use the built-in defaults.

------------------------------------------------------------------------
r7473 | Zacam | 2011-08-14 11:42:47 -0500 (Sun, 14 Aug 2011) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/fred2/management.cpp
   M /trunk/fs2_open/code/freespace2/freespace.cpp

Fred2 Open debug log now records build version data, just like fs2_open.log.
Updated the fs2_open.log output to declare "FreeSpace 2 Open version" instead of just "FreeSpace version"
------------------------------------------------------------------------
r7474 | IssMneur | 2011-08-14 18:10:08 -0500 (Sun, 14 Aug 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/cmdline/cmdline.cpp

From jg18: Add some missing wiki urls in the flag file output.
------------------------------------------------------------------------