Applevangelist
5034005f6b
slightly higher landing speed
2021-05-02 15:29:42 +02:00
Frank
b00778bb86
Update AI_A2A_Cap.lua
...
Fixes #1474
2021-03-29 09:53:30 +02:00
Applevangelist
f18c818b8e
Update AI_Cargo_Helicopter.lua
2021-02-19 10:04:30 +01:00
Applevangelist
4deca4f816
Update AI_Cargo_Helicopter.lua
...
Helicopters don't drive, they fly... ;)
2021-02-19 09:59:12 +01:00
Applevangelist
cdb491bb5f
Update AI_Cargo_Helicopter.lua
...
Added docu on Pseudo Function, make Home() function clear and Height useful
2021-02-18 17:05:36 +01:00
Applevangelist
d10adb5de8
Update AI_A2G_Dispatcher.lua
...
Corrected Docu line 434
2021-01-16 14:50:36 +01:00
Applevangelist
29727ec9a6
Update AI_A2A_Dispatcher.lua
...
Closed gap in Docu
2021-01-13 08:44:10 +01:00
Frank
ae6613fae1
CARGO
2021-01-12 00:42:00 +01:00
Frank
e2c5688670
Merge pull request #1425 from Applevangelist/patch-37
...
Update AI_Cargo.lua
2021-01-05 21:18:38 +01:00
Applevangelist
cbc5b5bb89
Update AI_Cargo.lua
...
Fix for another dead end
2021-01-05 11:27:37 +01:00
Applevangelist
218c7736e0
Update AI_Cargo_Helicopter.lua
2021-01-05 11:25:03 +01:00
Applevangelist
8e46e41b34
Update AI_Cargo_Helicopter.lua
...
Fix for missed FSM call
2021-01-05 09:54:10 +01:00
Applevangelist
697d12aefc
Update AI_A2A_Dispatcher.lua
...
#1422
2021-01-03 16:31:07 +01:00
Frank
89afd2b4c0
Merge pull request #1421 from FlightControl-Master/FF/MasterDevel
...
Events and Database
2021-01-03 00:10:00 +01:00
Frank
417af6a93c
Client
2021-01-02 21:45:19 +01:00
Frank
9a2f6c7faa
Merge pull request #1420 from Applevangelist/patch-34
...
Update AI_Cargo_Helicopter.lua
2021-01-02 19:47:06 +01:00
Applevangelist
c51a65f058
Update AI_Cargo_Helicopter.lua
...
Removed unnecessary FSM transitions, added height to Waypoints to avoid (blue) Helis to creep over the ground
2021-01-02 18:56:27 +01:00
Applevangelist
5b2e67df19
Update AI_Cargo.lua
...
Some small additions from learnings from AI CARGO HELI
2021-01-02 18:53:58 +01:00
Applevangelist
774c8971c8
Update AI_Cargo_Helicopter.lua
...
Fixed FSM dead ends
2021-01-01 17:24:00 +01:00
Applevangelist
721d027fb3
Update AI_Cargo_Helicopter.lua
...
MI-26 is slightly over 5m blocking boarding of Cargo
2021-01-01 16:37:55 +01:00
Frank
5185ea35fe
Merge pull request #1415 from acrojason/naval-cargo
...
Multiple ship types, set default cargobay limit, fixed doc bug
2021-01-01 02:21:41 +01:00
acrojason
ec039f2999
Multiple ship types, set default cargobay limit, fixed doc bug
2020-12-31 17:04:21 -08:00
Frank
57bc6de12b
Merge pull request #1414 from acrojason/naval-cargo
...
Naval cargo
2020-12-31 20:38:30 +01:00
acrojason
1b80d68f50
Add support for naval logistics
2020-12-31 10:15:32 -08:00
Frank
08ba001b45
Update AI_Air_Engage.lua
...
Issue #1403
2020-12-19 01:18:01 +01:00
Frank
ee6954a4b9
Update AI_Air_Engage.lua
...
- Changed :Count to :CountAlive for AttackSetUnit. Issue #1393
2020-12-17 13:54:59 +01:00
Applevangelist
ff4927dbb7
Update AI_Air.lua
2020-11-25 12:38:31 +01:00
Applevangelist
5842562ce1
Update AI_Air.lua
...
Resolves AI reeping low back to base, and possible also issue #1305
2020-11-24 16:23:22 +01:00
Frank
b34b537a26
Update AI_Formation.lua
...
- Issue #1358
2020-10-28 09:46:03 +01:00
Frank
9cb3111dd5
Github issues addressed
...
- Fixes #1342
- Fixes #1333
- Fixes #1331
2020-10-26 09:13:49 +01:00
acrojason
4b8b13dd68
Initial changes to support Naval Cargo
2020-09-23 09:40:42 -07:00
Frank
15cb9bec40
Updates, new classes and fixes
...
**AI_FORMATION**
- Performance improvents. This also affects the **RESCUEHELO** class.
**EVENT**
- Added events when object is of category BASE.
**FSM**
- Removed a few tracing calls.
- Updated docs.
**POINT**
- Added Update Vec functions to COORDINATE.
- Added *overwrite* option to COORDINATE:Translate() function.
- Removed second COORDINATE:Translate() function.
- Optimized COORDINATE:GetClosestAirbase() function.
- Added *Offset* parameter to COORDINATE:IsLOS() function.
**RADIO**
- Updated BEACON type and system enums.
**RADIOQUEUE**
- Use Vec3 instead of COORDINATE. Performance improvement.
**SET**
- Added some functions.
**TIMER**
- Added new class. Little sister of SCHEDULER class.
**DCS**
- Minor changes regarding docs.
**ATIS**
- Added "Miles.ogg", "StatuteMiles.ogg", "Zulu.ogg".
**ENUMS**
- Added ENUMS.Formation.Vehicle
- Added ENUMS.AlarmState
** PROFILER**
- Added new lua profiler.
**UTILS**
- Minor changes and additions.
**AIRBASE**
- Improved Registration.
- Improved Parking spot handling.
- Aded :IsAirdrome(), IsHelipad(), IsShip() functions.
- Improved :GetRunwayData() for Syria airports.
**CONTROLLABLE**
- Fixed bug in :CommandSetFrequency() fuction (Hz vs. MHz).
- Updated/fixed :TaskFAC_AttackGroup() function.
**GROUP**
- Added :GetThreatLevel() function.
- Added :IsInZone() function to check if any unit is in the zone.
**MARKER**
- Added new class handling F10 markers using FSM.
2020-08-29 21:55:59 +02:00
acrojason
18fd9cdc3d
Initial AI_Cargo_Dispatcher_Ship
2020-06-04 21:09:35 -07:00
acrojason
fdcdf52d9a
Initial creation of AI_Cargo_Ship
2020-06-04 08:46:30 -07:00
Frank
2658230331
Update and fixes
...
AI_A2G_DISPATCHER
- Fixed report output.
ENUMS
- Added Morse code.
2020-05-17 00:28:12 +02:00
zlinman
0b7ac754c5
only type error corrected, spaces deleted
2020-05-04 12:53:09 +02:00
Frank
b25697e261
Merge branch 'develop' into FF/Develop
2020-04-24 16:57:40 +02:00
Frank
da05c41c27
Update AI_Air_Engage.lua
...
Should fix #1206
2020-04-24 00:40:54 +02:00
Frank
3c428723f8
Update AI_Air.lua
...
Should fix issue #1205
2020-04-24 00:16:18 +02:00
Frank
909c028e48
Update AI_A2A_Patrol.lua
...
Fixes issue #1307
2020-04-23 16:04:50 +02:00
Frank
36aebd3c04
Merge pull request #1299 from FlightControl-Master/thebgpikester-ai_Patrol_Baro
...
change default to "BARO"
2020-04-20 22:02:43 +02:00
Frank
007831bb9a
Merge pull request #1298 from FlightControl-Master/thebgpikester-Dispatcherchanges
...
Changing default altitude to BARO
2020-04-20 21:57:13 +02:00
Frank
4b369fae95
A2G Dispatcher
...
Fixes issue #1303
2020-04-08 11:54:09 +02:00
Pikes
6d75b25f57
change default to "BARO"
...
addition on AI_A2A_Patrol already done
2020-04-02 13:50:41 +01:00
Pikes
bfb3ae33f4
Changing default altitude to BARO
...
to avoid DCS AI stopping engaging or even flying int he right direction.
2020-04-02 13:26:03 +01:00
Frank
1e1154d190
controllable
2020-01-19 22:14:45 +01:00
Frank
fcfcfeae00
Misc
2020-01-06 00:15:44 +01:00
Frank
aa6515e1ca
AI_AIR
...
- Fixed onafterRefuel
2020-01-02 22:50:35 +01:00
Frank
d5b8ed62ae
AI_AIR
...
- Fixed call to .Resume function if AI_A2A_CAP is calling.
2020-01-02 20:15:42 +01:00
Frank
9fb311bf7d
Update AI_A2A_Patrol.lua
2019-12-29 23:10:49 +01:00