Improve the consistency of the module intros to the most commonly used version (single dash).
Add missing module information (abbreviated where none existed previously).
Fix broken documentation links
Make module names correspond to filenames (and fix links).
Fix typos.
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
* 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.