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
e165cb156c
Update Task.lua
...
-- stop message flashing, if any
#1383
&
#1312
2020-12-02 17:25:57 +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
Update Task_A2A_Dispatcher.lua
2020-11-26 10:30:07 +01: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
Update Task_A2G_Dispatcher.lua
2020-11-26 10:28:51 +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
Update Task.lua
2020-12-02 17:25:57 +01:00
TaskInfo.lua
Taskinfo.lua - Issue
#1388
- don't just assume this is a string
2020-12-01 16:10:55 +01:00