Commit Graph

678 Commits

Author SHA1 Message Date
Frank bdbfed13ff Merge pull request #1114 from 131stGutts/Functional-PseudoATC_Allow_Human_Group
Fix bug when 2 humans are in the same group of planes
2019-01-31 19:15:45 +01:00
Frank 713ec61031 Merge branch 'develop' into Functional-ATC_Ground_AlertFreqCustom_PersianGulf 2019-01-31 18:25:25 +01:00
Frank e325b2192b AIRBOSS, RECOVERYTANKER, RESCUEHELO, RANGE
AIRBOSS v0.9.3
RECOVERYTANKER v1.0.6
RESCUEHELO v1.0.4
RANGE v1.2.4
SPAWN added modex
GROUP added modex respawn
2019-01-30 20:10:41 +01:00
Frank 9e450ce76b RECOVERYTANKER v1.0.4
- Fixed PG airbase enumerator names
- Rescuehelo v1.0.3
- minor stuff
2019-01-28 22:03:21 +01:00
Frank 265d6da331 AIRBOSS v0.9.1 2019-01-23 11:00:36 +01:00
Frank dd15da28b2 AIBOSS v0.9.0
SPAWN: Added delay for respawn on landing.
RAT v2.3.5: Fixed bug for Vmax cruise.
RECOVERYTANKER v1.0.3
RESCUEHELO v1.0.2
POSITIONABLE: Added GetOffsetCoordinate function
UNIT: Added Explode function.
2019-01-20 02:02:22 +01:00
131stGutts 47778c6fe7 Set the time frequency of alert with PersianGulf
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
2019-01-13 16:27:58 +01:00
131stGutts 0d90eed270 Implements PersianGulf ATC_Ground supervisor
All Persian Gulf airbases and runways added so ATC_Ground supervisor
Minor correction to comment for Normandy (saying Caucasus)
2019-01-13 12:45:21 +01:00
Frank 6b85141a39 AIRBOSS v0.8.1
* Persistence
* Fixed menu mark zones bug
* minor things
2019-01-13 00:23:27 +01:00
131stGutts 0fcc379ede Fix bug when 2 humans are in the same group of planes
If more than one human is in a plane's group, the menu bug and a lot of PSEUDOATC menu are shown.
The new menu structure is:
- F10
-  PSEUDOATC
-   <PlayerName>
-    <PSEUDOATC Functions>

For achieving that goal, the self structure has changed from self.player[GID] to self.group[GID].player[UID]. Doing that way, if the last player pit leave the group this functionality do not generate a nil error anymore.
Some text have been changed to indicate CallSign or PlayerName.
2019-01-12 21:35:05 +01:00
FlightControl 382dfd797c Optimizations A2G 2019-01-09 21:31:22 +01:00
Frank d576573cf8 RECOVERYTANKER v0.9.9
RESCUEHELO v0.9.8
2018-12-16 16:59:53 +01:00
Frank 0a5f042555 Merge branch 'FF/Development' into FF/Develop 2018-12-09 21:25:47 +01:00
Frank 44f8c2a933 WAREHOUSE v0.6.7
SPAWNSTATIC
UNIT
2018-12-09 21:16:47 +01:00
Frank ecbdbedd96 Warehouse v0.6.6
Again
2018-12-09 19:32:39 +01:00
Frank c6a4e4c533 Warehouse v0.6.6
Again
2018-12-09 19:32:07 +01:00
Frank afb0a8af33 Manual diff merge from FF/Development
Hopefully cleans up the mess now.
2018-12-09 19:11:46 +01:00
Frank 9795d5655f Improvements and Fixes from FF/Develop 2018-12-09 12:01:15 +01:00
Frank db6c7f1a2c AIROSS v0.5.0 2018-12-09 01:06:01 +01:00
funkyfranky 5a327b1d6b AIRBOSS v0.4.8w 2018-12-06 16:10:17 +01:00
Frank 21f0094d7c AIRBOSS v0.4.0 2018-11-29 23:41:57 +01:00
Frank ba1cb61f4d AIRBOSS v0.3.1
Tanker v0.9.3
* added TACAN option

Helo v0.9.3
* added respawn and uncontrolled
2018-11-21 00:55:00 +01:00
Frank 51a1f56011 AIRBOSS v0.3.0
RESCUEHELO v0.9.2
RECOVERYTANKER v0.9.2
2018-11-20 00:15:39 +01:00
funkyfranky 9ad948632c AIRBOSS v0.2.7w 2018-11-16 16:24:01 +01:00
Frank 9b40ebe00c AIRBOSS v0.2.7 2018-11-15 23:16:58 +01:00
funkyfranky dab3ed5fbe AIRBOSS v0.2.6w 2018-11-15 16:11:14 +01:00
Frank 34d7b18c26 AIRBOSS v0.2.6 2018-11-14 23:23:46 +01:00
FlightControl 9481cbf7e8 Fixing issue #1054 related to ZONE_CAPTURE_COALITION going into Attacked state when the zone is attacked, meaning, when a unit is hit that is in the zone. 2018-11-14 20:01:29 +01:00
FlightControl 6c4ca046a9 Fixed problem with DESIGNATE:SetFlashStatusMenu() documentation. 2018-11-14 19:22:10 +01:00
funkyfranky 3bc2baaf9d AIRBOSS v0.2.5w 2018-11-14 16:11:54 +01:00
Frank fa05352882 AIRBOSS v0.2.5 2018-11-13 23:39:29 +01:00
funkyfranky 7b53a43c5c AB v0.2.4 2018-11-13 16:24:08 +01:00
Frank e3121781d0 AIRBOSS v0.2.4 2018-11-13 00:00:20 +01:00
FlightControl 8d4ce5e486 Fixing autolase problem... now the duration is fixed.
I think I also fixed the lase duration problem ...
2018-11-12 19:38:22 +01:00
Frank 2d7d19880f AIRBOSS v0.2.3
group fixed init heading
2018-11-11 23:55:19 +01:00
Frank cf4be99093 AB v0.2.2 2018-11-10 00:57:14 +01:00
funkyfranky 4542c96eae AB v0.2.1w 2018-11-09 16:07:30 +01:00
FlightControl 34d73af8bf Changed the default lase duration for designations to 120 seconds. A new method has been added to change the lase duration yourself. Use SetLaseDuratioin API! 2018-11-09 07:44:11 +01:00
Frank 6fac8fe940 CT v0.2.1 2018-11-09 00:17:57 +01:00
funkyfranky b53b1edd29 CT v0.2.0w 2018-11-08 16:04:51 +01:00
Frank ac074ca23d CT v0.2.0 2018-11-07 23:26:51 +01:00
funkyfranky b21bb3d433 CT v0.1.9w 2018-11-07 16:08:13 +01:00
Frank 708ff794b0 CT v0.1.9 2018-11-07 00:37:49 +01:00
funkyfranky 6d45c09ea2 CTv0.18w 2018-11-06 16:04:19 +01:00
Frank 9fac65f31f CT v0.1..8 2018-11-06 00:04:52 +01:00
funkyfranky ba4caf179a CTv0.1.7w 2018-11-05 16:18:15 +01:00
Frank 1febe765bf CT v0.1.7 2018-11-05 00:35:48 +01:00
Frank 087ac992a2 CT v0.1.6 2018-11-04 01:14:47 +01:00
funkyfranky 27bf6069d7 CT v0.1.5w 2018-11-02 16:07:40 +01:00
Frank 3153d196a2 CT v0.1.5 2018-11-02 00:29:50 +01:00