Applevangelist
8910311c5c
Merge remote-tracking branch 'origin/master' into develop
...
# Conflicts:
# Moose Development/Moose/AI/AI_A2A_Dispatcher.lua
# Moose Development/Moose/AI/AI_Balancer.lua
# Moose Development/Moose/AI/AI_Cargo_Dispatcher.lua
2024-01-03 18:15:58 +01:00
kaltokri
5fe77956cb
Fixed broken links of restructure
2024-01-01 15:51:02 +01:00
Applevangelist
1e015fd988
Merge remote-tracking branch 'origin/master' into develop
...
# Conflicts:
# Moose Development/Moose/AI/AI_Escort_Request.lua
# Moose Development/Moose/AI/AI_Formation.lua
2023-11-02 18:22:30 +01:00
Frank
52e66ae969
Broken Links
...
- AI_A2A_Gci Removed reference to SetEngageZone
- Fixed link to #AI_A2G_SEAD.SetEngageRange #2025
- AI_Air_Engage removed reference to SetEngageZone. Does not seem to exist any more.
- AI_Air_Patrol removed reference to SetEngageZone. Does not seem to exist any more or is passed as argument now.
- AI_FORMATION Fixed DCSTypes#AI.Option.Air.val.ROE OptionROE #2029
- SETTINGS Fixed link to Message #2021
- Fixed wrong indent of "Developer Note" in various classes
2023-10-31 13:33:45 +01:00
Applevangelist
0f7c3533ba
Merge remote-tracking branch 'origin/master' into develop
...
# Conflicts:
# Moose Development/Moose/AI/AI_A2A_Gci.lua
# Moose Development/Moose/AI/AI_A2A_Patrol.lua
# Moose Development/Moose/AI/AI_A2G_BAI.lua
# Moose Development/Moose/AI/AI_A2G_CAS.lua
# Moose Development/Moose/AI/AI_A2G_SEAD.lua
# Moose Development/Moose/AI/AI_Air_Engage.lua
# Moose Development/Moose/Tasking/Task_Cargo_CSAR.lua
2023-10-31 12:49:03 +01:00
kaltokri
b05683d384
Fixed some broken links
2023-10-31 10:25:00 +01:00
Applevangelist
559c8d763b
Merge remote-tracking branch 'origin/master' into develop
2023-09-07 16:16:19 +02:00
Applevangelist
5a57d05fd6
Deprecated flags
2023-09-07 16:14:21 +02:00
Applevangelist
abf694aa81
# Docu fixes
2023-06-22 12:19:20 +02:00
TommyC81
0441acf101
Documentation fixes. ( #1803 )
...
Improve the consistency of the module intros to the most commonly used version (single dash).
Add missing module information (abbreviated where none existed previously).
Fix broken documentation links
Make module names correspond to filenames (and fix links).
Fix typos.
2022-10-19 12:20:39 +02:00
Applevangelist
1483ffd7ff
Correct link to demo missions
2022-05-10 16:18:00 +02:00
Frank
1c99e474b2
SPAWN AI_Balancer
...
SPAWN
- Added :InitAirbase()
AI_BALANCER
- Fixed bug in Return function.
2019-12-10 20:11:49 +01:00
FlightControl_Master
2d43af7c0d
docu
2018-06-03 22:02:26 +02:00
FlightControl_Master
bd7c822def
Documentation
2018-06-03 09:14:27 +02:00
FlightControl_Master
d9d53db53f
Documentation improvements.
2018-06-02 18:23:06 +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
11516228fa
First images
2018-05-26 10:56:22 +02:00
FlightControl_Master
1b39f5d6e6
Optimized comments and documentation set
2018-05-23 10:42:27 +02:00
FlightControl_Master
52d783a0b7
Fixing errors due to core changes in the model.
2018-03-22 05:01:14 +01:00
FlightControl_Master
fa15d170f7
- fixed error where the players collection was iterated from the DATABASE, but the wrong collection :-)
...
- now the player database is correctly interpreted, and the unit is interpreted, not the player name :-)
2018-03-20 11:49:26 +01:00
FlightControl_Master
706aea01ca
Cleanup of documentation of AI
2018-03-20 10:34:53 +01:00
FlightControl_Master
8332ba5112
Fixed the issue in AI_BALANCER
2017-12-18 11:50:15 +01:00
FlightControl_Master
da476b29a6
Optimizations
...
* Added ZONE_POLYGON:NewFromGroupName() to ease the syntax.
* Renamed Functional.Spawn#SPAWN to Core.Spawn#SPAWN
2017-10-10 21:32:59 +02:00
FlightControl_Master
87634969b3
Added default CAP methods
...
* Added method :SetDefaultCapTimeInterval( CapMinSeconds, CapMaxSeconds
) for AI_A2A_DISPATCHER and AI_A2A_GCICAP.
* Added method :SetDefaultCapLimit( CapLimit ) for AI_A2A_DISPATCHER and
AI_A2A_GCICAP.
Added documentation in chapter 10.7 and chapter 1.8.
Changed Treshold to Threshold
2017-07-30 20:54:24 +02:00
FlightControl
9984055f7d
Documentation
2017-05-29 18:02:57 +02:00
FlightControl
040a342e25
Updated documentation in AI_CAP, AI_CAS, AI_BALANCER, AI_PATROL
2017-04-17 11:18:01 +02:00
FlightControl
7c7aa76fdd
Update to AI_Balancer
2017-03-02 09:56:47 +01:00
Sven Van de Velde
490f1b47c7
SCORING new functions addons.
2017-02-26 11:58:26 +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
FlightControl
1206c51fe1
Final updates
2017-01-17 12:19:35 +01:00
FlightControl
131d2dd4a4
AI_CAP Created
...
-- Documentation
-- Coding
-- Test Missions
-- Presentations
2017-01-16 12:25:21 +01:00
FlightControl
9258beffc8
Revised documentation for AI_BALANCER
...
-- Added new SPAWN test missions.
-- Added new AI_BALANCER test missions.
-- Revised the MOOSE launch page.
2017-01-10 12:56:03 +01:00
FlightControl
de4edad449
Documenting further
2017-01-09 11:27:37 +01:00
FlightControl
51780b1d9b
AI_BALANCER revised completely
...
-- Revised and Added documentation.
-- Added pictures to documentation.
-- Add/Exit clients is working. AI balances perfectly.
-- FSM bug fixed. SUBS should not execute OnAfter, OnEnter
2017-01-08 21:07:25 +01:00
FlightControl
1f90c0c766
Fixed respawn bug in AI_BALANCER + Scheduler bug
...
AI_BALANCER respawns back the AI. Bug was in the FSM. In a transition,
when states are the same, the events SHOULD execute.
Added spawn delay interval option API SetSpawnInterval().
Bug that prevented AI_BALANCER to start if multiple AI_BALANCERs is also
fixed.
Fixed bug in scheduler dispatcher. Multiple schedules for the same
scheduler work now too!
2017-01-08 03:53:05 +01:00
FlightControl
196f85f07b
AI_BALANCER fixes and other stuff
2017-01-07 16:44:41 +01:00
FlightControl
cb993c4df5
Switched for Event and State Transition handlers the parameter order
...
The parameters are now: From, Event, To
The old parameter order was: Event, From, To
2016-12-20 09:24:19 +01:00
FlightControl
23a039b58f
Publish new release
2016-12-16 17:06:43 +01:00
FlightControl
33f42351e4
Progress
2016-12-16 12:56:36 +01:00