* Added speed limits.
* Speed limits can now be set per airbase.
* Maximum speed to prevent takeoff can be set.
* Maximum speed can be set per airbase.
* Improved documentation.
* Added new methods to COORDINATE allowing to place marks for players on
the map. Now marks can be placed on the map using :AddToAll(),
:MarkToCoalition(), :MarkToCoalitionRed(), :MarkToCoalitionBlue(),
:MarkToGroup() and marks can be removed using :RemoveMark()
* 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.
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 )