FlightControl_Master
bae6219b7a
Fix crash with markings
...
* Fixed a crash with markings
* Optimized the detailed report of a task
2017-09-15 13:42:08 +02:00
FlightControl_Master
adb4befcdf
Updates
2017-09-13 07:07:07 +02:00
FlightControl_Master
e545af51f3
Implemented type messages to Coalition
2017-09-12 12:20:41 +02:00
FlightControl_Master
f2db40db6e
To gruop
2017-09-11 14:59:07 +02:00
FlightControl_Master
560f551ed7
Progress
2017-09-11 14:54:08 +02:00
FlightControl_Master
6a13febf7b
Updates
2017-09-09 19:02:37 +02:00
FlightControl_Master
4dc468e902
In progress
...
* Markers
* BR menu on designate always in A2G
2017-09-08 20:12:15 +02:00
FlightControl_Master
1cf2383dfd
First version
2017-08-15 17:44:09 +02:00
FlightControl_Master
a9ac185034
Fixes
...
* Added a maximum markings per designated target group. So not all FACs
are occupied.
* Optimized the designation report. Move the horizontal line.
* Ensured in DESIGNATE that when targets are ordered to be smoke or
designated, that this also will happen. Was issue with the scheduler,
which got garbage collected before actually being executed, resulting in
an obsolete schedule.
* Fixed the tasking, coordinates are now updated when enquiring a task
report.
2017-08-12 08:27:58 +02:00
FlightControl_Master
2dcc1aaf0a
Report formatting
2017-08-06 12:19:05 +02:00
FlightControl_Master
82c7121125
Fixes for tasking reporting
2017-08-06 11:02:48 +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
beb87f82bf
Also adapted Task menus to know the task type.
2017-07-13 22:13:08 +02:00
FlightControl
388103afea
Fixes
...
-- when carrier containing cargo goes to spectators, it was not handled
correctly. now it is
-- removed "unassigned" message when task is cancelled from group. It is
useless.
2017-07-08 12:40:56 +02:00
FlightControl
85975c01a4
Optimizations
2017-07-08 09:20:42 +02:00
FlightControl
688875dca5
Fixed performance issue
...
Problem was in BASE. I added a field "ParentClass", which was a
mistake...
at every deepcopy it started to copy ParentClass contents too! My god!
No wonder it suddenly went all slow.
2017-07-07 08:23:22 +02:00
FlightControl
edb53013b2
Progress
2017-07-06 21:47:02 +02:00
FlightControl
2db0265ae6
Fixed first line of task report
2017-07-03 12:11:06 +02:00
FlightControl
8825b26b36
New version
2017-07-02 23:16:35 +02:00
FlightControl
f221047eba
Updated various functions for tasking.
2017-07-02 12:14:41 +02:00
FlightControl
4b7b042bb1
Removed trace
2017-06-29 13:23:03 +02:00
FlightControl
18a76fa355
Updated trace to minimize trace overhead.
2017-06-29 13:18:01 +02:00
FlightControl
bccc4abf26
Fixes bug that would loop over every unit in the group.
...
Only the players in a group should be unassigned, not all units.
2017-06-29 10:17:55 +02:00
FlightControl
55164c38bf
Finetuning of the messages and menus
2017-06-26 20:33:26 +02:00
FlightControl
1aeb7b3ff6
Fixed issue #566 and #567
2017-06-26 19:37:31 +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
9984055f7d
Documentation
2017-05-29 18:02:57 +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
599f31dfae
Final tests done, publishing
2017-05-22 12:17:18 +02:00
FlightControl
13449cc9ee
Progress designing system settings
2017-05-20 08:48:57 +02:00
FlightControl
312007b51c
Progress
2017-05-18 20:53:15 +02:00
FlightControl
3106f62709
Progress
2017-05-18 16:26:31 +02:00
FlightControl
091373f98f
Fixes #528 - DETECTION_UNITS uses a string as the index
2017-05-18 14:10:20 +02:00
FlightControl
71c59aec74
Mission complete disabled when a task is finished
...
The concept was completely wrong. A mission will require separate logic
or triggers to register goal completion. I will need to do a training
video on that one.
2017-05-16 16:58:40 +02:00
FlightControl
7df1963de4
Updated the mission menu generation and task menu maintenance
...
-- Added Mission Briefing menu showing the Mission Briefing.
-- Mission menus are generated once for the groups when they belong to
the SetGroup.
2017-05-14 08:33:28 +02:00
FlightControl
299fef16c1
Fixes for tasking
2017-05-09 14:16:22 +02:00
FlightControl
2fadd949a6
Fixes
2017-05-07 15:37:27 +02:00
FlightControl
c9121ed672
Menu fixes and Report Fixes
...
-- Added player count to plannes task menus
-- Detailed task report only shows the players in the task.
-- Added method GetPlayerNames for a Task
-- Added method GetPlayerCount for a Task
-- Started with a threat level implementation on the menus, but there is
a problem with the refresh...
2017-05-05 19:50:28 +02:00
FlightControl
cb7ba702ff
Correct handling of crashing player
...
when assigned to a task
2017-05-05 15:50:21 +02:00
FlightControl
9a54462164
Fixed problem upon mission success.
2017-05-05 14:37:55 +02:00
FlightControl
6f9bfc4211
Abort logic improvements
2017-05-05 12:40:16 +02:00
FlightControl
0b87b265c7
Fixing abort
2017-05-05 12:05:46 +02:00