Commit Graph

139 Commits

Author SHA1 Message Date
FlightControl 091373f98f Fixes #528 - DETECTION_UNITS uses a string as the index 2017-05-18 14:10:20 +02:00
FlightControl 6d1ab6bd98 Updated messages being displayed wrongly 2017-05-18 09:16:39 +02:00
FlightControl caedaddd06 Fixed with A2G tasking
Imagine, the mission had a static moose.lua. I was testing with a static
moose.lua
2017-05-16 21:24:38 +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 0e0e9bb550 Cancel route implemented
-- Cancel route option added
-- Added first version of MGRS or LL coordinate system.
2017-05-15 22:24:10 +02:00
FlightControl 30d9f369f3 Fixed
When the deployzone is nil, the troops are deployed 60 meters in front
of the carrier.
2017-05-15 13:05:19 +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 f8454daf9f Removed cargo menu is ready. 2017-05-11 21:17:12 +02:00
FlightControl 299fef16c1 Fixes for tasking 2017-05-09 14:16:22 +02:00
FlightControl 03d215dc2a Home page change and BAI name changes 2017-05-09 11:25:33 +02:00
FlightControl d8ba37af8d When cargo is destroyed, it will stop working... 2017-05-09 09:29:08 +02:00
FlightControl ce1f85e09a Fixed menu and deployment of cargo
-- You can now deploy cargo anywhere in the battlefield.
-- The menu generation is improved.
---- No more first remove menu and then build, but "refresh"...
2017-05-08 16:28:36 +02:00
FlightControl 3329465fd3 Improved boarding process
Fixed boarding process when a carrier would ascend while boarding, the
boarding process would be cancelled by the cargo. the carrier is
notified of that event. When the carrier lands again, he can again board
the cargo using the cargo menu options.
2017-05-08 14:57:16 +02:00
FlightControl 2fadd949a6 Fixes 2017-05-07 15:37:27 +02:00
FlightControl 11c20d57fd Fixes
-- Cargo deployment
-- Mission text in menu
-- Event log decrease
2017-05-06 10:11:22 +02:00
FlightControl 192dbadd51 Cargo and smoke 2017-05-05 23:16:57 +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
FlightControl 1c4002fb37 Fixes abort 2017-05-05 11:50:24 +02:00
FlightControl 82477c93d2 Fixed abort logic and trace overhead on menus 2017-05-05 11:45:17 +02:00
FlightControl 02e2f21ec6 test good abort
when more than one player is still assigned to the task, the task should
not abort, only the player...
2017-05-05 10:57:29 +02:00
FlightControl 99cbe0c8bb Heavy rework of the menus and now it is much better 2017-05-05 10:50:12 +02:00
FlightControl 7a84b6cc35 Improvements on task assignment logic 2017-05-05 09:34:51 +02:00
FlightControl e3a0a67fa5 Update Task Abort process 2017-05-04 15:53:25 +02:00
FlightControl 5bb91646d7 Updates 2017-05-04 14:23:10 +02:00
FlightControl 0eb9d1917b Updates 2017-05-04 10:19:34 +02:00
FlightControl a06c6176a2 Attempt to fix the count problem 2017-05-04 06:33:40 +02:00
FlightControl 858670ab80 Improvements 2017-04-26 22:34:17 +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 d369a1be9f Fixed #456
-- After landing the tasking menu is displayed again.
-- The cargo is boarded properly now. Every 15 seconds is checked if the
cargo is still moving.
2017-04-26 06:29:16 +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 f6f91a0f23 Fixed the boarding and unboarding process for CARGO_GROUP 2017-04-18 10:24:12 +02:00
FlightControl ecde6ad694 Made A2G_TASK_DISPATCHER only detect ground units.
This solves issue #425 ...
2017-04-17 11:34:12 +02:00
FlightControl 898976d437 Fixed for cargo hitting client helicopter
When unboarding, the cargo would it the client helicopter on the path,
this is fixed by positioning the cargo at the direction of the target
unboarding point. No helicopter anymore in between.
2017-04-16 08:09:20 +02:00
FlightControl 1b7623baa6 Progress 2017-04-15 13:19:15 +02:00
FlightControl 59d9eb127d Progress 2017-04-15 12:13:34 +02:00
FlightControl 798996efd2 Documentation etc 2017-04-14 09:31:44 +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 0b59fb87f2 Progress 2017-04-13 09:53:27 +02:00
FlightControl 1a5a74120b Progress 2017-04-13 09:42:22 +02:00
FlightControl 7e9b97dda0 Documentation 2017-04-02 09:39:00 +02:00
FlightControl f8f68ea695 Progress 2017-04-02 09:16:34 +02:00