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
Files
48d99a19c552135710d9524dbd7ef21924a7d7c3
MOOSE
/
Moose Development
/
Moose
/
Tasking
History
Frank
0d57ad5584
ATIS v0.6.0
...
- Added altimeter QNH calculation
2019-12-11 21:10:23 +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
…
Task_A2A.lua
Fixed shortest distance to airbase.
2019-03-19 21:50:34 +01:00
Task_A2G_Dispatcher.lua
Updates to make the tasking work correctly.
2019-03-16 09:51:09 +01:00
Task_A2G.lua
Fixed shortest distance to airbase.
2019-03-19 21:50:34 +01:00
Task_Capture_Dispatcher.lua
ATIS v0.6.0
2019-12-11 21:10:23 +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