Author Topic: Nightly (FreeBSD): 25 Aug 2014 - Revision 11027  (Read 697 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (FreeBSD): 25 Aug 2014 - Revision 11027
Here is the nightly for FreeBSD on 25 Aug 2014 - Revision 11027

Open non-feature issues in Mantis: 128

Group: Standard
fso_Standard_20140825_r11027.tar.bz2
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 ?\226?\128?\152max_size?\226?\128?\153 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
------------------------------------------------------------------------
r11018 | niffiwan | 2014-08-22 22:58:13 -0500 (Fri, 22 Aug 2014) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/hud/hudconfig.cpp

Fix mantis 3099 (from Yarn)

Make HCF parsing more flexible
------------------------------------------------------------------------
r11019 | niffiwan | 2014-08-22 23:07:31 -0500 (Fri, 22 Aug 2014) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/pilotfile/csg_convert.cpp

Partial fix for mantis 2932 (RA wep idx)

Ensure pilot conversion RA weapon indexes are always valid
------------------------------------------------------------------------
r11020 | niffiwan | 2014-08-22 23:07:36 -0500 (Fri, 22 Aug 2014) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/pilotfile/csg_convert.cpp
   M /trunk/fs2_open/code/pilotfile/pilotfile_convert.h

Partial fix for mantis 2932 (cutscenes)

Convert campaign viewed cutscenes
------------------------------------------------------------------------
r11021 | niffiwan | 2014-08-22 23:38:03 -0500 (Fri, 22 Aug 2014) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/hud/hudconfig.cpp

Fix gcc warnings in hudconfig.cpp

declaration of ?\226?\128?\152color?\226?\128?\153 shadows a global declaration [-Wshadow] (x2)
------------------------------------------------------------------------
r11027 | Goober5000 | 2014-08-23 23:15:33 -0500 (Sat, 23 Aug 2014) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/menuui/mainhallmenu.cpp
   M /trunk/fs2_open/code/menuui/mainhallmenu.h

MageKing17's patch: add door keys and quick start region, and fix single player / multiplayer description toggling
also fix two warnings regarding int and boolean conversions
------------------------------------------------------------------------