DETECTION
- Fixed bug with late activated groups.
ARTY v1.1.2
- Added attack group task for ships.
- Added respawn option.
WAREHOUSE v0.9.5
- Added respawn option.
AIRBOSS v1.0.3
- Recovery time extended if flights are still in the pattern.
SET
- Added CountAlive() function.
A2A_DISPATCHER
- Bug fixes in :ParkDefender() function.
ARTY v1.1.0
- added attack group
- target data struckture
WAREHOUSE v0.9.4
- assignment as descriptor
AIRBOSS v1.0.3
- removed warehouse table
- no stoping of recovery window if pattern is not empty
- changes in patrol route
RANGE v2.1
- Added events when players enter/exit range zone.
- misc
RADIO
- Added RADIOQUEUE class.
WAREHOUSE v0.7.0
- Fixed bug in aircraft speed.
- Decreased output if queues are empty.
Range v2.0.0
- Turned into FSM.
- Added radial to bomb impact info.
- Added option to add coordinates as bomb target.
- Added option to save bombing results to file.
AIRBOSS v1.0.0
- Added option to disable welcome message.
- Increased output load/save.
RANGE v1.3.0
- Generalized weapon handling.
- Decreased time before weapon tracking starts from 1.0 to 0.1 sec.
RESCUE HELO v1.0.6
- Got rid of IsAlive() check in rescue operation.
AIRBOSS v0.9.9.9.9
- Fixed bug in trap sheet output.
Add new functions "Start" for
ATC_GROUND_CAUCASUS,
ATC_GROUND_NEVADA,
ATC_GROUND_NORMANDY,
ATC_GROUND_PERSIANGULF
which accept none or one parameter for setting the SCHEDULER frequency.
If none defined, value set before (0.05) is used.
The SCHEDULER is not anymore in "New" functions of ATC_GROUND_XXX but in "Start"
Usages:
atcGroundCaucasus=ATC_GROUND_CAUCASUS:New()
atcGroundCausasus:Start()
or
atcGroundCaucasus=ATC_GROUND_CAUCASUS:New()
atcGroundCausasus:Start(0.5)
Relative to PullRequest #1094, #1096, #1098
Include grammar issues fix from ticket #753