Applevangelist
feb4f77ef4
Merge remote-tracking branch 'origin/master' into branch
2025-12-15 09:42:09 +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
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
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
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
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
Applevangelist
280d2f6517
Merge remote-tracking branch 'origin/master' into branch
2025-12-06 11:55:13 +01:00
Thomas
da8856c907
Merge pull request #2463 from FlightControl-Master/master
...
Merge from master
2025-12-06 11:50:12 +01:00
Thomas
04f7bb7cc7
Merge pull request #2458 from leka1986/patch-3
...
Convert cargo type to string for logging
2025-12-06 11:43:19 +01:00
Thomas
75c01fbe86
Merge pull request #2459 from leka1986/patch-4
...
Add check for IniGroup in HandleEventShot
2025-12-06 11:43:09 +01:00
Thomas
03b79351db
Merge pull request #2460 from leka1986/patch-5
...
Update Scenery.lua
2025-12-06 11:42:51 +01:00
Thomas
33429766a0
Merge pull request #2461 from leka1986/patch-6
...
Update Set.lua
2025-12-06 11:42:39 +01:00
leka1986
83464090d6
Update Set.lua
...
removed duplicate Filter = {},
2025-12-06 10:20:03 +01:00
leka1986
d77b2655b1
Update Scenery.lua
...
attempt to call method getPoint (a nil value)
2025-12-06 10:16:15 +01:00
leka1986
31a537748e
Add check for IniGroup in HandleEventShot
...
Added a check for IniGroup in HandleEventShot to prevent processing if it's not present.
Error in 2 instances, attempt to index field IniGroup ( a nil value )
2025-12-06 10:13:37 +01:00
leka1986
e873b097cf
Convert cargo type to string for logging
...
Concatenate local 'type' Nil value
2025-12-06 10:10:18 +01:00
Frank
07a3095392
Merge branch 'master' into develop
2025-12-02 10:36:55 +01:00
Frank
e1b5c7f9c2
Merge pull request #2457 from shaji-Dev/master
...
[ADDED] C-130J loadouts enums and other missing weapons
2025-12-02 10:36:01 +01:00
Shafik
f005cdbc71
[ADDED] C-130J loadouts enums and other missing weapons.
2025-12-02 11:27:57 +02:00
Applevangelist
230e270f13
Merge remote-tracking branch 'origin/develop' into branch
2025-11-28 12:50:39 +01:00
Applevangelist
a87860a110
Merge remote-tracking branch 'origin/master' into branch
2025-11-28 12:50:31 +01:00
Applevangelist
7fa360f32c
Merge remote-tracking branch 'origin/master' into develop
2025-11-28 12:49:54 +01:00