Author Topic: Nightly (OS X): 22 Aug 2014 - Revision 11017  (Read 621 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (OS X): 22 Aug 2014 - Revision 11017
Here is the nightly for OS X on 22 Aug 2014 - Revision 11017

Open non-feature issues in Mantis: 128

Group: Standard
fso_Standard_20140822_r11017.tgz
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r11011 | niffiwan | 2014-08-20 05:32:22 -0500 (Wed, 20 Aug 2014) | 5 lines
Changed paths:
   M /trunk/fs2_open/code/menuui/readyroom.cpp
   M /trunk/fs2_open/code/mission/missioncampaign.cpp
   M /trunk/fs2_open/code/mission/missioncampaign.h

Fix mantis 3020 (pilot stats issue)

Reset pilot stats when we're creating a new CSG file. Otherwise stats
from the current pilot or campaign will be inherited by the new pilot /
campaign
------------------------------------------------------------------------
r11012 | Echelon9 | 2014-08-20 09:46:10 -0500 (Wed, 20 Aug 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/generic_log.cpp

Fix cppcheck (warning) Logical conjunction always evaluates to false: logfile_type < 0 && logfile_type >= 2.
------------------------------------------------------------------------
r11013 | Echelon9 | 2014-08-20 10:09:03 -0500 (Wed, 20 Aug 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multiutil.cpp

Fix cppcheck (style) Same expression on both sides of ||.
------------------------------------------------------------------------
r11014 | Echelon9 | 2014-08-20 10:27:44 -0500 (Wed, 20 Aug 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/anim/packunpack.cpp
   M /trunk/fs2_open/code/parse/sexp.cpp

Fix cppcheck (style) Consecutive return, break, continue, goto or throw statements are unnecessary.
------------------------------------------------------------------------
r11015 | Echelon9 | 2014-08-20 10:48:12 -0500 (Wed, 20 Aug 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/gamehelp/contexthelp.cpp
   M /trunk/fs2_open/code/parse/parselo.cpp
   M /trunk/fs2_open/code/stats/medals.cpp
   M /trunk/fs2_open/code/stats/scoring.cpp

Fix cppcheck (performance) Prefer prefix ++/-- operators for non-primitive types.
------------------------------------------------------------------------
r11016 | niffiwan | 2014-08-21 04:15:16 -0500 (Thu, 21 Aug 2014) | 4 lines
Changed paths:
   M /trunk/fs2_open/code/graphics/font.cpp
   M /trunk/fs2_open/code/menuui/playermenu.cpp

Followup fix for mantis 2883 (from Yarn)

Set Lcl_special_chars when changing fonts
Change some copyright chars to use Lcl_special_chars
------------------------------------------------------------------------
r11017 | niffiwan | 2014-08-21 04:36:10 -0500 (Thu, 21 Aug 2014) | 4 lines
Changed paths:
   M /trunk/fs2_open/code/sound/rtvoice.cpp

Silence GCC warning variable ‘max_size’ set but not used

Code seems redundant as dscap_get_raw_data checks for a max size
anyway. And AFAIK the entire voice capture code is non-functional anyway
------------------------------------------------------------------------