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
Applevangelist
94741f1b4a
#PLAYERTASK
...
* Added precision bombing option
#AUTOLASE
* Added "nomenu" option
#MENU_GROUP
* Added MENU_GROUP:RefreshAndOrderByTag()
2022-08-24 19:22:33 +02:00
Applevangelist
88e7b3fb47
AUTOLASE - observe global _SETTINGS for coordinates
2022-07-27 19:28:36 +02:00
Applevangelist
68c75a4e34
Menu Refresh cleanup
2022-04-24 14:06:24 +02:00
Applevangelist
0cf2a4353d
doc build - next try
2021-10-28 09:13:36 +02:00
Applevangelist
13c8cc90f2
doc build fix
2021-10-28 08:41:10 +02:00
Applevangelist
db231fafeb
Docs build test
2021-10-28 08:12:27 +02:00
FlightControl
d6b1018700
- Implemented attack nearest target.
...
- Implemented attack nearest ground target.
- Implemented attack nearest air target.
- Report all targets.
- Report only ground targets.
- Report only ground targets with radar.
- Report only air targets.
- Sort targest from nearest to furthest.
- Improved menu system.
- Improved detection of ground targets and air targets and reporting.
- Added the task TASK_CAPTURE as part of the reporting framework.
- Improved the detection of targets. Now targets with specific detection methods are correctly detected. f.e. disabling DLINK will now work correctly!
All these fixes are great improvements to the AI_ESCORT framework!
2019-08-10 15:41:34 +02:00
FlightControl
f03a2e3657
Revision of core classes documentation.
2018-10-09 19:30:57 +02:00
FlightControl
be839f3a3b
Fixing late activated HQs for command centers.
2018-10-08 04:57:53 +02:00
funkyfranky
3526203ccb
DESIGNATE Class Fix
...
DESIGNATE
- GetRootMenu() function seems obsolete and caused a crash in DESIGNATE class. Needs to be replaced by GetMenu() Function. This bug only appeared when a mission is given in DESIGNATE:New(...)
2018-07-23 22:24:59 +02:00
FlightControl_Master
43a4052dc8
Documentation cleanup
2018-06-01 16:00:42 +02:00
FlightControl_Master
f556077ff6
Cleanup
2018-06-01 06:52:36 +02:00
FlightControl_Master
073bfbf9c9
Documentation Improvements
2018-05-27 08:57:44 +02:00
FlightControl_Master
1b39f5d6e6
Optimized comments and documentation set
2018-05-23 10:42:27 +02:00
FlightControl_Master
e78cd56752
Core modules
2018-05-21 22:51:43 +02:00
FlightControl_Master
25ae0c3d15
Finish this feature.
2018-04-13 09:56:00 +02:00
FlightControl_Master
faa934ffce
Fixed stuff for multi player
2018-04-11 17:00:11 +02:00
FlightControl_Master
ffe4d9a143
Finish Cargo/FC/Transport
2018-04-10 20:02:40 +02:00
FlightControl_Master
706aea01ca
Cleanup of documentation of AI
2018-03-20 10:34:53 +01:00
FlightControl_Master
8bbff46efd
Reworked the DESIGNATE functionality and menu mechanisms.
2018-03-06 12:38:22 +01:00
FlightControl_Master
4efe03b07b
Menu optimizaton changes, did some great stuff here i think.
2017-12-21 22:52:37 +01:00
FlightControl_Master
c018a6e13f
Stress test menus made me realize about the Path ...
2017-12-15 19:58:25 +01:00
FlightControl_Master
d38c2540c2
Fixed errors with SET_GROUP
2017-12-04 14:01:59 +01:00
FlightControl_Master
ce449c37b1
Reworked the sanitization of debug
...
Fixed an issue in Designate for the messages.
2017-11-30 10:30:42 +01:00
FlightControl_Master
057e528947
Changes
2017-11-23 21:00:38 +01:00
FlightControl_Master
dd58838983
* Rewritten the complete menu mechanism.
...
* SetRemoveParent method on menus removed, made obsolete, to avoid menus being deleted that should not.
* A2G reports now work again, and improved the reporting for successful or failed tasks.
* Removed MENU_CLIENT and MENU_CLIENT_COMMAND
* Improved the detection of new spawned groups within the TASK_A2G_DISPATCHER.
* Improved how new detections and new target sets are reported and followed-up within the TASK_A2G mechanism.
Pending: Improve the TASK_A2A_DISPATCHER and TASK_A2A mechanisms.
2017-11-22 06:22:36 +01:00
FlightControl_Master
4edc8363e1
Urgent fixes
...
* DESIGNATE: Messages not appearing correctly and crashing the logic is
fixed. (due to a stupid typo).
* TASK_A2G: Tasking is fixed. Status menus are now displayed properly.
Also when the task is planned.
* MENU_COMMAND: I found now why DCS is displayer "error in error
handler" sometimes when a menu was selected. The error handler is DCS is
bugged, so made my own one.
2017-09-18 06:10:45 +02:00
FlightControl_Master
d7a5f469af
Optimized the menu when the parameters are changed.
2017-08-11 14:48:49 +02:00
FlightControl_Master
49bf6010f8
Designate optimization
2017-08-11 05:22:46 +02:00
FlightControl_Master
a6830237f4
Fixed bug in MENU_GROUP_COMMAND
2017-07-26 22:17:15 +02:00
FlightControl_Master
9c9ed494d9
Progress
2017-07-26 15:08:56 +02:00
FlightControl_Master
227752399b
Updated designation menu settings
2017-07-26 08:15:18 +02:00
FlightControl_Master
713e741299
Fixed issue with menu system Planned Tasks
...
There was a problem that when multiiple groups were part of the attack
set, then the menus for planned tasks were not correctly generated.
2017-07-25 16:29:57 +02:00
FlightControl
9984055f7d
Documentation
2017-05-29 18:02:57 +02:00
FlightControl
0b87b265c7
Fixing abort
2017-05-05 12:05:46 +02:00
FlightControl
82477c93d2
Fixed abort logic and trace overhead on menus
2017-05-05 11:45:17 +02:00
FlightControl
99cbe0c8bb
Heavy rework of the menus and now it is much better
2017-05-05 10:50:12 +02:00
FlightControl
5bb91646d7
Updates
2017-05-04 14:23:10 +02:00
FlightControl
b4107b14f8
Eliminate trace details
2017-05-04 13:33:13 +02:00
FlightControl
0eb9d1917b
Updates
2017-05-04 10:19:34 +02:00
FlightControl
858670ab80
Improvements
2017-04-26 22:34:17 +02:00
FlightControl
0e7ebff9a2
MENU documentation update
2017-04-16 17:07:26 +02:00
FlightControl
83ed29a90a
OK. Menu is working again ...
2017-03-17 11:29:23 +01:00
FlightControl
af55214c52
Menu optimization
2017-03-17 06:57:32 +01:00
FlightControl
cfc4dd8846
Progress
2017-03-10 14:09:15 +01:00
FlightControl
0bfbf042b5
Documentation refinement of Core Classes
2017-03-07 20:58:53 +01:00
FlightControl
52f4051901
Various Fixes
...
-- Documentation fixes with links not working.
-- MENU_CLIENT_COMMAND had a small glitch, fixed that one too.
-- Implemented new Event Dispatcher.
--
2017-02-04 15:16:32 +01:00
Sven Van de Velde
30c7fce430
comment 2nd line that makes menu crash
2017-02-02 08:37:57 +01:00
Sven Van de Velde
e4ad046bbf
commented line that crashed menu...
2017-02-02 08:31:33 +01:00