37 Commits

Author SHA1 Message Date
Sven Van de Velde
db2cc49b85 Work in progress 2016-05-10 20:01:45 +02:00
Sven Van de Velde
1949d69fa0 Updated Anapa 2016-05-07 06:59:15 +02:00
Sven Van de Velde
c68e4cd257 progress 2016-05-06 19:12:02 +02:00
Sven Van de Velde
ad2c3ed83f commit 2016-05-06 16:41:59 +02:00
svenvandevelde
bfeaa961f6 Updates for Anapa. Fixed a bug in SPAWN (small bug) 2016-05-06 14:21:24 +02:00
FlightControl
391408de9b Database filter criteria 2016-04-26 12:54:41 +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
f718e05cb5 Fixed typo 2016-04-09 21:28:55 +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
7ed66f05a6 Added escort briefing logic. 2016-04-03 10:15:48 +02:00
FlightControl
c97d060f96 Added Smoke, flares + support for ground, naval groups 2016-04-03 09:18:42 +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
FlightControl
59650adb0a Bugfix 2016-04-01 17:50:03 +02:00
FlightControl
b8c10c2f41 A working escort function for helicopters, first version 2016-04-01 17:27:28 +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
9e9d3c9cc7 Fixed problems with the client 2016-03-24 17:24:34 +01:00
FlightControl
2e045f2cea Updated the Escort Class 2016-03-24 12:20:24 +01:00
FlightControl
560e3d643f Worked on DCS function prototyping
Found in LDT the means to create using luadoc function prototypes using
a documentation mechanism. Am reworking now the DCS function manual to a
luadoc structure.
2016-03-24 11:00:49 +01:00
FlightControl
11c7cea1de New ESCORT class, first version ...
This class does now detection reporting to the main client group.
2016-03-19 01:45:15 +01:00
FlightControl
8c46f7c7f2 Updated scoring and made it better.
Implemented also a fracitide function. Anybody committing fracitide
above 150 penalty points, gets destroyed and cannot join anymore.
2016-03-18 12:45:21 +01:00
svenvandevelde
1a530ad9ba Documentation 2016-03-16 08:35:33 +01:00
svenvandevelde
64c36c840b Documentation 2016-03-16 07:03:28 +01:00
svenvandevelde
17f961f7d9 Documentation 2016-03-15 17:56:41 +01:00
svenvandevelde
9e9e75271c Rework of SPAWN. Finished for release 2016-03-11 12:17:29 +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
a939220d20 Added functions for rescue mission. 2016-02-26 19:44:27 +01:00
svenvandevelde
6955d45840 Lots of fixes for cargo + optimization of Stage Messages 2016-02-25 14:52:16 +01:00
svenvandevelde
84b79b0a75 Removed Group usage from _AddPlayerFromUnit
Due to bug 1.5 in DCS world
2016-02-19 19:56:11 +01:00
svenvandevelde
4a52422fe1 Added GROUP, ZONE classes to handle Tasks and Zones
GROUP will be a class abstraction for the DCS Group class, incorporating
the Controller for tasks.

ZONE will be a class abstraction for a trigger zone.

Each of these classes will have properties to further emulate tasks, and
execute all kind of actions on the object.
2016-02-17 14:58:27 +01:00