This website requires JavaScript.
Explore
Help
Register
Sign In
weyne
/
MOOSE
Watch
1
Star
0
Fork
0
You've already forked MOOSE
mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced
2025-08-15 10:47:21 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
MOOSE
/
Moose Development
/
Moose
/
Tasking
History
FlightControl
925ce3ad63
Auto assignment of tasks with prioritization of an auto assign method. The default assign method is random, which is set at the command center. Each task type implements a prioritization mechanism which calculates the priotity of the task based on various methods: random, distance or priority. The distance is calculated from the task coordinate from the command center location.
...
Also fixed in a first try the route bug on Controllables.
2019-03-10 16:41:53 +01:00
..
CommandCenter.lua
Auto assignment of tasks with prioritization of an auto assign method. The default assign method is random, which is set at the command center. Each task type implements a prioritization mechanism which calculates the priotity of the task based on various methods: random, distance or priority. The distance is calculated from the task coordinate from the command center location.
2019-03-10 16:41:53 +01:00
DetectionManager.lua
Fixes in AI_A2G_DISPATCHER
2019-03-09 06:32:11 +01:00
Mission.lua
ARTY v1.0.5
2018-07-29 00:24:05 +02:00
Task_A2A_Dispatcher.lua
Fixing errors with Aborted, Failed and Cancelled state transitions. The handling was wrong, causing the root handlers not being called anymore, causing the task not being able to fail, cancel, abort.
2018-09-09 07:39:13 +02:00
Task_A2A.lua
Auto assignment of tasks with prioritization of an auto assign method. The default assign method is random, which is set at the command center. Each task type implements a prioritization mechanism which calculates the priotity of the task based on various methods: random, distance or priority. The distance is calculated from the task coordinate from the command center location.
2019-03-10 16:41:53 +01:00
Task_A2G_Dispatcher.lua
Fixing errors with Aborted, Failed and Cancelled state transitions. The handling was wrong, causing the root handlers not being called anymore, causing the task not being able to fail, cancel, abort.
2018-09-09 07:39:13 +02:00
Task_A2G.lua
Auto assignment of tasks with prioritization of an auto assign method. The default assign method is random, which is set at the command center. Each task type implements a prioritization mechanism which calculates the priotity of the task based on various methods: random, distance or priority. The distance is calculated from the task coordinate from the command center location.
2019-03-10 16:41:53 +01:00
Task_Capture_Dispatcher.lua
Updates, many fixes. Now also the communication to the players is working.
2019-03-08 10:03:58 +01:00
Task_Capture_Zone.lua
Auto assignment of tasks with prioritization of an auto assign method. The default assign method is random, which is set at the command center. Each task type implements a prioritization mechanism which calculates the priotity of the task based on various methods: random, distance or priority. The distance is calculated from the task coordinate from the command center location.
2019-03-10 16:41:53 +01:00
Task_Cargo_CSAR.lua
Changes.
2018-10-01 19:47:11 +02:00
Task_Cargo_Dispatcher.lua
Changes.
2018-10-01 19:47:11 +02:00
Task_Cargo_Transport.lua
Updated to CARGO TASKING model. Now capture from the dispatcher the CargoPickedUp and CargoDeployed events.
2018-09-18 10:25:13 +02:00
Task_CARGO.lua
Auto assignment of tasks with prioritization of an auto assign method. The default assign method is random, which is set at the command center. Each task type implements a prioritization mechanism which calculates the priotity of the task based on various methods: random, distance or priority. The distance is calculated from the task coordinate from the command center location.
2019-03-10 16:41:53 +01:00
Task_Manager.lua
Documentation improvements.
2018-06-02 18:23:06 +02:00
Task.lua
Updates, many fixes. Now also the communication to the players is working.
2019-03-08 10:03:58 +01:00
TaskInfo.lua
Auto assignment of tasks with prioritization of an auto assign method. The default assign method is random, which is set at the command center. Each task type implements a prioritization mechanism which calculates the priotity of the task based on various methods: random, distance or priority. The distance is calculated from the task coordinate from the command center location.
2019-03-10 16:41:53 +01:00