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 26, 2014, 12:54:34 pm

Title: Nightly (OS X): 26 Aug 2014 - Revision 11029
Post by: SirKnightly on August 26, 2014, 12:54:34 pm
Here is the nightly for OS X on 26 Aug 2014 - Revision 11029

Open non-feature issues in Mantis (http://scp.indiegames.us/mantis/view_all_set.php?type=3&source_query_id=611): 127

Group: Standard
fso_Standard_20140826_r11029.tgz (http://swc.fs2downloads.com/builds/OSX/fso_Standard_20140826_r11029.tgz)
MD5Sum (http://swc.fs2downloads.com/builds/OSX/fso_Standard_20140826_r11029.md5)

Code: [Select]
------------------------------------------------------------------------
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 ‘color’ 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
------------------------------------------------------------------------
r11028 | Goober5000 | 2014-08-26 00:15:49 -0500 (Tue, 26 Aug 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Mantis #3101: check for presence of support dockpoints in all builds, not just release
------------------------------------------------------------------------
r11029 | niffiwan | 2014-08-26 06:14:48 -0500 (Tue, 26 Aug 2014) | 4 lines
Changed paths:
   M /trunk/fs2_open/code/sound/rtvoice.cpp

Revert "Silence GCC warning variable ‘max_size’ set but not used"

Based on chief1983's comment that this code is still used, I'll take
the safer route of just telling gcc to shaddupaboudit
------------------------------------------------------------------------