Applevangelist
7605c2f4f5
xx
2025-12-15 12:12:20 +01:00
Applevangelist
ec41d7310b
Merge remote-tracking branch 'origin/develop' into branch
...
# Conflicts:
# Moose Development/Moose/AI/AI_A2G_BAI.lua
# Moose Development/Moose/AI/AI_CAP.lua
# Moose Development/Moose/Modules_local.lua
# Moose Development/Moose/Ops/EasyA2G.lua
2025-12-15 09:43:41 +01:00
Applevangelist
feb4f77ef4
Merge remote-tracking branch 'origin/master' into branch
2025-12-15 09:42:09 +01:00
Applevangelist
21c744b27a
Merge remote-tracking branch 'origin/master' into develop
2025-12-15 09:41:13 +01:00
Applevangelist
34f3e24d3a
#MANTIS - Fixing over-smoke and ensure helos are not attacked by long-range systems
2025-12-15 09:40:42 +01:00
Applevangelist
79654a99d9
xx
2025-12-15 09:40:08 +01:00
Applevangelist
38b36c0344
Merge remote-tracking branch 'origin/master' into develop
2025-12-14 16:05:44 +01:00
Applevangelist
b6a90d4633
#GROUP Added GROUP:SetFormation(Formation)
2025-12-14 16:05:18 +01:00
Applevangelist
1d0a273ffb
xx
2025-12-14 16:04:07 +01:00
Applevangelist
5145dd14ea
Merge remote-tracking branch 'origin/master' into develop
2025-12-14 14:37:36 +01:00
Applevangelist
0e960b77b9
#MANTIS - Mantis can use acoustic detection, e.g. for Helos sneaking in on our position: my_mantis:SetAccousticDetectionOn(2000,{Unit.Category.HELICOPTER})
2025-12-14 14:37:00 +01:00
Applevangelist
093526f4ff
#ZONE - Added optional coalition filter on GetScannedUnitSet() and GetScannedGroupSet()
2025-12-14 14:35:50 +01:00
Applevangelist
8160aad1bf
#INTELLIGENCE - We can optionally detect units accousticly
2025-12-14 14:34:54 +01:00
Applevangelist
7fec25ddcd
xx
2025-12-14 14:34:22 +01:00
Applevangelist
81b227fa9e
Merge remote-tracking branch 'origin/master' into branch
2025-12-12 12:52:43 +01:00
Applevangelist
2eb5374b28
xx
2025-12-12 12:52:10 +01:00
Applevangelist
51f40081f3
docu header
2025-12-12 12:51:44 +01:00
Applevangelist
7e878b5702
Merge remote-tracking branch 'origin/develop' into develop
2025-12-12 10:51:58 +01:00
Applevangelist
804e0ed69d
Docu fixes
2025-12-12 10:51:55 +01:00
Thomas
46c0d47175
Update build-docs.yml
2025-12-11 16:37:30 +01:00
Applevangelist
147df1498e
Merge remote-tracking branch 'origin/master' into develop
2025-12-11 15:48:41 +01:00
Applevangelist
f9410a9169
#EASYA2G - Initial release
2025-12-11 15:48:13 +01:00
Applevangelist
12bde81e67
xx
2025-12-11 15:47:26 +01:00
Applevangelist
a88750908e
#WAREHOUSE - Nil fix
2025-12-11 15:43:33 +01:00
Applevangelist
0503596414
xx
2025-12-11 15:41:55 +01:00
Thomas
aca3080c9a
Merge pull request #2467 from leka1986/patch-8
...
Update CTLD.lua
2025-12-11 15:10:01 +01:00
leka1986
948158e85a
Update CTLD.lua
...
Fixed bugs,
Added RemoveStockUnits.
Tested and tested, works as intended.
2025-12-11 11:27:05 +01:00
Applevangelist
65ab481432
xx
2025-12-11 09:35:29 +01:00
Applevangelist
9b3aa423aa
xx
2025-12-11 09:34:19 +01:00
Applevangelist
07876cb46c
Merge remote-tracking branch 'origin/develop' into develop
2025-12-10 11:30:59 +01:00
Applevangelist
de48701d15
Merge remote-tracking branch 'origin/master' into develop
2025-12-10 11:30:55 +01:00
Applevangelist
c5678404d5
Merge remote-tracking branch 'origin/master' into develop
...
# Conflicts:
# Moose Development/Moose/Functional/PseudoATC.lua
2025-12-10 11:29:39 +01:00
Thomas
4e2dcb1c05
Merge pull request #2466 from FlightControl-Master/master
...
xx
2025-12-10 09:58:38 +01:00
Thomas
98539eee87
Merge branch 'develop' into master
2025-12-10 09:58:13 +01:00
Thomas
223c1650d9
Update PseudoATC.lua
2025-12-10 09:48:16 +01:00
Thomas
aa2133e72a
Update build-includes.yml
2025-12-10 09:43:20 +01:00
Applevangelist
498d58599b
xx
2025-12-10 09:38:49 +01:00
Thomas
a0c0fe36ba
Merge pull request #2465 from FlightControl-Master/master
...
Merge to master
2025-12-09 20:09:09 +01:00
Thomas
76b977ff98
Merge pull request #2464 from leka1986/patch-7
...
Added Get Units and New stuff for the C-130J
2025-12-09 20:07:07 +01:00
leka1986
878eaf4301
Added Get Units and New stuff for the C-130J
...
Added
* UseC130LoadAndUnload toggle, false by default.
* C130basetype = "cds_crate" -- only for the C-130
* Extended AddCratesCargo & AddCratesCargoNoMove with another parms where we can force Typename for the static for the C-130, even though a parms passed before it with another shape. the last parms will still be forced only if the unit is C-130J. else, the last parms will not be used.
Example usage:
Foothold_ctld:AddCratesCargo("FARP",{"CTLD_TROOP_FOB"},CTLD_CARGO.Enum.FOB,3,1500,10, "FARP",nil,nil,nil,"Cargos","ammo_cargo",nil, "cds_crate")
Blocked the build of crates if still inside C-130J and CH-47F using 15 Meters for the C-130 and 5 meters for the CH-47.
ListCargo will now display what's inside besed on _GetUnitCapabilities / 2
** Manage Units, New menu only for the C-130J.
* New menu under CTLD. Get Units, Remove units nearby.
* Addunits function.
function CTLD:AddUnits(Name,Templates,Type,Stock,SubCategory,UnitTypes)
Example usage.
Foothold_ctld:AddUnits("Humvee",{"CTLD_CARGO_HMMWV"},CTLD_CARGO.Enum.VEHICLE,10, "ANTI TANK")
Those will be placed on a safe distance using same method as crates based on length and (idx-1)*2.5 + length.
* Added FSM, OnAfterUnitsSpawn. No internal, only Hook.
* Added 3 functions,
AddStockUnits
SetStockUnits
GetStockUnits
Added documents.
2025-12-09 19:45:56 +01:00
Applevangelist
240d3460d7
xx
2025-12-07 15:13:50 +01:00
Applevangelist
d76e8ddc3f
xx
2025-12-07 15:13:04 +01:00
Applevangelist
ae0d405350
#PSEUDOATC - Added functionality to read the Radio.lua from the map data and display radio information per Airport
2025-12-07 15:12:37 +01:00
Applevangelist
45fc0eb9da
Merge remote-tracking branch 'origin/master' into develop
2025-12-07 13:39:56 +01:00
Applevangelist
3327c3b24d
#GROUP Small fix for getting templates data from dynamic spawns (there are no template data!)
2025-12-07 13:39:23 +01:00
Applevangelist
7189154d47
xx
2025-12-07 13:23:23 +01:00
Applevangelist
c6521d9c38
Merge remote-tracking branch 'origin/master' into develop
2025-12-07 13:02:45 +01:00
Applevangelist
049529ecf0
#CTLD Allow hover extracting Troop objects
2025-12-07 13:02:17 +01:00
Applevangelist
c2b8eea010
#RAT small fix for Tonfinal being nil sometimes
2025-12-07 13:01:53 +01:00
Applevangelist
e72bd1738c
Merge remote-tracking branch 'origin/develop' into branch
2025-12-06 11:55:22 +01:00