Commit Graph

40 Commits

Author SHA1 Message Date
Ambroise Garel 655b5bc6aa Added "Helicopter hunt" mission objective 2025-09-16 19:49:35 +02:00
Ambroise Garel b392c55828 Added function DCSEx.zones.getAirbases(zoneTable, coalition) 2025-09-16 19:05:10 +02:00
Ambroise Garel 98baf8a3c0 Added support for parked aircraft generation 2025-09-16 18:43:50 +02:00
Ambroise Garel 404095967d Added OCA to DCSEx.enums.taskFamily 2025-09-16 12:07:13 +02:00
Ambroise Garel 4ebbf398d2 Added AIRBASE_TARGET and PARKED_AIRCRAFT_TARGET to DCSEx.enums.taskFlag 2025-09-16 12:00:35 +02:00
Ambroise Garel 104fee86e9 Added DCSEx.math.getLength3D(vec3) 2025-09-14 12:06:55 +02:00
Ambroise Garel fdb5090e40 Added function DCSEx.world.getPlayersOnGround(side) 2025-09-11 10:58:51 +02:00
Ambroise Garel f1a87bcfa8 Restored DCSEx.dcs.doNothing() 2025-08-07 19:07:41 +02:00
Ambroise Garel b4701a98e2 Merge pull request #14 from VEAF/davidp57/bug-callsigns
Updated the currentCallsigns table, because there can be 20 max callsign numbers for some callsign types.
2025-08-03 19:42:06 +02:00
David Pierron 24a73b73c7 Updated the currentCallsigns table, because there can be 20 max callsign numbers for some callsign types. 2025-08-03 19:36:21 +02:00
Ambroise Garel 6b765e7c80 Merge pull request #8 from VEAF/davidp57/issue1
VEAF MCT - error when adding AI planes to the mission
2025-08-03 19:22:51 +02:00
Ambroise Garel e840bc3b0d Added DCSEx.world.getFirstPlayer function 2025-08-01 16:59:46 +02:00
Ambroise Garel 25ba1ccd2e Cleaned up and added comments 2025-08-01 16:57:15 +02:00
Ambroise Garel 8d05b98a95 Cleaned up and added comments to DCSEx tables 2025-07-31 11:02:03 +02:00
David Pierron 3e1bd1e52e VEAF MCT - error when adding AI planes to the mission
Fixes VEAF/the-universal-mission-for-dcs-world#1
2025-07-31 10:18:48 +02:00
Ambroise Garel 33f8986317 Added datalink setup 2025-07-30 15:50:13 +02:00
Ambroise Garel 1488001442 Merge branch 'environment-library' 2025-07-29 14:42:28 +02:00
Ambroise Garel e1928722db Added function DCSEx.string.getTimeString 2025-07-29 14:03:03 +02:00
Ambroise Garel 26cf432bb3 Added DCSEx.envMission.getPlayerGroupsCenterPoint(coalitionId) 2025-07-29 13:06:48 +02:00
Ambroise Garel 9cce425dbb Fixed a bug with "force hidden" option 2025-07-27 15:24:02 +02:00
Ambroise Garel 5d022d3edf Added getStaticObjectByID(), fixed bug in getSceneriesInZone() 2025-07-27 15:07:23 +02:00
Ambroise Garel 8d097be575 Removed some AI options causing trouble with AI aircraft 2025-07-26 19:03:30 +02:00
Ambroise Garel 0165dd807c Added "prohibitJettison" option for aircraft 2025-07-25 21:08:09 +02:00
Ambroise Garel 74cce4b048 Added AI options to improve behavior of air units 2025-07-25 19:38:09 +02:00
Ambroise Garel 8fdbfedb60 Increased aircraft spawn altitude to avoir crashes in nearby hills 2025-07-25 15:50:11 +02:00
Ambroise Garel 4699a6ee47 Added xyDistance parameter to setAircraftTaskFollow 2025-07-25 15:23:31 +02:00
Ambroise Garel 25de01ee2c Fixed bug with "spawn altitude" option for aircraft 2025-07-25 12:06:12 +02:00
Ambroise Garel 59dbe9f3a0 Fixed bug in DCSEx.world.getMarkerByText 2025-07-25 10:24:51 +02:00
Ambroise Garel 46cea8eba9 Added DCSEx.world.getGroupCenter 2025-07-25 10:08:43 +02:00
Ambroise Garel be154c3540 Fixed bug in DCSEx.string.firstToUpper 2025-07-25 09:22:01 +02:00
Ambroise Garel f9ce72f9ae Added DCSEx.string.toStringNumber() 2025-07-25 09:11:38 +02:00
Ambroise Garel dd110d37af Added options.payload parameter to specify aircraft payload 2025-07-24 21:39:47 +02:00
Ambroise Garel e0e935450a Added checks for duplicate group/unit names 2025-07-24 10:27:13 +02:00
Ambroise Garel 850a4c7c50 Merge branch 'new-wingman-system' 2025-07-23 22:21:10 +02:00
Ambroise Garel 1f5993c87f Added DCSEx.unitCallsignMaker.getNextGroupCallSign(callsign) 2025-07-23 21:07:50 +02:00
Ambroise Garel affa384385 Added casualFormat parameter to DCSEx.dcs.getBRAA() 2025-07-23 20:40:28 +02:00
Ambroise Garel acd9e0f044 Added returnAsNESWstring parameter to DCSEx.math.getBearing() 2025-07-23 20:40:17 +02:00
Ambroise Garel 9cd6c057fc Added "follow" task for spawned aircraft 2025-07-23 12:01:03 +02:00
Ambroise Garel 693a280555 Fixed bug with convoys sometimes stuck in trees an buildings 2025-07-23 11:25:48 +02:00
Ambroise Garel edb28205cd Initial commit 2025-07-22 10:22:50 +02:00