FlightControl_Master
19b3dcec21
# Conflicts:
...
# Moose Development/Moose/AI/AI_Cargo_APC.lua
# Moose Development/Moose/Wrapper/Controllable.lua
2018-05-06 07:36:58 +02:00
FlightControl_Master
810d900d7e
Working with Transporting mode on or off.
2018-05-02 22:18:07 +02:00
funkyfranky
e5268a29cf
ARTY v0.3
...
First working version. But still WIP.
2018-04-30 12:05:51 +02:00
FlightControl_Master
c999389cda
Handler for unloading too.
2018-04-23 06:51:49 +02:00
FlightControl_Master
fea2f55fbb
Lots of optimizations
2018-04-12 13:59:55 +02:00
FlightControl_Master
4eb596f5bf
Finish Cargo/FC/Transport
2018-04-09 12:56:11 +02:00
FlightControl_Master
7735120f25
Progress on AI_CARGO_TROOPS
2018-04-07 14:21:34 +02:00
FlightControl_Master
c60dda2545
Cargo Crate transportation working :-)
2018-04-05 15:06:36 +02:00
FlightControl_Master
93640b1d8e
-- Further fixes for TASK_CARGO_TRANSPORT
2018-03-29 12:02:07 +02:00
FlightControl_Master
e7518d69e6
Cargo Troops
2018-03-26 07:39:55 +02:00
FlightControl_Master
706aea01ca
Cleanup of documentation of AI
2018-03-20 10:34:53 +01:00
FlightControl_Master
7c2c6daf3e
Tracify comments
2018-03-18 11:17:37 +01:00
Sven Van de Velde
3ce5d71fc9
Fixing issue #799
2018-02-18 11:44:01 +01:00
funkyfranky
6f6db6d26f
Added last waypoint to RouteGroundOnRoad function if that is not on road.
2018-02-11 17:17:13 +01:00
funkyfranky
f69f666deb
Added new ways to find routes using roads.
...
COORDINATE class: added two new functions to find the nearest road and coordinates to a destination using roads.
CONTROLLABLE class: added new function to route a controllable using roads.
2018-02-11 16:40:03 +01:00
FlightControl_Master
f18b18187b
Optimizing Scoring and Controllable
2017-12-10 14:28:58 +01:00
FlightControl_Master
7fd2500db4
Fixed issue with SpawnInAir
2017-12-08 14:58:22 +01:00
funkyfranky
3a0f60adc9
Suppression Fire and Alarm State
2017-10-12 00:36:21 +02:00
FlightControl_Master
e1f4bdc24b
Improvements on Patrol
2017-09-25 12:55:12 +02:00
FlightControl_Master
27e8226330
Added Patrol methods
...
* CONTROLLABLE has received the following new methods:
* :PatrolRoute()
* :PatrolRouteRandom( Speed, Formation )
* :PatrolZones( ZoneList, Speed, Formation )
2017-09-24 08:17:28 +02:00
FlightControl_Master
fcce06c3f1
Error handling
2017-09-08 10:30:52 +02:00
FlightControl_Master
6959f50777
First fixes
2017-09-08 10:19:48 +02:00
FlightControl_Master
1cf2383dfd
First version
2017-08-15 17:44:09 +02:00
FlightControl_Master
d558c5be21
Updates
2017-08-13 17:04:04 +02:00
FlightControl_Master
e16e5d9a81
Fixes
2017-08-08 21:37:12 +02:00
FlightControl_Master
3dde62a550
Fixed key problem in TaskFunction()
2017-08-08 18:08:40 +02:00
FlightControl_Master
8a334b6671
Documentation
2017-08-08 16:11:31 +02:00
FlightControl_Master
386777930e
Updates of tasking
2017-08-08 15:54:44 +02:00
FlightControl_Master
2aecf45316
Many Fixes
2017-08-08 09:42:42 +02:00
FlightControl_Master
9054a493f9
Updated defects in dispatcher
2017-08-01 17:35:53 +02:00
FlightControl
300ee0a16a
Fix trace amount and performance
2017-07-02 17:59:56 +02:00
FlightControl
af230d9874
Fixed goal problem in TASK_CARGO_TRANSPORT more or less, needs further investigation
2017-07-02 12:44:27 +02:00
FlightControl
1ea916ec73
Progress
2017-06-12 16:25:05 +02:00
FlightControl
4f91ba6081
Progress
2017-06-10 10:59:41 +02:00
FlightControl
d120875fa9
Merge remote-tracking branch 'refs/remotes/origin/master' into 562-AI-A2A-Dispatcher
2017-06-07 09:06:53 +02:00
FlightControl
9dfff9ae5e
Added TaskRouteToVec2 method
2017-06-06 22:11:25 +02:00
FlightControl
2fb83c89af
Progress
2017-06-06 14:43:40 +02:00
FlightControl
09776a60c9
ooofff! waypoint functions and route setting is now working how i wanted it to work
2017-06-02 11:21:53 +02:00
FlightControl
531f8a9106
Progress
2017-05-31 22:41:29 +02:00
FlightControl
a3289205e6
Progress
2017-05-31 18:58:34 +02:00
FlightControl
9984055f7d
Documentation
2017-05-29 18:02:57 +02:00
Delta-99
8096c170d5
EnRouteTaskEngageTargets defined twice
...
EnRouteTaskEngageTargets was defined twice. The 2nd instance looks like
it should have been named EnRouteTaskEngageTargetsInZone. Fixed and
added documentation at the top.
2017-05-28 13:09:50 -04:00
FlightControl
2b0fcd3426
Progress
2017-05-20 22:04:44 +02:00
FlightControl
ece08e5e37
Got something working with these coordinates
2017-05-20 16:32:56 +02:00
FlightControl
f359c8c380
Attack map object as part of BA
2017-05-09 21:29:19 +02:00
FlightControl
743fa8ced1
new AI_BAI class
2017-05-09 10:40:05 +02:00
FlightControl
c7d6027734
Optimizations for detection
...
-- Detected range will now correctly update between detections.
-- Detected known or unknown type will now be correctly reported.
-- Detected distance is now correctly estimated or known.
-- Removed visual detection, because it just is not working correctly.
-- Cleaned up the code.
-- Added new fields in DetectedObject structure.
-- Added parameters for IsTargetDetected API
2017-05-03 12:05:15 +02:00
FlightControl
036768d400
Progress!
2017-04-22 13:53:54 +02:00
FlightControl
b1c7e04422
Progress
2017-04-19 19:13:23 +02:00
FlightControl
ff69012c8d
Working
2017-03-26 08:47:50 +02:00