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 08, 2013, 10:24:29 am

Title: Nightly (OS X): 08 Jul 2013 - Revision 9717
Post by: SirKnightly on July 08, 2013, 10:24:29 am
Here is the nightly for OS X on 08 Jul 2013 - Revision 9717

Group: Standard
fso-OSX-Standard-20130708_r9717.tgz (http://swc.fs2downloads.com/builds/OSX/fso-OSX-Standard-20130708_r9717.tgz)
MD5Sum (http://swc.fs2downloads.com/builds/OSX/fso-OSX-Standard-20130708_r9717.md5)

Code: [Select]
------------------------------------------------------------------------
r9706 | Echelon9 | 2013-07-07 07:24:14 -0500 (Sun, 07 Jul 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/object/object.cpp

Documentation cleanup of object.cpp pursuant to Mantis 2897 bug-hunting.
------------------------------------------------------------------------
r9708 | Goober5000 | 2013-07-07 18:50:50 -0500 (Sun, 07 Jul 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/object/objectdock.cpp

a modified version of Echelon9's fix for Mantis #2897 (heap corruption due to object indexes being too large for the object dock bitstring)
------------------------------------------------------------------------
r9709 | Goober5000 | 2013-07-07 18:59:23 -0500 (Sun, 07 Jul 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp

remove an unused function, per Echelon9's detective work (Mantis #2900)
------------------------------------------------------------------------
r9710 | Goober5000 | 2013-07-07 22:25:39 -0500 (Sun, 07 Jul 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/mission/missioncampaign.cpp
   M /trunk/fs2_open/code/pilotfile/csg.cpp

MSVC6 compatibility
------------------------------------------------------------------------
r9714 | Goober5000 | 2013-07-08 02:11:24 -0500 (Mon, 08 Jul 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/object/waypoint.cpp

add a missing #include
------------------------------------------------------------------------
r9715 | Goober5000 | 2013-07-08 02:14:23 -0500 (Mon, 08 Jul 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/object/objectsort.cpp

this is required for strict const-correctness
------------------------------------------------------------------------