Commit Graph

46 Commits

Author SHA1 Message Date
kaltokri e032781a92 Changed Core.Group to Wrapper.Group 2023-10-31 16:36:51 +01:00
Frank 52e66ae969 Broken Links
- AI_A2A_Gci Removed reference to SetEngageZone
- Fixed link to #AI_A2G_SEAD.SetEngageRange #2025
- AI_Air_Engage removed reference to SetEngageZone. Does not seem to exist any more.
- AI_Air_Patrol removed reference to SetEngageZone. Does not seem to exist any more or is passed as argument now.
- AI_FORMATION Fixed DCSTypes#AI.Option.Air.val.ROE OptionROE #2029
- SETTINGS Fixed link to Message #2021
- Fixed wrong indent of "Developer Note" in various classes
2023-10-31 13:33:45 +01:00
Frank 77f9721102 AI
- Fixed various `@extends` errors pointing to non-existing classes for AI_*
2023-10-31 11:44:45 +01:00
Applevangelist 5a57d05fd6 Deprecated flags 2023-09-07 16:14:21 +02:00
Applevangelist f31741f934 #AI_ESCORT
* Improve documentation
2023-07-25 12:01:18 +02:00
Applevangelist 7ed0d7eec3 #AI_A2X...
* Fixes
2023-05-09 09:44:41 +02:00
Applevangelist f46f755327 #Docu fixes 2022-11-10 17:32:45 +01:00
TommyC81 0441acf101 Documentation fixes. (#1803)
Improve the consistency of the module intros to the most commonly used version (single dash).

Add missing module information (abbreviated where none existed previously).

Fix broken documentation links

Make module names correspond to filenames (and fix links).

Fix typos.
2022-10-19 12:20:39 +02:00
FlightControl c1b240857f - Remove unnecessary trace lines
- Implement Scheduled Trace - Now source and line number are shown for scheduled calls.
- Info lines are now shown where appropriate.
- The width of trace for the class name is now 25 characters instead of 20.
2019-08-26 08:26:14 +02:00
FlightControl d84ae236eb Added a task message when it is engaging or not. Important for communication to the player. 2019-08-11 12:59:21 +02:00
FlightControl d6b1018700 - Implemented attack nearest target.
- Implemented attack nearest ground target.
- Implemented attack nearest air target.
- Report all targets.
- Report only ground targets.
- Report only ground targets with radar.
- Report only air targets.
- Sort targest from nearest to furthest.
- Improved menu system.
- Improved detection of ground targets and air targets and reporting.
- Added the task TASK_CAPTURE as part of the reporting framework.
- Improved the detection of targets. Now targets with specific detection methods are correctly detected. f.e. disabling DLINK will now work correctly!

All these fixes are great improvements to the AI_ESCORT framework!
2019-08-10 15:41:34 +02:00
FlightControl fbb32a9e45 Removed the escorts to detect targets using DLINK. Now escorts will only report targets that were detected by its own onboard detection methods. 2019-08-07 16:41:21 +02:00
FlightControl 5a97f68778 Escort menus are deleted once the escort crashes. 2019-08-02 21:10:56 +03:00
FlightControl 115743263b Fixed nasty bug where the same plane would be chosen all the time for request spawns. Root cause was the inherit. self variables were also copied during inherit of the chile object, resulting in a bad bad bad behaviour. 2019-08-01 21:16:01 +03:00
FlightControl 59447999f0 Updates 2019-08-01 18:29:57 +03:00
FlightControl 6f4d6c3daf Updates 2019-06-19 18:32:21 +03:00
FlightControl a907369082 FlightMode 2019-06-19 18:17:12 +03:00
FlightControl bc9060adfc Initial flight mode is formation. 2019-06-19 18:13:00 +03:00
FlightControl 4296dbade7 Small fixes 2019-06-19 06:57:40 +03:00
FlightControl 1d4dad0180 Updates 2019-06-18 20:03:24 +03:00
FlightControl 1e0e67c13d Updates 2019-06-18 07:06:00 +03:00
FlightControl 9c523cad52 Updates 2019-06-17 20:25:50 +03:00
FlightControl 6a1bf50700 Updated 2019-06-17 10:19:15 +03:00
FlightControl d34cff1675 Temporary 2019-06-17 09:00:45 +02:00
FlightControl 0a027caa47 Test 2019-06-15 12:47:24 +02:00
FlightControl 7bae22248a Optimizations ROE and ROT and flight modes. 2019-06-01 08:06:18 +02:00
FlightControl 7b5b57c087 updates 2019-05-31 16:35:35 +02:00
FlightControl c5236d337e Updates 2019-05-28 20:44:51 +03:00
FlightControl d3ecbac40a Updates for mission mode. 2019-05-27 17:10:19 +02:00
FlightControl 6be56b1b86 Progress 2019-05-23 16:33:47 +03:00
FlightControl 78a5e89928 Synth 2019-05-17 21:12:02 +02:00
FlightControl e09a02ec14 Escort menus reworked. It took a while (sorry), was involved in many projects in RL. 2019-05-13 11:22:49 +02:00
FlightControl 93951dd4b4 WIP, not for playing. 2019-05-04 07:10:09 +02:00
FlightControl 1440f6c626 WIP, not for play. 2019-05-03 19:11:53 +02:00
FlightControl 3657a19645 Updates of working version. 2019-04-26 18:42:42 +02:00
FlightControl b4d6f78e42 WIP, need to make a new class next week, AI_ESCORT_REQUEST. Need to solve the issue with the formation flying uof multiple escort classes working together. Planes may not crash into each other. 2019-04-25 08:59:07 +03:00
FlightControl b21ff707ba Updates escort before plane trip. 2019-04-23 19:59:11 +03:00
FlightControl 03c47cc9f9 documentation 2019-04-10 18:49:05 +02:00
FlightControl bf449492b5 Updated approach speed logic to prevent airplanes to fly beyond the hold position. 2019-04-09 17:45:29 +02:00
FlightControl 5e67861ea9 Improvements 2019-04-08 17:55:24 +02:00
FlightControl ddfc22bb50 wip 2019-04-08 06:41:22 +02:00
FlightControl f9f4b3a9fd wip 2019-04-08 05:39:57 +02:00
FlightControl 0e14624d39 wip 2019-04-07 11:07:20 +02:00
FlightControl f1d217b6d7 wip 2019-04-07 08:31:22 +02:00
FlightControl 7a89960d21 Updates 2019-04-06 16:33:22 +02:00
FlightControl 4abdad5f35 First version 2019-04-06 13:04:28 +02:00