8 Commits

Author SHA1 Message Date
FlightControl
74e3b15fe3 Updated the escort function and added APIs 2016-04-15 14:31:09 +02:00
FlightControl
a0bfe549a7 Preparing the test mission for users. 2016-04-13 15:36:47 +02:00
FlightControl
5b6183aa2b Bugfix in Escort 2016-04-13 14:20:54 +02:00
FlightControl
6232c9a67c Implemented a WayPoints functionality for GROUPS
WayPoints can be modified on a GROUP.
A function hook is called whenever a group moves over a waypoint.
2016-04-12 14:32:40 +02:00
FlightControl
8ea20af680 Bugfix ESCORT
When the escort is following the lead, the Evasion setting has to be
PassiveDefense, otherwise the helicopter will fly around like a chicken
when in danger.
2016-04-09 07:09:44 +02:00
FlightControl
8e901b61f4 Fixed bugs and optimized ESCORT following logic
- Optimized the following logic of planes and helicopters.
- Fixed bugs with menus already present in the cache of the client.
- Fixed a bug in the SPAWN ReSpawn function.
- Optimized the JoinUp logic.
2016-04-08 20:03:15 +02:00
FlightControl
ab332f22e7 Updated the Escort class
- Registering each excort at the client internally.
- Each escort known at the client can exchange targets.
- Each escort can acquire attack assistance from other escorts known at
the client.
- Made the MENU class more slick. Now menus are removed recursively for
CLIENTS.
- Added a few more types and fine tuned the documentation.
2016-04-07 17:34:44 +02:00
FlightControl
6d06ddb68f Fixed the respawn problem and reworked the test mission directory structure 2016-04-05 16:04:36 +02:00