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
Applevangelist
7ddec7609a
Update Task_Capture_Dispatcher.lua
...
Last annoying flash gordon
2020-11-19 15:59:35 +01:00
..
CommandCenter.lua
- Added a new UTILS.kpairs iterator, which will base the iteration on a different key, which can be determined before the iteration starts. eg. the key should be a sort in ascending order on the distance of the information in the set, and it should return the distance + item in the set for each element in the set.
2019-09-08 08:38:33 +02:00
DetectionManager.lua
- Added a NoTrace option to the scheduler, so for those schedulers that have a schedule in microseconds, you may wanna use the function NoTrace(), to avoid spamming the dcs.log.
2019-09-25 17:53:11 +03:00
Mission.lua
Updates on goal logic
2019-03-23 10:45:41 +01: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
Added call to self:UpdateTaskInfo( self.DetectedItem ) to RerportOrder for both Task_A2A and Task_A2G. This fixes an issue with multi task missions where coordinates are not available when Moose attempts to sort the tasks for the comms menu.
2020-04-25 15:07:04 +01:00
Task_A2G_Dispatcher.lua
Updates to make the tasking work correctly.
2019-03-16 09:51:09 +01:00
Task_A2G.lua
Added call to self:UpdateTaskInfo( self.DetectedItem ) to RerportOrder for both Task_A2A and Task_A2G. This fixes an issue with multi task missions where coordinates are not available when Moose attempts to sort the tasks for the comms menu.
2020-04-25 15:07:04 +01:00
Task_Capture_Dispatcher.lua
Update Task_Capture_Dispatcher.lua
2020-11-19 15:59:35 +01:00
Task_Capture_Zone.lua
- Added a new UTILS.kpairs iterator, which will base the iteration on a different key, which can be determined before the iteration starts. eg. the key should be a sort in ascending order on the distance of the information in the set, and it should return the distance + item in the set for each element in the set.
2019-09-08 08:38:33 +02: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
- Remove unnecessary trace lines
2019-08-26 08:26:14 +02:00
Task.lua
- Added a new UTILS.kpairs iterator, which will base the iteration on a different key, which can be determined before the iteration starts. eg. the key should be a sort in ascending order on the distance of the information in the set, and it should return the distance + item in the set for each element in the set.
2019-09-08 08:38:33 +02:00
TaskInfo.lua
- Inherit ZONE_BASE from FSM instead of BASE. Opens a range of possibilities.
2019-08-21 22:04:11 +03:00