Frank
0e4eb9a263
Merge branch 'develop' into FF/OpsDev
2025-10-25 21:18:04 +02:00
Applevangelist
dbae37f151
xx
2025-10-13 18:51:55 +02:00
smiki
ec0ff7afcd
[Fixed] Zone Scans returns objects outside the zone
2025-09-24 15:14:21 +02:00
Applevangelist
674c6eec81
More randomness in functions using random coordinates
2025-08-07 11:30:44 +02:00
leka1986
eb15fadcfe
Added SetPartlyInside. if used, it the :Trigger will trigger as soon as any of the group units enteres the zone even if they are far apart.
2025-08-02 17:40:55 +02:00
smiki
90f1d1df2a
Merge remote-tracking branch 'origin/master'
2025-07-25 23:27:11 +02:00
smiki
a5726c0ed8
[ADDED] UTILS.ShowPicture. Overlay pictures for players.
...
Refactoring
2025-07-25 23:27:01 +02:00
Applevangelist
23ff128ac8
#ZONE added ZONE_BASE:FindNearestCoordinateOnRadius()
2025-07-25 19:05:01 +02:00
smiki
74712b6e27
[ADDED] Disposition.getSimpleZones to ZONE_POLYGON_BASE to support all zone types
2025-07-25 14:17:03 +02:00
smiki
a462c5a493
[Fixed] Disposition.getSimpleZones
2025-07-24 01:51:10 +02:00
smiki
03763e16d6
[ADDED] Disposition.getSimpleZones
2025-07-23 12:19:00 +02:00
smiki
c1e8ee12e0
[ADDED] Disposition.getSimpleZones
2025-07-23 11:48:33 +02:00
smiki
ac8cc408c1
[FIXED] Disposition.getSimpleZones
2025-07-23 11:48:07 +02:00
smiki
9e0f03a3cd
[FIXED] Memory leaks
2025-07-03 08:44:41 +02:00
Frank
98e2997e26
Merge branch 'develop' into FF/OpsDev
2025-04-09 22:43:24 +02:00
Applevangelist
76dc0d690a
#POINT - Removal of References to legacy POINT_VEC2/3 classes
2025-04-01 13:17:48 +02:00
Applevangelist
32f0bb33c3
#ZONE - Trigger added OnAfterZoneEmpty and OnAfterObjectDead
2025-03-13 10:50:15 +01:00
Applevangelist
4976cd86f2
ZONE_ELASTIC - function to remove vertices
2025-03-09 14:36:42 +01:00
Applevangelist
45ebf9a3c7
#ZONE_ELASTIC - Fix zone filling
2025-03-06 12:25:57 +01:00
Thomas
b03978cc3d
Update Zone.lua
...
Correct radius sphere search in ZONE_RADIUS:SearchZone()
2025-01-22 09:43:57 +01:00
Applevangelist
e746617139
#Rap up changes
2024-08-18 13:58:18 +02:00
Thomas
c2aa57c603
Update Zone.lua
...
Gg
2024-07-21 07:41:36 +02:00
Frank
fa8e1d2a56
Merge branch 'FF/Ops' into FF/OpsDev
2024-06-19 07:53:54 +02:00
Niels Vaes
c985d40ca0
Fix when DCS adds duplicate points to the points table of a drawing resulting in wrong triangulation ( #2128 )
...
* 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
* Fix when DCS adds duplicate points to the `points` table of a drawing, resulting in wrong triangulation
2024-05-19 12:46:17 +02:00
Frank
75068a2a26
Merge branch 'FF/Ops' into FF/OpsDev
2024-03-24 17:25:02 +01:00
Applevangelist
244abe2bbb
#Minor Fixes
2024-03-15 10:25:40 +01:00
Applevangelist
d64dadd9a9
docu
2024-03-01 08:23:32 +01:00
Rolf Geuenich
ced01a993d
Added Links to new demo mission repository
2024-02-23 11:33:02 +01:00
Applevangelist
27ea85ea57
Minor fixes
2024-02-20 12:07:42 +01:00
Frank
8fd3034503
Merge branch 'FF/Ops' into FF/OpsDev
2024-01-01 21:55:52 +01:00
Frank
e89b921f3e
Update Zone.lua
2023-12-22 10:27:00 +01:00
Frank
0d18ce086c
Update Zone.lua
2023-12-21 22:33:08 +01:00
Frank
8fb126682f
Merge branch 'master' into FF/MasterDevel
2023-12-21 22:22:10 +01:00
Applevangelist
702ec75935
Small fix
2023-12-19 17:38:31 +01:00
Applevangelist
d803b51e84
#ZONE
...
* Fixed filling/drawing of more complex polygon zones
* Added function to (re-)fill polygon
* Added function to (re-)draw polygon outline
2023-12-19 10:19:44 +01:00
Frank
c72f109553
SRS
2023-12-19 00:02:17 +01:00
Applevangelist
ff6704f123
#ZONE docu fixes
2023-12-07 15:11:53 +01:00
Applevangelist
c770f4cb68
#ZONE Docu fixes
2023-12-07 13:46:32 +01:00
Frank
a20b6e8a62
Merge branch 'FF/Ops' into FF/OpsDev
2023-12-03 21:10:24 +01:00
Frank
cca5a5d55d
Fixes
...
- Fixed A/C starting on ALERT5
- Fixed nil check for DrawID in UndrawZone
2023-12-03 20:51:19 +01:00
Applevangelist
f739062463
#ZONE_OVAL - fix documentation and intellisense
2023-12-03 12:39:08 +01:00
Applevangelist
cf7d41cd7f
#ZONE_POLYGON improvements
...
#ZONE_OVAL NEW
2023-12-03 11:42:53 +01:00
Frank
4ce6cc7776
Merge branch 'FF/Ops' into FF/OpsDev
2023-11-17 18:06:17 +01:00
Frank
5353be482e
getCategory behaviour
...
- Fixed several classes for new `getCategory` behaviour (should be backwards compatible to earlier DCS versions).
2023-11-16 22:32:01 +01:00
Frank
da91b710a9
Merge branch 'FF/Ops' into FF/OpsDev
2023-10-31 20:17:10 +01:00
kaltokri
d92d2d07c5
Fixed broken links
2023-10-31 15:21:15 +01:00
kaltokri
1086c61ccf
Fixed broken links
2023-10-31 13:04:48 +01:00
kaltokri
b05683d384
Fixed some broken links
2023-10-31 10:25:00 +01:00
Applevangelist
f6b5c69d4e
#Triggers - docu changes
2023-10-17 16:58:14 +02:00
Applevangelist
a7f01eb04a
#ZONE and #SET_ZONE watch trigger
2023-10-17 16:02:01 +02:00