This website requires JavaScript.
Explore
Help
Register
Sign In
FlightControl-Master
/
MOOSE
Watch
1
Star
0
Fork
0
You've already forked MOOSE
mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced
2025-10-29 16:58:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
740ee74f61e948c005b052de0939427c5d3d1469
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
…
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
…
Task_Cargo_Dispatcher.lua
…
Task_Cargo_Transport.lua
…
Task_CARGO.lua
…
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