49 Commits

Author SHA1 Message Date
Sven Van de Velde
1cb97aca38 Merge remote-tracking branch 'refs/remotes/origin/master' into MissileTrainer
# Conflicts:
#	Embedded/Moose_Embedded.lua
#	Moose/MissileTrainer.lua
#	Test Missions/Moose_Test_MISSILETRAINER/Moose_Test_MISSILETRAINER.lua
#	Test Missions/Moose_Test_MISSILETRAINER/Moose_Test_MISSILETRAINER.miz
2016-05-18 11:09:21 +02:00
svenvandevelde
9b0879626f Fix bug where missiles were deleted client to client
Bug solve of the early deletion of missiles fired from client to client
(air to air f.e.).
Updated documentation.
Added API to change the frequency of tracking.
2016-05-17 10:57:51 +02:00
Sven Van de Velde
7a91bdff72 Updated documentation to MISSILELAUNCHER 2016-05-17 06:32:34 +02:00
svenvandevelde
f20ba8985b Updates 2016-05-17 05:14:35 +02:00
svenvandevelde
75b2a668dd Updated documentation for missile trainer 2016-05-16 09:06:02 +02:00
Sven Van de Velde
d1b3de1940 Progress 2016-05-13 12:46:08 +02:00
Sven Van de Velde
971f5e9ca4 Updates 2016-05-12 14:53:28 +02:00
Sven Van de Velde
e486c80350 Got something working now 2016-05-12 12:38:35 +02:00
svenvandevelde
01531f0c73 Progress 2016-05-11 17:18:50 +02:00
Sven Van de Velde
4d40f28cf8 Revised client and database logic. Still work in progress. 2016-05-11 14:19:46 +02:00
Sven Van de Velde
34d268b451 Optimized the scheduler 2016-05-10 12:05:07 +02:00
Sven Van de Velde
1d9da407b9 changed dynamic to embedded loading in mission 2016-05-03 19:54:53 +02:00
Sven Van de Velde
f981200409 MissileTrainer first version 2016-05-03 13:47:02 +02:00
FlightControl
92289ecd16 Updated demos for youtube videos. 2016-04-30 15:31:22 +02:00
FlightControl
2f2aa5c0f8 Updated DATABASE test mission 2016-04-30 10:44:25 +02:00
FlightControl
6a28902305 Applied proper documentation 2016-04-30 07:22:48 +02:00
FlightControl
0990e34fef Built coroutines for iterators 2016-04-28 19:12:42 +02:00
FlightControl
88e0b17741 Database redesign progress 2016-04-28 13:28:03 +02:00
FlightControl
79e4e7cde8 Ok, got the function fixed. 2016-04-27 15:32:11 +02:00
FlightControl
ab4f4e75d1 Trying a workaround for a new DCS crash when ReSpawning
Now i destroy the group first before respawning...
2016-04-23 13:26:33 +02:00
FlightControl
01c85670ec Event functions replacement stable now ... (I think)... 2016-04-23 08:17:57 +02:00
FlightControl
66c7ebf786 Further optimization of the Event Dispatcher.
Also fixed a problem with DESTROYGROUPTASK
2016-04-20 21:59:37 +02:00
FlightControl
ba44e39344 First version of new event handling ready.
only for spawning, now we need to make this for the rest of the AddEvent
handlers :-)
2016-04-20 11:10:26 +02:00
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
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
d2565068cc Optimize Messages 2016-04-03 13:29:55 +02:00
FlightControl
c97d060f96 Added Smoke, flares + support for ground, naval groups 2016-04-03 09:18:42 +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
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
8eab8622c6 Latest Updates 2016-03-25 14:36:48 +01:00
svenvandevelde
4f315022b4 Documentation + Fixing bugs in CleanUp class related to client bug in 1.5.3 2016-03-16 22:07:08 +01:00
svenvandevelde
17f961f7d9 Documentation 2016-03-15 17:56:41 +01:00
svenvandevelde
4228c2c1ca Added more scenarios in SPAWN Test 2016-03-14 09:55:42 +01:00
svenvandevelde
5507480e99 Bug fixes 2016-03-13 09:00:13 +01:00
svenvandevelde
9e9e75271c Rework of SPAWN. Finished for release 2016-03-11 12:17:29 +01:00
svenvandevelde
0468462add Optimizations 2016-03-06 09:42:24 +01:00
svenvandevelde
17bfcf8373 Rework of SPAWN
- Visible Array
- Internal table in SPAWN
GROUP functions
- Route
- RouteToZone
- CopyRoute
SPAWN functions
- SpawnFromUnit
- SpawnInZone

Replaced SpawnFromCarrier overall
2016-03-06 08:50:28 +01:00
svenvandevelde
6955d45840 Lots of fixes for cargo + optimization of Stage Messages 2016-02-25 14:52:16 +01:00