Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on July 01, 2014, 09:31:40 am

Title: Nightly (OS X): 01 Jul 2014 - Revision 10865
Post by: SirKnightly on July 01, 2014, 09:31:40 am
Here is the nightly for OS X on 01 Jul 2014 - Revision 10865

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

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

Code: [Select]
------------------------------------------------------------------------
r10860 | Echelon9 | 2014-06-30 09:36:49 -0500 (Mon, 30 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/debugconsole/console.cpp
   M /trunk/fs2_open/code/hud/hudtargetbox.h
   M /trunk/fs2_open/code/lab/wmcgui.h
   M /trunk/fs2_open/code/missionui/missionweaponchoice.cpp
   M /trunk/fs2_open/code/model/modelanim.h
   M /trunk/fs2_open/code/object/object.cpp
   M /trunk/fs2_open/code/radar/radarsetup.cpp
   M /trunk/fs2_open/code/ship/shipfx.cpp

Fix a range of issue identified via clang warnings
------------------------------------------------------------------------
r10861 | Echelon9 | 2014-06-30 10:31:22 -0500 (Mon, 30 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ui/gadget.cpp
   M /trunk/fs2_open/code/ui/inputbox.cpp
   M /trunk/fs2_open/code/ui/scroll.cpp
   M /trunk/fs2_open/code/ui/slider.cpp
   M /trunk/fs2_open/code/ui/slider2.cpp
   M /trunk/fs2_open/code/ui/ui.h

Address Clang warnings are overloaded virtual functions in UI_GADET. Also opportunity to simplify code by making the most of inherited polymorphism. Docs cleanup
------------------------------------------------------------------------
r10862 | Echelon9 | 2014-06-30 10:44:31 -0500 (Mon, 30 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ui/ui.h

Quieten a number of warnings related to UI_USERBOX without a declaration yet. Added TODO.
------------------------------------------------------------------------
r10863 | Goober5000 | 2014-06-30 20:34:08 -0500 (Mon, 30 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/management.cpp

MageKing17's patch for callsigns not resetting when the mission is cleared (Mantis #2934)
------------------------------------------------------------------------
r10864 | Goober5000 | 2014-06-30 20:42:18 -0500 (Mon, 30 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/fred2/shipeditordlg.cpp

from MageKing17: choose alt_names and callsigns by array index instead of substring; fixes Mantis #2934
------------------------------------------------------------------------
r10865 | Goober5000 | 2014-06-30 23:53:27 -0500 (Mon, 30 Jun 2014) | 1 line
Changed paths:
   M /trunk/fs2_open/code/camera/camera.cpp

Yarn's fix for Mantis #2362 (scale images properly with show-subtitle-image)
------------------------------------------------------------------------