Pikes
0502e0a020
Spawn Documentation fixes
...
no code touched
no code touched
I went through removing where 6-7 year old docs used a non existent method "Schedule" and replaced it with SpawnSchedule() wher ethat worked or Spawn() where I couldnt understand the ancient demo.
Also added warnings on IniLimit and InitCleanUp() the two worst offenders of misconfiguration.
Couple of Belgian typos corrected.
2020-04-22 14:09:31 +01:00
Frank
36aebd3c04
Merge pull request #1299 from FlightControl-Master/thebgpikester-ai_Patrol_Baro
...
change default to "BARO"
2020-04-20 22:02:43 +02:00
Frank
007831bb9a
Merge pull request #1298 from FlightControl-Master/thebgpikester-Dispatcherchanges
...
Changing default altitude to BARO
2020-04-20 21:57:13 +02:00
Frank
def44bde89
Merge pull request #1304 from FlightControl-Master/FF/Develop
...
Fixes
2020-04-08 12:04:28 +02:00
Frank
4b369fae95
A2G Dispatcher
...
Fixes issue #1303
2020-04-08 11:54:09 +02:00
Frank
cb4a44b512
Event
2020-04-08 01:10:43 +02:00
Frank
53fbec9c15
events
2020-04-08 00:09:47 +02:00
Frank
d476922af2
Merge pull request #1301 from FlightControl-Master/FF/Develop
...
ATIS and WAREHOUSE
2020-04-04 23:39:56 +02:00
Frank
861f2da4d6
ATIS and WAREHOUSE
2020-04-04 23:08:23 +02:00
Pikes
6d75b25f57
change default to "BARO"
...
addition on AI_A2A_Patrol already done
2020-04-02 13:50:41 +01:00
Pikes
bfb3ae33f4
Changing default altitude to BARO
...
to avoid DCS AI stopping engaging or even flying int he right direction.
2020-04-02 13:26:03 +01:00
Pikes
a796c7a594
Urgent fix for Ford_AB name change. this breaks Moose completely until pushed.
...
ATC table was changed to the correct name for the enumerator string of "Ford" to "Ford_AB" The main enumerator table was not also changed so the two mismatched.
One has to agree with the other else Moose stops with an index error.
However, there could be minor risk if someone refers to the old enumerator. Whilst we dont care about the string name, the AB was changed by ED anyway. The actual way to keep is to have the string equal the map name. Either way is damned if you do, damned if you don't but I'd rather keep the convention and blame ED than keep it wrong and inconsistent.
2020-03-28 18:56:14 +00:00
Frank
af63c1a219
Merge pull request #1269 from FlightControl-Master/SPAWNInitArray_#1255
...
Spawn init array #1255
2020-03-27 23:04:09 +01:00
Frank
72da7a2c04
Merge pull request #1282 from FlightControl-Master/Pikes-ATC---added-the-6-new-airbases
...
Normandy added 7 new airbases with coords
2020-03-27 22:58:57 +01:00
Frank
f9bdbf4e3f
Merge pull request #1293 from FlightControl-Master/FF/Develop
...
AIRBASE
2020-03-20 16:37:23 +01:00
Frank
850951bcb4
Update Airbase.lua
2020-03-20 16:35:28 +01:00
Thor Vik
ff8c454752
Applied @Warlords fix on swapped Airbases in ATC_Ground.lua PG map
...
Solves Issue #1291
2020-03-16 17:52:14 +01:00
Frank
9b0f474edf
Update Spawn.lua
2020-03-14 20:30:58 +01:00
Frank
ceaae5421c
SPAWN
...
corrected spawn name
2020-03-14 20:28:32 +01:00
Frank
36666df76f
Temp
2020-03-14 19:19:55 +01:00
Thor Vik
a704693abf
Made parameter SpawnAliasPrefix mandatory for SpawnFromTemplate function.
2020-03-11 15:28:36 +01:00
Thor Vik
71b5140e69
Fix for Issue #1286 , partly tested.
2020-03-11 10:11:59 +01:00
Michael Barnes
7cf73af707
Added some protection against unexpectedly-nil values.
2020-03-05 13:05:25 +10:00
Michael Barnes
4ef827836c
Added SPAWN:InitGroupHeading function, to allow orientation of the overall group formation when spawned (handy for static formations like SAM batteries, etc.)
2020-03-05 13:05:11 +10:00
Frank
f258e9263e
MGRS
2020-02-26 20:44:35 +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
63a5d2e3ac
Fixes & Improvements
2020-02-25 21:35:00 +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
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
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
6ab85072d2
DCS 2.5.6 fixes
2020-02-17 23:19:28 +01:00
Frank
04da941c36
Updates
2020-02-15 23:51:28 +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
132nd-Entropy
ce60e7ce74
FIX: removed Mellan_Airstrip from list of Nevada airfields (not a valid airport and has no taxiway designations, resulting in a scripting error if included)
2020-02-12 16:25:45 +01:00
Wingthor
a2759b1cc0
Issue #1264 Abu_Musa_Island_Airport
2020-02-11 15:55:10 +01:00
Wingthor
f685064c0c
fixed the typo on self.airbasse to self.airbase.
...
Tested with and without this line `SetAirbase(AIRBASE:FindByName(AIRBASE.Caucasus.Kutaisi))` in the test script.
Resolves issue #1258
2020-02-08 12:44:50 +01:00
Wingthor
b68e254bc0
Fixes issue #1258 WAREHOUSE:onafterChangeCountry()
2020-02-06 15:36:54 +01:00
Wingthor
5e1fb36d01
Fixed issue 1254
2020-02-01 20:27:00 +01:00
Wingthor
e4906eb083
Test Commits and pipe
2020-02-01 19:30:32 +01:00
Frank
19eb81866a
Merge pull request #1257 from FlightControl-Master/FF/Develop
...
Misc/Minor
2020-01-25 23:59:06 +01:00
NachtRaveVL
c72625c60f
Adding route name fetch to getGroupRoute()
2020-01-20 15:28:03 -08:00
Frank
1e1154d190
controllable
2020-01-19 22:14:45 +01:00
Frank
e6e5787fc6
Update Point.lua
2020-01-08 19:26:40 +01:00
Frank
431e8a05f9
ZCC
...
- Fixed unit counting in status report.
2020-01-08 18:45:57 +01:00
Frank
b91a8cf4c8
ATIS v0.6.2
...
- Added F10 marker option.
2020-01-08 12:04:45 +01:00
Frank
3e8455410e
ZCC, ATIS, CONTROLLABLE
2020-01-07 23:34:36 +01:00
Frank
6000421957
Update Fox.lua
2020-01-06 21:54:59 +01:00
Frank
4661f6981e
Misc
2020-01-06 21:09:21 +01:00