Commit Graph

5280 Commits

Author SHA1 Message Date
Thomas f9dcc9d95c Update build-includes.yml 2024-04-24 13:21:24 +02:00
Thomas a0b49fbd67 Update Circle.lua (#2116) 2024-04-24 10:42:19 +02:00
Thomas ae213c4cf1 Update Cube.lua (#2117) 2024-04-24 10:42:04 +02:00
Thomas 8dea86b921 Update Line.lua (#2118) 2024-04-24 10:41:49 +02:00
Thomas 44003a8fda Update Oval.lua (#2119) 2024-04-24 10:41:33 +02:00
Thomas b883bb1e62 Update Polygon.lua (#2120) 2024-04-24 10:41:19 +02:00
Thomas db35a67bd7 Update Triangle.lua (#2121) 2024-04-24 10:40:54 +02:00
Applevangelist bc5946c76e #SHAPES a bit of extra docu 2024-04-23 09:25:47 +02:00
Niels Vaes 3d7172fdf7 Adding SHAPES (#2113)
* Adding a new TerminalType (100)that seems to be introduced in the update that brought Muwaffaq Salti. The base has a couple of spots (like 04, 05, 06) that can only accommodate smaller type fixed wing aircraft, like the F-16, but not bigger types like the Warthog of the Strike Eagle.

Because we weren't checking for this new type, spawning in these particular spots always resulted in an airstart, because `_CheckTerminalType` would always return `false`

* Adding Shapes over from old MOOSE branch

* cleanup

* adding HEXtoRGBA

* removing Arrow.lua, it's part of Polygon.lua
2024-04-23 09:13:52 +02:00
Thomas 28411d2093 Revert "Adding SHAPES (#2110)" (#2112)
This reverts commit 26deaca166.
2024-04-21 10:12:51 +02:00
Niels Vaes 26deaca166 Adding SHAPES (#2110)
* Adding a new TerminalType (100)that seems to be introduced in the update that brought Muwaffaq Salti. The base has a couple of spots (like 04, 05, 06) that can only accommodate smaller type fixed wing aircraft, like the F-16, but not bigger types like the Warthog of the Strike Eagle.

Because we weren't checking for this new type, spawning in these particular spots always resulted in an airstart, because `_CheckTerminalType` would always return `false`

* Adding Shapes over from old MOOSE branch

* cleanup

* adding HEXtoRGBA
2024-04-21 10:08:06 +02:00
Applevangelist 95baed1aac #GROUP - make GetCoordinate a bit more robust 2024-04-19 15:57:43 +02:00
Applevangelist 3b364c7650 #SPAWN - less noise 2024-04-19 15:57:21 +02:00
Applevangelist 2a4e242eb2 #AI* minor fixes 2024-04-19 15:54:21 +02:00
Applevangelist 8b2237d183 #CTLD small G fix 2024-04-19 15:45:11 +02:00
Applevangelist abc26b1e5c #CSAR Add'l logging 2024-04-19 11:33:15 +02:00
Applevangelist b761078c18 XXX 2024-04-18 18:40:59 +02:00
Applevangelist 616690391c SADL/STN conversion fix 2024-04-18 14:51:41 +02:00
Applevangelist 465c395294 SPAWN - Allow setting of "hidden" options 2024-04-18 14:41:29 +02:00
Applevangelist 73bddddba4 #CTLD - ensure extracting troops are not diverted 2024-04-18 09:30:35 +02:00
Applevangelist 9a3effd063 Docu 2024-04-15 18:54:22 +02:00
Niels Vaes b9bd8d88a9 Adding a new TerminalType (100)that seems to be introduced in the update that brought Muwaffaq Salti. The base has a couple of spots (like 04, 05, 06) that can only accommodate smaller type fixed wing aircraft, like the F-16, but not bigger types like the Warthog of the Strike Eagle. (#2109)
Because we weren't checking for this new type, spawning in these particular spots always resulted in an airstart, because `_CheckTerminalType` would always return `false`
2024-04-15 08:57:28 +02:00
Applevangelist 18fd587ab0 xx 2024-04-04 17:22:46 +02:00
Applevangelist ba14330281 Fix for counting alive target units only 2024-04-02 13:22:54 +02:00
Applevangelist 2eb4118d56 xxx 2024-04-02 10:47:58 +02:00
Applevangelist dcc15afb89 xxx 2024-04-01 12:59:14 +02:00
Applevangelist 67b43e2c68 #CTLD - Extract troops makes troops run towards the helo 2024-03-28 11:12:23 +01:00
Applevangelist 2ad111dd50 #CTLD - allow availability of crates restriction to one zone 2024-03-28 08:44:54 +01:00
Applevangelist ac42b56b8e nil check 2024-03-27 14:40:34 +01:00
Niels Vaes 874fa7ad69 Fixing a bug where on a rare condition, an A10CII could be spawned and the SpawnInitSADL of the Spawn object wouldn't be set correctly (#2108) 2024-03-25 17:26:44 +01:00
Frank 70c29de695 Update Airbase.lua
- Fixed docs of airbase enumerators for SouthAtlantic (was Falklands) and Sinai (was SinaiMap)
2024-03-24 17:58:02 +01:00
Applevangelist b263cddc07 #MSRS - Fix for explicit Voice setting actually overwriting overall settings of a provider. 2024-03-24 13:24:38 +01:00
Applevangelist 613d33d731 #SCORING - added option to give a file path for saving and an option to switch autosave off 2024-03-23 14:58:54 +01:00
Applevangelist 50298e4109 Fix for unknown Threat Type 2024-03-22 08:56:00 +01:00
Applevangelist 244abe2bbb #Minor Fixes 2024-03-15 10:25:40 +01:00
Applevangelist 378e76e45b Added UTILS.ClockHeadingString(refHdg,tgtHdg) thanks to @statua 2024-03-13 09:08:39 +01:00
Thomas 241b31fcec Update Controllable.lua 2024-03-12 11:26:59 +01:00
Thomas 3dd069d7d6 Update Controllable.lua
Docu adjustments
2024-03-12 11:25:33 +01:00
Thomas aca4e4d7ca Update Controllable.lua (#2105)
Added setting of AI radio options
2024-03-12 10:49:06 +01:00
Applevangelist 2f81fcb0c0 #STATIC
* Add :FindByMatching() and :FindAllByMatching()
2024-03-11 18:19:19 +01:00
Applevangelist 8cf11de774 #SPAWN
* Small change to keep unitnames when using Razbam's setting IFF via unit names
2024-03-11 18:18:50 +01:00
Applevangelist 176bd0eb8b xx 2024-03-11 08:29:56 +01:00
Applevangelist 10edd2f9d0 xxx 2024-03-10 17:59:26 +01:00
Applevangelist 11acb578f6 #SPAWN
* Fix an issue for SPAWN:NewFromTemplate when re-using same template over and again
2024-03-10 16:52:46 +01:00
Applevangelist 4d8abe7f57 #MARKEROPS_BASE
* Fix event coalition
2024-03-10 16:20:06 +01:00
Applevangelist ab14fbd11c #MARKEROPS - Added Coalition on FSM events 2024-03-08 10:06:16 +01:00
Applevangelist cb61177252 CSAR/CTLD basic support for MH-60R 2024-03-07 10:20:31 +01:00
kaltokri 1e15509001 Fixed broken link to demo mission 2024-03-05 22:29:28 +01:00
kaltokri bfa8719ec3 Updated versions of all GitHub actions 2024-03-05 22:11:20 +01:00
Applevangelist 3652376d42 #CTLD - Slight position spawn variation in case you drop > 1 troop groups 2024-03-05 10:34:15 +01:00