912 Commits

Author SHA1 Message Date
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
0bb35e23b9 Fix bug again in SPAWN
CleanUp variable
embedded
2016-04-08 23:13:18 +02:00
FlightControl
a3facd957a Fixed bug in SPAWN
- Fixed error in name of variable SpawnCleanUpTimeStamp
2016-04-08 22:50:09 +02:00
FlightControl
90d2bbaf08 Embedded 2016-04-08 20:26:12 +02:00
Sven Van de Velde
f68ff4061c Merge pull request #19 from FlightControl-Master/Escort
Escort
2016-04-08 20:04:29 +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
2812339cc1 Merge remote-tracking branch 'refs/remotes/origin/master' into Escort 2016-04-06 07:46:43 +02:00
FlightControl
6d06ddb68f Fixed the respawn problem and reworked the test mission directory structure 2016-04-05 16:04:36 +02:00
FlightControl
d8704b4028 Fixed bug in Escort class, ROE and ROT was not working. Fixed now...
Problem was with variable owning the function was not called properly.
2016-04-04 23:20:37 +02:00
FlightControl
a3c7e7983b Changes are a joint work session with Midnight...
When users use the framework, it will only get better ...
2016-04-04 22:34:09 +02:00
FlightControl
3d6372ff6c Added dynamic load mission. 2016-04-04 20:00:22 +02:00
FlightControl
3177dc3320 Changed directory to one MOOSE directory, not two MOOSE/MOOSE directories. 2016-04-04 19:51:48 +02:00
FlightControl
42dea077c2 Updated embedded and escort 2016-04-04 09:57:15 +02:00
Sven Van de Velde
07ee6b189a Merge pull request #18 from FlightControl-Master/Escort
Fixed target scanning. There is still an small bug outstanding. Need to clear the task queue.
2016-04-03 13:31:55 +02:00
Sven Van de Velde
2137132a78 Merge pull request #17 from FlightControl-Master/Optimize-Messaging
Optimize Messages
2016-04-03 13:31:28 +02:00
FlightControl
d2565068cc Optimize Messages 2016-04-03 13:29:55 +02:00
FlightControl
958e19537c Fixed target scanning. There is still an small bug outstanding. Need to clear the task queue. 2016-04-03 11:21:13 +02:00
FlightControl
7ed66f05a6 Added escort briefing logic. 2016-04-03 10:15:48 +02:00
Sven Van de Velde
da0e6a393c Merge pull request #16 from FlightControl-Master/Documentation
Added Smoke, flares + support for ground, naval groups
2016-04-03 09:21:46 +02:00
FlightControl
c97d060f96 Added Smoke, flares + support for ground, naval groups 2016-04-03 09:18:42 +02:00
Sven Van de Velde
fdb232fae3 Merge pull request #15 from FlightControl-Master/Documentation
Documentation
2016-04-02 23:20:39 +02:00
FlightControl
883246e154 Embedded 2016-04-02 23:18:20 +02:00
FlightControl
a38d394110 Small documentation fix 2016-04-02 23:14:16 +02:00
FlightControl
9da2f56d37 Updated CLEANUP luadoc documentation. 2016-04-02 23:06:26 +02:00
FlightControl
2dc82d5227 Updated luadoc documentation
BASE
CLIENT
2016-04-02 22:41:34 +02:00
FlightControl
96e4fc2997 Regenerate embedded 2016-04-02 17:28:58 +02:00
FlightControl
5f9643b45e Fixed some bugs due to function renames... fixed now.
SpawnArray became Array
RouteToZone became TaskRouteToZone
2016-04-02 17:28:27 +02:00
FlightControl
c947f34b0d Updated documentation 2016-04-02 11:13:22 +02:00
FlightControl
f806c7c4a5 Updated documentation 2016-04-02 11:08:38 +02:00
Sven Van de Velde
23e2873616 Merge pull request #14 from FlightControl-Master/Create-ESCORT-class
Create escort class - Added lua documentor generated documentation.
2016-04-02 11:06:11 +02:00
FlightControl
77b5e10613 Succeeded in generating the new documentation using luadocumentor
Had to recompile lua and using luarocks had to compile luadocumentor
2016-04-02 11:05:05 +02:00
FlightControl
962a3fa11a Remove documentation because it is obscolete.
I need to regenerate the documentation with luadocumentor.lua. Working
on it ...
2016-04-02 08:39:55 +02:00
Sven Van de Velde
0e850f2555 Merge pull request #13 from FlightControl-Master/Create-ESCORT-class
Create escort class
2016-04-01 21:34:49 +02:00
FlightControl
1f1494e36f Bugfix 2016-04-01 21:14:15 +02:00
FlightControl
7709f21842 Bugfix with attack unit 2016-04-01 19:29:30 +02:00
FlightControl
c26950f4a3 BugFix 2016-04-01 18:54:06 +02:00
Sven Van de Velde
e9a7d9566d Merge pull request #12 from FlightControl-Master/Create-ESCORT-class
Bugfix
2016-04-01 17:51:15 +02:00
FlightControl
59650adb0a Bugfix 2016-04-01 17:50:03 +02:00
Sven Van de Velde
9f03fea76a Merge pull request #11 from FlightControl-Master/Create-ESCORT-class
Create escort class
2016-04-01 17:28:23 +02:00
FlightControl
b8c10c2f41 A working escort function for helicopters, first version 2016-04-01 17:27:28 +02:00
FlightControl
10fbaa07f5 Escort now follows the intersecting point of the sphere around the client. 2016-03-31 10:41:01 +02:00
FlightControl
d4719be695 Progressing on the Escort positioning system. 2016-03-31 10:07:59 +02:00
FlightControl
6834a5f6ea Completed a first version of an escort follow function!!!
And made a test mission for it.
2016-03-29 09:37:32 +02:00
FlightControl
260f109e40 Lots of changes done...
Change trace prototypes.
Change DCS class prototypes
2016-03-28 22:54:31 +02:00
FlightControl
8eab8622c6 Latest Updates 2016-03-25 14:36:48 +01:00
FlightControl
ca4d9f1464 Fixed problem with Escort menus and could fine-tune the prototyping. 2016-03-25 09:25:39 +01:00
FlightControl
7abd07f545 Problem with Vec3 2016-03-24 18:09:22 +01:00
FlightControl
9e9d3c9cc7 Fixed problems with the client 2016-03-24 17:24:34 +01:00
FlightControl
4e87256c9a update to load embedded 2016-03-24 12:27:34 +01:00