Thomas
946a1de931
Merge docu changes ( #1818 )
...
* Documentation fixes. (#1810 )
Fix documentation references.
Correct spelling errors.
Remove empty whitespaces.
Correct a single mis-spelled ZONE_BASE variable, see 'Core/Zone.lua' (variable "Sureface" -> "Surface", no references to mis-spelled "Sureface" throughout the codebase).
Correct mis-spelling of "coaltion" in 'Functional/Mantis.lua', corrected to "coalition".
* Documentation fixes. (#1811 )
Update documentation text and links.
Fix spelling errors.
Other minor adjustments where appropriate, such as remove whitespaces and format code.
* Documentation fixes. (#1815 )
Minor documentation and code formatting fixes.
This is mostly intended to have something re-trigger the documentation generation to see if the filename capitalization is resolved.
* Code formatting preparation. (#1817 )
Use EmmyLuaCodeStyle that comes with "Lua" VS Code extension (https://marketplace.visualstudio.com/items?itemName=sumneko.lua ). More features and configurability than LuaFormatter, and no need for additional extension (beyond "Lua").
Formatting file set up from default template with some tweaks to correspond to most common coding style observed in the code base. Further tweaks are likely required.
* Documentation fixes. (#1816 )
Co-authored-by: TommyC81 <tommyc81@gmail.com>
2022-10-29 10:49:18 +02:00
Applevangelist
8cceee49ea
Merge remote-tracking branch 'origin/master' into develop
...
# Conflicts:
# Moose Development/Moose/AI/AI_A2A_Dispatcher.lua
# Moose Development/Moose/AI/AI_A2G_Dispatcher.lua
# Moose Development/Moose/AI/AI_CAP.lua
# Moose Development/Moose/AI/AI_CAS.lua
# Moose Development/Moose/AI/AI_Patrol.lua
# Moose Development/Moose/Core/Base.lua
# Moose Development/Moose/Core/Beacon.lua
# Moose Development/Moose/Core/Database.lua
# Moose Development/Moose/Core/Fsm.lua
# Moose Development/Moose/Core/MarkerOps_Base.lua
# Moose Development/Moose/Core/Menu.lua
# Moose Development/Moose/Core/Message.lua
# Moose Development/Moose/Core/Point.lua
# Moose Development/Moose/Core/ScheduleDispatcher.lua
# Moose Development/Moose/Core/Scheduler.lua
# Moose Development/Moose/Core/Set.lua
# Moose Development/Moose/Core/Spawn.lua
# Moose Development/Moose/Core/Zone.lua
# Moose Development/Moose/DCS.lua
# Moose Development/Moose/Functional/Detection.lua
# Moose Development/Moose/Functional/Mantis.lua
# Moose Development/Moose/Functional/Range.lua
# Moose Development/Moose/Functional/Scoring.lua
# Moose Development/Moose/Functional/Sead.lua
# Moose Development/Moose/Modules.lua
# Moose Development/Moose/Ops/ATIS.lua
# Moose Development/Moose/Ops/Airboss.lua
# Moose Development/Moose/Sound/UserSound.lua
# Moose Development/Moose/Utilities/Enums.lua
# Moose Development/Moose/Utilities/FiFo.lua
# Moose Development/Moose/Utilities/Profiler.lua
# Moose Development/Moose/Utilities/Routines.lua
# Moose Development/Moose/Utilities/STTS.lua
# Moose Development/Moose/Utilities/Utils.lua
# Moose Development/Moose/Wrapper/Airbase.lua
# Moose Development/Moose/Wrapper/Controllable.lua
# Moose Development/Moose/Wrapper/Group.lua
# Moose Development/Moose/Wrapper/Marker.lua
# Moose Development/Moose/Wrapper/Positionable.lua
# Moose Development/Moose/Wrapper/Unit.lua
# Moose Setup/Moose.files
2022-09-06 10:27:28 +02:00
Stephen Locke
056cc1630d
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
FlightControl
3f8468dcc7
Fixed shortest distance to airbase.
2019-03-19 21:50:34 +01:00
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
Van De Velde
ea89c6255b
Documentation improvements
2018-06-22 05:59:28 +02:00
FlightControl_Master
d9d53db53f
Documentation improvements.
2018-06-02 18:23:06 +02:00
FlightControl_Master
e9473e9179
Documentation improvements
2018-06-02 07:25:43 +02:00
FlightControl_Master
f556077ff6
Cleanup
2018-06-01 06:52:36 +02:00
FlightControl_Master
43b320ca90
New versions with documentation
2018-05-29 22:34:33 +02:00
FlightControl_Master
5e2a5cf5e8
Tasking and Functional
2018-05-23 13:51:47 +02:00
FlightControl_Master
1b39f5d6e6
Optimized comments and documentation set
2018-05-23 10:42:27 +02:00
FlightControl_Master
47dd73a377
Fixes
2018-04-13 12:22:39 +02:00
FlightControl_Master
706aea01ca
Cleanup of documentation of AI
2018-03-20 10:34:53 +01:00
FlightControl_Master
7c2c6daf3e
Tracify comments
2018-03-18 11:17:37 +01:00
FlightControl_Master
9be9277a08
Clean up the detection code. It is complicated
2018-03-17 05:23:44 +01:00
FlightControl_Master
c5c437fa50
New code
2018-03-15 11:41:52 +01:00
FlightControl_Master
f5a2183808
- Fixes A2A dispatching
...
- Fixes problem with target marking.
2018-03-13 12:16:59 +01:00
FlightControl_Master
9f17382145
Reworked heavily the generation of reports and text on map coordinates.
2018-03-04 13:15:20 +01:00
FlightControl_Master
02c671bd63
Ensuring that only alive groups are handled, trying to solve the menu issues.
...
Optimizing the threatlevel boxes.
2017-12-11 11:08:15 +01:00
FlightControl_Master
ffc1c5d6ad
Progress
2017-10-05 18:31:39 +02:00
FlightControl_Master
1cf2383dfd
First version
2017-08-15 17:44:09 +02:00
FlightControl_Master
c3ee9306f3
Progress
2017-07-25 12:54:15 +02:00
FlightControl
b5c53baf67
Fixed #592
2017-07-07 18:19:37 +02:00
FlightControl
f221047eba
Updated various functions for tasking.
2017-07-02 12:14:41 +02:00
FlightControl
e7b3aa82f9
SWEEP tasks should fall under the SWEEP menu, not INTERCEPT menu
2017-07-02 01:08:00 +02:00
FlightControl
6b920ea3f4
Mission Progress Report added
...
This reports lists for the tasks in the mission which players have made
progress for that task.
2017-06-25 07:28:55 +02:00
FlightControl
aed71ca9e2
Task Progress Accounting
...
Record achievement history for players executing a task. Only show
progress when there is progress to report. Only score progress when
there is progress for a player, not for other groups.
2017-06-24 15:05:33 +02:00
FlightControl
50094fde6c
Additional scores definitions
2017-06-24 11:35:20 +02:00
FlightControl
f0c20be967
Improved Task Goal monitoring
2017-06-23 21:54:59 +02:00
FlightControl
34bf013b9b
TASK_A2A
2017-06-21 06:17:07 +02:00
FlightControl
9984055f7d
Documentation
2017-05-29 18:02:57 +02:00
FlightControl
4e29565382
Documentation
2017-05-29 14:09:07 +02:00
FlightControl
f8ab65ce0e
Reference points implemented
2017-05-28 18:24:44 +02:00
FlightControl
b6ecd52444
Mission goals
2017-05-26 09:43:49 +02:00
FlightControl
a1a8f90cc5
Removed some old code
2017-05-26 08:35:49 +02:00
FlightControl
30ae32e539
Got ENGAGE A2A task type working.
2017-05-23 13:51:47 +02:00
FlightControl
96f7a79f3a
Working INTERCEPT!
2017-05-23 11:50:28 +02:00
FlightControl
96fdf72400
Progress implementing teh SETTINGS class and coordinates per Controllable of the player
2017-05-20 13:32:21 +02:00
FlightControl
4b62fbd497
First A2A class
2017-05-17 19:12:39 +02:00