Commit Graph

63 Commits

Author SHA1 Message Date
FlightControl_Master cbb800de02 Fixed issue in TASK_A2A_DISPATCHER with taskupdates. 2018-03-22 06:10:06 +01: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 af7a87e5a0 Merge branch 'master' into FC/Documentation-Release_2.3 2018-03-18 07:39:41 +01:00
FlightControl_Master 370278e643 Fixed tasks not being aborted when a player leaves the slot or disconnects. 2018-03-09 14:35:34 +01:00
FlightControl_Master 0147c3a17c Revised the Command Center menu generation for MP and in SP when coming back from spectators or when changing the slot. 2018-03-05 11:49:05 +01:00
FlightControl_Master 03c38356ce Fixed the issue that No commandcenter menu was generated in case of birth of a join of a player. 2018-03-05 11:36:01 +01:00
FlightControl_Master f615d2c50a Moved command center menu to GROUP level, also Mission menu. 2017-12-22 11:38:01 +01:00
FlightControl_Master abf0de49d1 Maybe this already helps 2017-12-21 06:26:05 +01:00
FlightControl_Master e545af51f3 Implemented type messages to Coalition 2017-09-12 12:20:41 +02:00
FlightControl_Master 6d1385a031 Implemented Message Types
* Added Message Type Methods
* SETTINGS menu has been added with Message Type display times
* Modifed the FSM action classes to use the new Message Type methods.
2017-09-12 11:41:52 +02:00
FlightControl_Master 27f77c5df0 Updates 2017-08-11 14:14:35 +02:00
FlightControl_Master 600166fd80 Fixed error in Escort, Reports were not shown
-- Fixed reports to be shown in ESCORT class. SETTINGS now also are
working in ESCORT reports. MGRS, LL, BR, metric, imperial are now
supported.
2017-07-27 07:52:38 +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 ccfcca8f9a Tweaks for the settings system
- Player settings are located at the group level. Only the first player
that joins the group will be able to configure the settings.
- Default system settings are located at the group of the commend
center. Thus, the COMMANDCENTER class will contain the default system
settings menu. You need to join the command center unit (ALT-J) as a
game master to be able to configure these settings.
2017-07-04 10:55:45 +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 bc734f1190 Removed disturbing reports when joining a client slot (forgot to delete). 2017-05-29 10:32:54 +02:00
FlightControl f8ab65ce0e Reference points implemented 2017-05-28 18:24:44 +02:00
FlightControl 707a5a778a Merge remote-tracking branch 'refs/remotes/origin/master' into 419-A2A-Tasking 2017-05-28 09:13:03 +02:00
FlightControl 6f183bad74 Update 2017-05-28 09:13:00 +02:00
FlightControl 8157d7a8d0 Player reports 2017-05-27 09:57:38 +02:00
FlightControl b6ecd52444 Mission goals 2017-05-26 09:43:49 +02:00
FlightControl 96f7a79f3a Working INTERCEPT! 2017-05-23 11:50:28 +02:00
FlightControl 314032ba3d Progress 2017-05-22 09:54:07 +02:00
FlightControl ece08e5e37 Got something working with these coordinates 2017-05-20 16:32:56 +02:00
FlightControl 2fadd949a6 Fixes 2017-05-07 15:37:27 +02:00
FlightControl cb7ba702ff Correct handling of crashing player
when assigned to a task
2017-05-05 15:50:21 +02:00
FlightControl 99cbe0c8bb Heavy rework of the menus and now it is much better 2017-05-05 10:50:12 +02:00
FlightControl 8e9129b3b6 Fixed issue #480 2017-04-26 21:31:23 +02:00
FlightControl 755343d02e Fixeds for tasking
- Fixed the hanging report (I think)
- Fixed the routing messages appearing every time again
- Fixed the Task menu
2017-04-26 11:33:48 +02:00
FlightControl 664ce52ff0 R.2.1 update 2017-04-25 21:44:34 +02:00
FlightControl 1219ee9445 Fixes Task Status Report 2017-04-25 21:28:32 +02:00
FlightControl 2066becb17 Fix for craigowen and fixing issue #424 2017-04-25 21:13:29 +02:00
FlightControl 0456deddd7 Publishing new Menu driven reporting structure for TASKING
-- Each group can now select from a menu to report a task overview or
only the task with a specific state...
-- Dactivate the flashing of the available tasks. A small message is
displayed now.
2017-04-25 12:56:02 +02:00
FlightControl 9a2b56fb9f Optimized landing, messaging, flow 2017-04-14 08:26:53 +02:00
FlightControl ff64255ea7 CARGO_GROUP working!!! 2017-04-14 05:43:09 +02:00
FlightControl 32c5227d71 Updated stuff in tasking
-- SET improved
-- Resolved bug with destroy scoring not granted.
-- Implemented LL for all detection reports
-- Testing
-- Added test mission TAD-220 for DETECTION_TYPES testing.
2017-03-20 12:53:36 +01: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 32d6233cf1 Progress Dispatcher 2017-03-05 12:37:56 +01:00
FlightControl 62b668029b Updates 2017-02-14 08:49:59 +01:00
FlightControl 154f729788 Event Handling improved 2017-02-07 10:34:16 +01:00
FlightControl ab345f5ad2 New Event Dispatching based on priorities
-- First _DATABASE
-- then SETS
-- then the rest
-- changed AIRBASEPOLICE
2017-02-03 22:18:51 +01:00
FlightControl faa64c9f4e Tasking and Documentation
-- Added possibility to abort a TASK
-- Revised documentation of the main site.
2017-01-23 14:05:59 +01:00
FlightControl 10c8e67e37 Updated file name to sync DCS Folder 2017-01-22 06:57:44 +01:00
FlightControl 0f8ed48183 Fixed DETECTION_DISPATCHER (I think)..
-- Need to test this in a group.
-- Revised messages adding @ signs, which represent to who the message
is targetted.
2016-12-18 11:39:16 +01:00
FlightControl ce0be4dcf7 Fixing TASK_DISPATCHER and optimizing reports 2016-12-18 06:09:27 +01:00
FlightControl 33f42351e4 Progress 2016-12-16 12:56:36 +01:00
FlightControl d62acf421e Progress 2016-12-15 14:51:08 +01:00