Frank
2214584e59
Ops
2020-03-04 17:22:30 +01:00
Frank
090d0e79f9
Ops
2020-03-03 22:57:11 +01:00
Frank
ae3d1f6b2a
Ops
2020-03-03 16:48:05 +01:00
Frank
9ea52fce28
Ops
2020-03-03 00:20:08 +01:00
Frank
dc3350a1c8
FG
...
- SetTask --> PushTask to keep enroute tasks alive.
2020-03-01 23:55:15 +01:00
Frank
905095add9
Ops
2020-03-01 22:48:09 +01:00
Frank
ce4353d701
Ops
2020-02-29 00:53:32 +01:00
Frank
929f99d527
Ops
2020-02-28 16:47:24 +01:00
Frank
541db97a74
Ops
2020-02-28 01:05:30 +01:00
Frank
cc567cf342
Ops
2020-02-27 16:56:27 +01:00
Frank
8ed6f8b193
Update FlightGroup.lua
2020-02-26 23:06:36 +01:00
Frank
1dec76d96d
Merge branch 'develop' into FF/Fox2
2020-02-26 21:12:33 +01:00
Frank
e3d6337481
Merge pull request #1284 from FlightControl-Master/FF/Develop
...
MGRS
2020-02-26 20:52:48 +01:00
Frank
f258e9263e
MGRS
2020-02-26 20:44:35 +01:00
Frank
75216793f9
Ops
2020-02-26 17:03:23 +01:00
Frank
173e68676c
Ops
2020-02-25 23:57:12 +01:00
Frank
e67d5a6c9f
Merge branch 'develop' into FF/Fox2
2020-02-25 22:47:37 +01:00
Frank
48d99a19c5
Merge pull request #1270 from FlightControl-Master/WAREHOUSE-_#1260
...
Added some line to docs to tell Spawn state might not be as expected.
2020-02-25 21:53:23 +01:00
Frank
f34511bd8c
Merge pull request #1283 from FlightControl-Master/FF/Develop
...
Fixes & Improvements
2020-02-25 21:41:48 +01:00
Frank
63a5d2e3ac
Fixes & Improvements
2020-02-25 21:35:00 +01:00
Frank
47e4777df0
Ops
2020-02-25 16:49:54 +01:00
Frank
e1c602583c
FG
2020-02-24 20:22:52 +01:00
Pikes
3fb52d4fa1
Normandy added 6 airbases with coords
...
added the coords
added the list of airbases at the top
2020-02-22 22:17:34 +00:00
Frank
463403cef4
Merge pull request #1280 from FlightControl-Master/Pikes---adding-new-Normandy-airbase-enumerators-to-AIRBASE.Normandy
...
Update Airbase.lua
2020-02-22 18:48:26 +01:00
Pikes
fedee49eb1
Update Airbase.lua
...
https://github.com/FlightControl-Master/MOOSE/issues/1279
I dont know if anything else needs to be done apart from this.
2020-02-22 16:35:18 +00:00
Frank
8925bc11ca
FG CONTROLLABLE
...
FG v0.3.2
CONTROLLABLE removed self dependencies for some tasks.
2020-02-22 11:03:15 +01:00
Frank
6e97433ec4
Ops
2020-02-21 16:59:51 +01:00
Frank
bddc40ddb8
Update FlightGroup.lua
2020-02-20 23:16:32 +01:00
132nd-Entropy
042cc7a85f
Update ATIS.lua
2020-02-20 15:04:00 +01:00
132nd-Entropy
9583168c4d
Update ATIS.lua
2020-02-20 14:38:11 +01:00
Frank
7d697dc584
Ops
2020-02-20 12:31:42 +01:00
Frank
02c63850a1
Ops
2020-02-19 23:30:11 +01:00
Frank
2d3ef543b3
Ops
2020-02-18 16:45:07 +01:00
Frank
78ccbd733b
Merge branch 'FF/Develop' into FF/Fox2
2020-02-18 00:00:38 +01:00
Frank
0c32c35c27
Merge pull request #1275 from FlightControl-Master/FF/Develop
...
Ff/develop
2020-02-17 23:42:47 +01:00
Frank
6ab85072d2
DCS 2.5.6 fixes
2020-02-17 23:19:28 +01:00
Frank
99ab12ed99
Updates Base, Event, Point, Contollable, FG
2020-02-17 21:40:20 +01:00
Frank
fd7469b5f0
FG
2020-02-16 17:38:37 +01:00
Frank
014b07ffc3
Merge branch 'FF/Develop' into FF/Fox2
2020-02-15 23:53:05 +01:00
Frank
04da941c36
Updates
2020-02-15 23:51:28 +01:00
Frank
165c569a99
Ops
2020-02-15 00:49:29 +01:00
Frank
6cb59a8f39
Merge branch 'FF/Develop' into FF/Fox2
2020-02-14 19:00:26 +01:00
Frank
2e49b72ab4
Ops
2020-02-14 16:51:49 +01:00
Frank
0da53c794e
Update FlightGroup.lua
2020-02-14 00:44:33 +01:00
Frank
c54a0968b9
Ops
2020-02-13 16:49:05 +01:00
Wingthor
d6c919a097
Added some line to docs to tell Spawn state might not be as expected.
...
Added:
Requested assets spawn in various "Engagement Rules" (ROE) and Alerts modes. If your assets will cross into dangerous areas, be sure to change these states. You can do this in @{#WAREHOUSE:OnAfterAssetSpawned}(*From, *Event, *To, *group, *asset, *request)) function.
Initial Spawn states is as follows:
GROUND: ROE, "Return Fire" Alarm, "Green"
AIR: ROE, "Return Fire" Reaction to Threat, "Passive Defense"
NAVAL ROE, "Return Fire" Alarm,"N/A"
Solves issue #1260
2020-02-13 12:16:56 +01:00
Wingthor
1f9ffcd92d
The error is to deep to solve on the fly. In database new groups appear, but not in map, when regular spawning (:Spawn()) is done. Spawning scheduled causes groups to appear on map. OnSpawnGroup is not triggered in neither of methods.
...
#Issue 1255 is for now solved by adding a caution to documentation for function/directive: "CAUTION: this directive will NOT work with OnSpawnGroup function."
Requires work from author or someone else with deep knowledge of the class.
2020-02-13 09:58:59 +01:00
Frank
5ba5dd5fd8
Ops
2020-02-12 23:44:31 +01:00
Wingthor
12ef34acaa
Merge pull request #1266 from FlightControl-Master/AIRBASE.Nevada.Mellan_Airstrip_does_not_exist_#1263
...
FIX: removed Mellan_Airstrip from list of Nevada airfields (not a val…
Fixes #1266 which now can be closed.
2020-02-12 18:38:53 +01:00
Frank
004591f8ad
Ops
2020-02-12 16:44:01 +01:00