Commit Graph

63 Commits

Author SHA1 Message Date
Sven Van de Velde d42a06bf94 Updated presentation for SEAD Tasking 2016-07-30 09:48:44 +02:00
Sven Van de Velde daef3e415f Added documentation in SPAWN
-- Added documentation for methods GetFirstAliveGroup,
GetNextAliveGroup, GetLastAliveGroup.
-- Added code snippets to the documentation for the methods
GetFirstAliveGroup, GetNextAliveGroup, GetLastAliveGroup.
2016-07-29 08:22:57 +02:00
FlightControl e55a7716fb Added MENU_MISSION classes and fixed bug in SCORING
-- Added class MENU_MISSION
-- Added class MENU_MISSION_COMMAND
-- Revised documentation of Menu
-- Fixed bug in SCORING class to set the scoring menu
2016-07-23 10:57:10 +02:00
FlightControl ede7813a94 Updated documentation 2016-07-23 10:32:41 +02:00
FlightControl a4fb512ad9 Updated menu documentation and restructured some of the menu functions...
- Updated documentation.
- _COMMAND:New methods now accept variable parameters.
- Revised some code.
2016-07-22 17:20:52 +02:00
FlightControl 70651777c5 Updated some of the MOOSE functions 2016-07-21 20:14:11 +02:00
FlightControl 38f18d7b28 commit 2016-07-20 18:25:50 +02:00
FlightControl 0a9eb84264 Updated presentation 2016-07-19 23:31:45 +02:00
FlightControl d5671a5f65 Working version of the DETECTION classes 2016-07-19 18:12:26 +02:00
FlightControl 8a4b40303a Updated the explanation. 2016-07-10 13:47:12 +02:00
FlightControl 17abcb7b7f Updated detection algorithm
Now the detected sets are kept consistent to previous sets. New
algorithm developed. This is important to keep assigned tasks consistent
with the detected sets.
2016-07-10 09:11:05 +02:00
FlightControl c5cc069e46 Progress, got now task acceptance working 2016-07-07 13:11:31 +02:00
FlightControl 6f14927544 Merge remote-tracking branch 'refs/remotes/origin/master' into Detection
# Conflicts:
#	Moose Mission Setup/Moose Mission Update/l10n/DEFAULT/Moose.lua
#	Moose Mission Setup/Moose.lua
#	Moose Test Missions/Moose_Test_AIBALANCER/Moose_Test_AIBALANCER.miz
#	Moose Test
Missions/Moose_Test_AIRBASEPOLICE/Moose_Test_AIRBASEPOLICE.miz
#	Moose Test
Missions/Moose_Test_BASE/Moose_Test_AIRBLANCER_with_Moose.miz
#	Moose Test
Missions/Moose_Test_BASE/Moose_Test_AIRBLANCER_without_Moose.miz
#	Moose Test Missions/Moose_Test_BASE/Moose_Test_BASE.miz
#	Moose Test Missions/Moose_Test_CLEANUP/Moose_Test_CLEANUP.miz
#	Moose Test Missions/Moose_Test_DESTROY/MOOSE_Test_DESTROY.miz
#	Moose Test Missions/Moose_Test_DETECTION/Moose_Test_DETECTION.miz
#	Moose Test
Missions/Moose_Test_DETECTION/Moose_Test_DETECTION_Laser.miz
#	Moose Test Missions/Moose_Test_ESCORT/MOOSE_Test_ESCORT.miz
#	Moose Test Missions/Moose_Test_FAC/Moose_Test_FAC.miz
#	Moose Test
Missions/Moose_Test_MISSILETRAINER/Moose_Test_MISSILETRAINER.miz
#	Moose Test Missions/Moose_Test_PATROLZONE/MOOSE_Test_PATROLZONE.miz
#	Moose Test Missions/Moose_Test_SEAD/MOOSE_Test_SEAD.miz
#	Moose Test Missions/Moose_Test_SET_AIRBASE/Moose_Test_SET_AIRBASE.miz
#	Moose Test Missions/Moose_Test_SET_CLIENT/Moose_Test_SET_CLIENT.miz
#	Moose Test Missions/Moose_Test_SET_GROUP/Moose_Test_SET_GROUP.miz
#	Moose Test Missions/Moose_Test_SPAWN/MOOSE_Test_SPAWN.miz
#	Moose Test
Missions/Moose_Test_SPAWN_Repeat/MOOSE_Test_SPAWN_Repeat.miz
#	Moose Test
Missions/Moose_Test_TASK_Pickup_and_Deploy/MOOSE_Test_TASK_Pickup_and_Deploy.miz
#	Moose Test Missions/Moose_Test_WRAPPER/Moose_Test_WRAPPER.miz
#	Moose Test Missions/Moose_Test_ZONE/Moose_Test_ZONE.miz
#	Moose Test
Missions/Moose_Test_ZONE_POLYGON/Moose_Test_ZONE_POLYGON.miz
#	Moose Test Missions/Moose_Test_ZONE_RADIUS/Moose_Test_ZONE_RADIUS.miz
#	Moose Test Missions/Moose_Test_ZONE_UNIT/Moose_Test_ZONE_UNIT.miz
2016-07-06 08:31:28 +02:00
FlightControl 0938fc6d80 Added 3 new test missions and updated and fixed some documentation issues. 2016-07-06 08:17:36 +02:00
FlightControl 49dd2b6f2a Added a couple of function to allow Respawning of GROUPS more efficiently. 2016-07-05 08:29:16 +02:00
FlightControl 50a770d755 Bugfixing 2016-07-05 06:25:36 +02:00
FlightControl 093f12b57a Updated 2016-07-03 09:41:25 +02:00
FlightControl d91ba031aa OK, SEADING is now working completely
with a target zone, and with routing and seading task active in
parallel.
2016-07-03 09:31:02 +02:00
FlightControl 23ea389b8f Progress on Route 2016-07-03 07:49:26 +02:00
FlightControl d668b0a0f7 Progress hierarchical state machine
- sub fsm call is working
- return from fsm to parent fsm is in progress
2016-07-02 08:17:33 +02:00
FlightControl 7b66589cca Got a first test mission working 2016-07-01 09:16:16 +02:00
FlightControl 6b942590bd Cleaned 2016-07-01 06:15:43 +02:00
FlightControl 65391223d5 SEAD task is working! 2016-07-01 06:13:26 +02:00
FlightControl 3a01fb76bf progress 2016-06-28 11:19:01 +02:00
FlightControl 4a378129f1 Started with DETECTION and FAC presentation 2016-06-25 13:48:36 +02:00
FlightControl c581fe1551 Implemented DETECTION and FAC first classes 2016-06-25 08:53:19 +02:00
FlightControl 5e6043aeb3 Progress reworking object model. 2016-06-24 12:52:52 +02:00
FlightControl c8443f8798 Updates and fixes
- Replaced range test for unit to range test for players.
- Ensure that players database is properly populated.
- Fixed some documentation.
- Removed smoke from trigger.
- Fixed name of RandomPointVec2 to RandomVec2 and fixed in all usages.
2016-06-20 13:12:51 +02:00
FlightControl ad56973b01 Presentation update 2016-06-20 12:29:11 +02:00
FlightControl e0b32fe5d5 Finalized the AIBALANCER class + PATROLZONE class 2016-06-19 15:03:50 +02:00
FlightControl ffbc4a838e PATROLZONE class + integration of PATROLZONE class in AIBALANCER class + documentation. 2016-06-18 23:13:33 +02:00
FlightControl 87313a9204 Finetuned AIBALANCER documentation 2016-06-18 00:00:27 +02:00
FlightControl c211f4f603 Documentation 2016-06-17 23:53:08 +02:00
FlightControl 8edfb49358 Finalization for publishing 2016-06-17 23:27:27 +02:00
FlightControl 34e7015244 Updates 2016-06-17 23:18:02 +02:00
FlightControl 9ce7012c11 Presentations 2016-06-17 14:42:21 +02:00
FlightControl f2407e357a Updated documentation + small bugfix SCHEDULER. 2016-06-15 06:42:22 +02:00
FlightControl 8de64bc95a ESCORT Updated 2016-06-14 15:04:08 +02:00
FlightControl bff0c0bf4e Merge remote-tracking branch 'refs/remotes/origin/master' into Build-Sets 2016-06-10 11:27:44 +02:00
FlightControl a6baed5478 Build sets 2016-06-10 11:27:40 +02:00
FlightControl 9e881530d8 Documentation 2016-06-09 13:04:27 +02:00
FlightControl a0250cfdc4 Message documentation 2016-06-09 13:01:18 +02:00
FlightControl cf80a89af0 Style 2016-06-09 12:55:54 +02:00
FlightControl ce321c8cfe Stylesheet for documentation made. 2016-06-09 12:51:59 +02:00
FlightControl be8e76e7f1 Updates
- MESSAGE class finished and now properly documented. Changed New()
function API.
- Reworked Include.File lines. No Include.File line anymore in the
Modules. All included in Moose.lua for dynamic loading.
2016-06-09 12:47:15 +02:00
FlightControl f7eef96c94 Updated SET_GROUP and SET 2016-06-08 17:53:06 +02:00
FlightControl fcfa91f700 SET_GROUP publish preparation 2016-06-07 12:24:31 +02:00
FlightControl 92e9f57b66 SET_GROUP is working! 2016-06-07 12:23:24 +02:00
FlightControl 2565939889 Group Set progresss
need to fix some bugs still
2016-06-07 00:32:53 +02:00
FlightControl e82ba13b8b Publishing a working version :-) 2016-06-06 13:43:32 +02:00