Commit Graph

653 Commits

Author SHA1 Message Date
FlightControl 900a55614b Change in defense reactivity and distance calculations. 2018-11-09 17:00:40 +01:00
FlightControl f76b0dc7d3 Select correct template to engage is working now also. 2018-11-09 16:47:06 +01:00
FlightControl 238b1cb925 Finish 2.4.9 2018-11-09 06:46:24 +01:00
FlightControl cfc0367c55 Fixing problems with A2A_GCI. 2018-11-09 06:45:34 +01:00
FlightControl 488804308b Undo my last stupid mistakes. 2018-11-09 06:27:16 +01:00
FlightControl 5a2bac9979 Got engage working from the air. Now I need to fix:
- Overhead
- Correct Defense Type assignment to engage.

# Conflicts:
#	Moose Development/Moose/AI/AI_A2G_Dispatcher.lua
#	Moose Setup/Moose.files
2018-11-08 07:44:50 +01:00
FlightControl e7181c255b Got engage working from the air. Now I need to fix:
- Overhead
- Correct Defense Type assignment to engage.
2018-11-08 07:38:04 +01:00
FlightControl 0e656c8520 Progress, patrolling works. Engagement not yet. 2018-11-07 07:24:45 +01:00
FlightControl a36e39205b Further fixes and optimizations for the A2A dispatcher plane optimization. 2018-11-06 18:50:42 +01:00
FlightControl 3789674666 First version of AI_A2G_DISPATCHER ...
- Created a new AI_AIR class. AI_A2A and AI_A2G inherit from AI_AIR.
- Created a new AI_A2G_DISPATCHER class.
- Created a new AI_A2G_ENGAGE class, that implements the SEAD, CAS and BAI actions.
- The AI_A2G_DISPATCHER implements now:
  * SEAD, CAS and BAI attacks from airbases.
  * AddDefenseCoordinate() to set a defense coordinate.
  * RemoveDefenseCoordinate() to remove a defense coordinate.
  * SetDefenseReactivenessHigh() for high reactiveness.
  * SetDefenseReactivenessMedium() for medium reactiveness.
  * SetDefenseReactivenessLow() for low reactiveness.
  * Overhead for ground attacks.
  * Grouping for ground attacks.
  * Evaluates task type based on enemy group composition.

- Tested AI_A2A_DISPATCHER for backward compatibility.
- Implemented spawning of airplanes in AI_A2A_DISPATCHER:
  * SetSquadronVisible() method to make the squadron visible at the airport.
2018-11-05 21:52:31 +01:00
FlightControl a22774b278 Fixing takeoff bug in air for dispatchers. 2018-11-05 21:44:47 +01:00
FlightControl 9d3796b605 Changes 2018-11-05 21:26:47 +01:00
FlightControl 3e3dfc83aa First Version of AI_A2G_DISPATCHER. There are lots of challenges here to overcome. One of the first one is the defense points. 2018-11-02 16:43:06 +01:00
Frank 1a4baeafb6 Warehose v0.6.6
WAREHOUSE:
- Improved parking spot check for airbase ship.
AI_FORMATION:
- Added Stop option
CT:
- fixes
COORDINATE:
- Improved landing waypoint.
2018-10-28 13:15:38 +01:00
FlightControl f0b5ec1025 Fixed the out of fuel bug. 2018-10-26 12:08:48 +02:00
Frank c354fecc6d Merge branch 'develop' into FF/Develop 2018-10-24 21:47:52 +02:00
Frank 4434d1da21 Fixes
AI_FORMATION:
* added stop possibility ad interval input
WAREHOUSE
* added autodefence assignment
UNIT:
* improved  InAir() check function
2018-10-24 21:32:07 +02:00
FlightControl 17ffc7cef9 Updates for visibility of squadrons before start. 2018-10-24 20:55:04 +02:00
FlightControl 52069cc1d0 Respawning of existing visible resources at the airbases is working. 2018-10-24 00:18:02 +02:00
FlightControl 1eda5af7df Visible before start, uncontrolled planes. 2018-10-22 07:06:24 +02:00
FlightControl 1c6c0c4d81 Fixing resuming task after refuelling. 2018-10-21 14:36:05 +02:00
FlightControl e4334cccb3 Fixing back to the inclusion of inactive units. 2018-10-21 13:12:20 +02:00
FlightControl 90e7688cea Optimized the boarding and unboarding of cargo. fixed bug when in defence of APC, cargo would not be loaded. The boarding and unboarding has become much more stable now. 2018-10-18 20:25:21 +02:00
FlightControl ce9d1837a7 Optimized the boarding and unboarding of cargo. fixed bug when in defence of APC, cargo would not be loaded. The boarding and unboarding has become much more stable now. 2018-10-18 20:11:31 +02:00
FlightControl 65c28d6628 Optimized the boarding and unboarding of cargo. fixed bug when in defence of APC, cargo would not be loaded. The boarding and unboarding has become much more stable now. 2018-10-18 18:24:25 +02:00
FlightControl 07d666b030 Optimized the boarding and unboarding of cargo. fixed bug when in defence of APC, cargo would not be loaded. The boarding and unboarding has become much more stable now. 2018-10-18 07:27:09 +02:00
FlightControl 8a78308dbc Improvements on the pickup. Avoid a template as part of a CarrierSet to be considered as a valid carrier for pickup. And improved the timing of the loading. 2018-10-17 19:21:35 +02:00
FlightControl a8f42d61fa APC defense ... optimized the unloading of infantry when enemies are nearby. Now the infantry is reloading into the APCs when the enemies are eliminated. 2018-10-15 07:20:46 +02:00
FlightControl f8f0114f06 Documentation and exact location of test missions. 2018-10-13 07:54:15 +02:00
FlightControl 4171cc45f5 Fixing a mistake on capture. 2018-10-13 07:49:14 +02:00
FlightControl a60626468c Implemented the capturing of the airbase. 2018-10-13 07:33:25 +02:00
FlightControl 8f6a3d5c49 I have the refuel again working for the AI_A2A_DISPATCHER.
And the status checks are again functional for CAP and GCI!
2018-10-01 20:29:33 +02:00
Frank 7e5495bcd8 Warehouse v0.5.5
Added AssetDead event.
Some fixes.
2018-09-30 00:19:08 +02:00
Frank 8fb1807ec0 Merge branch 'develop' into FF/Develop 2018-09-26 22:38:30 +02:00
FlightControl 2dc7ca0cb2 Fixing nearrange bug and command center tasking auto assignment optimization. Moved auto assignment task menu to the command center group menu structure. I hope it will work ... 2018-09-26 22:14:59 +02:00
Frank a76ea8f393 Stuff 2018-09-26 21:40:18 +02:00
Frank 49d2f5eef1 Back 2018-09-24 10:44:23 +02:00
Frank 71415a9796 Merge branch 'develop' into FF/Develop 2018-09-24 10:06:24 +02:00
Frank 483c5deddd Wrong 2018-09-24 10:00:43 +02:00
FlightControl def7a1513e fixes stupid error I did on AI_CARGO_DISPATCHER. 2018-09-24 05:40:40 +02:00
Frank 954ca31c79 Strange Things! 2018-09-23 21:45:19 +02:00
FlightControl ddeb832f12 Documentation 2018-09-22 10:29:52 +02:00
FlightControl 163e42ee6e Documentation 2018-09-22 10:06:19 +02:00
FlightControl 9ca61c680e Documentation 2018-09-22 09:57:46 +02:00
FlightControl d86419f893 Documentation 2018-09-22 09:55:40 +02:00
FlightControl 6e67da1672 Dispatcher documentation. 2018-09-22 09:45:57 +02:00
FlightControl 6b2e9fcb5f Documentation 2018-09-22 09:34:36 +02:00
FlightControl 136a2ce5f2 Documentation test 2018-09-22 09:28:08 +02:00
FlightControl e274ac3151 Documentation 2018-09-21 21:18:40 +02:00
FlightControl c8f2786611 Unboarding and Unboarding timing updates. 2018-09-21 16:29:53 +02:00