Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on November 07, 2014, 01:08:34 pm

Title: Nightly (OS X): 07 Nov 2014 - Revision 11170
Post by: SirKnightly on November 07, 2014, 01:08:34 pm
Here is the nightly for OS X on 07 Nov 2014 - Revision 11170

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

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

Code: [Select]
------------------------------------------------------------------------
r11170 | m_m | 2014-11-07 03:02:42 -0600 (Fri, 07 Nov 2014) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/fred2/management.cpp
   M /trunk/fs2_open/code/fred2/management.h
   M /trunk/fs2_open/code/fred2/wing.cpp
   M /trunk/fs2_open/code/object/objcollide.cpp
   M /trunk/fs2_open/code/object/object.h

From MageKing17 and me: Fix for Mantis 3128: Docking related crash - dock_list isn't initialized
This patch makes the copy constructor and the assignment operator of the object class private as it contains members that should not be copied.
------------------------------------------------------------------------