Author Topic: Nightly (FreeBSD): 10 Nov 2014 - Revision 11171  (Read 768 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (FreeBSD): 10 Nov 2014 - Revision 11171
Here is the nightly for FreeBSD on 10 Nov 2014 - Revision 11171

Open non-feature issues in Mantis: 123

Group: Standard
fso_Standard_20141110_r11171.tar.bz2
MD5Sum

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.
------------------------------------------------------------------------
r11171 | MageKing17 | 2014-11-09 13:10:29 -0600 (Sun, 09 Nov 2014) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp
   M /trunk/fs2_open/code/ai/aiturret.cpp
   M /trunk/fs2_open/code/hud/hudsquadmsg.cpp
   M /trunk/fs2_open/code/weapon/weapon.h
   M /trunk/fs2_open/code/weapon/weapons.cpp

Adding "interceptable", "turret interceptable", and "fighter interceptable" weapon flags.

These allow munitions to be attacked by the AI without needing to set the "bomb" flag; "turret interceptable" means it can be attacked by turrets, "fighter interceptable" means it can be shot down by fighters, and "interceptable" sets both flags simultaneously. Requested by Rheyah.
------------------------------------------------------------------------