* Disabled the logic of Fratricide until a DCS bug gets fixed by ED.
There is no workaround possible. Units containing a player cannot be
destroyed using Unit:destroy() API in multi player when the player is
seated in a Unit from a Client connected PC to the Server.
* By default, hit messages are disabled. They can be enabled by using
SCORING:SetMessagesHit().
* Added DETECTION_BASE:FilterFriendliesCategory() method, which allows
to filter friendlies based on the category of the units found. This
method was required to be added to avoid counting airborne units as
friendlies in A2G missions.
* DESIGNATE can now lase targets with specific laser codes upon request
by players. Methods :AddMenuLaserCode() and :RemoveMenuLaserCode()
added, which allow to set or delete specific additional menu options in
the lase menu for players to lase with specific codes. This comes in
handy for the SU-25T and the A-10A and other planes.
* Added method :SetDefaultCapTimeInterval( CapMinSeconds, CapMaxSeconds
) for AI_A2A_DISPATCHER and AI_A2A_GCICAP.
* Added method :SetDefaultCapLimit( CapLimit ) for AI_A2A_DISPATCHER and
AI_A2A_GCICAP.
Added documentation in chapter 10.7 and chapter 1.8.
Changed Treshold to Threshold
A lot of new methods have been added to set the default behaviour for:
* function AI_A2A_DISPATCHER:SetDefaultTakeoff( Takeoff )
* function AI_A2A_DISPATCHER:SetDefaultTakeoffFromParkingCold()
* function AI_A2A_DISPATCHER:SetDefaultTakeoffFromParkingHot()
* function AI_A2A_DISPATCHER:SetDefaultTakeoffFromRunway()
* function AI_A2A_DISPATCHER:SetDefaultTakeoffInAir()
* function AI_A2A_DISPATCHER:SetDefaultLanding( Landing )
* function AI_A2A_DISPATCHER:SetDefaultLandingAtEngineShutdown()
* function AI_A2A_DISPATCHER:SetDefaultLandingAtRunway()
* function AI_A2A_DISPATCHER:SetDefaultLandingNearAirbase()
* function AI_A2A_DISPATCHER:SetDefaultGrouping( Grouping )
* function AI_A2A_DISPATCHER:SetDefaultOverhead( Overhead )