52 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
812c4216c5 Updated SPAWN with the SCHEDULER class 2016-05-10 15:48:53 +02:00
Sven Van de Velde
34d268b451 Optimized the scheduler 2016-05-10 12:05:07 +02:00
Sven Van de Velde
8ef6ef14dd Updates 2016-05-08 16:16:41 +02:00
svenvandevelde
bfeaa961f6 Updates for Anapa. Fixed a bug in SPAWN (small bug) 2016-05-06 14:21:24 +02:00
svenvandevelde
4adf5aa188 Anapa airbase fixes 2016-05-06 10:12:30 +02:00
FlightControl
92289ecd16 Updated demos for youtube videos. 2016-04-30 15:31:22 +02:00
FlightControl
94960b4cb3 Updated documentation
DATABASE
BASE
SPAWN
ESCORT
2016-04-30 09:22:36 +02:00
FlightControl
6a28902305 Applied proper documentation 2016-04-30 07:22:48 +02:00
FlightControl
10177331b4 Merge remote-tracking branch 'refs/remotes/origin/master' into Database-Rework
# Conflicts:
#	Moose/Database.lua
#	Moose/Mission.lua
2016-04-27 16:05:58 +02:00
FlightControl
79e4e7cde8 Ok, got the function fixed. 2016-04-27 15:32:11 +02:00
FlightControl
49fc0bde16 Changed SpawnInZone to spawn units at a random position within the zone, and then they will follow the route further. 2016-04-27 11:22:06 +02:00
FlightControl
391408de9b Database filter criteria 2016-04-26 12:54:41 +02:00
FlightControl
620844b7e0 Release of new EVENT class
The logic of the EVENT class has finished. Releasing it.
2016-04-24 06:24:21 +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
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
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
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
6d06ddb68f Fixed the respawn problem and reworked the test mission directory structure 2016-04-05 16:04:36 +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
c26950f4a3 BugFix 2016-04-01 18:54:06 +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
9912f97209 Fix Rename of Essential API of the SPAWN class back to public. 2016-03-18 19:18:44 +01:00
svenvandevelde
dafc151ce0 Optimizations 2016-03-17 14:31:32 +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
64c36c840b Documentation 2016-03-16 07:03:28 +01:00
svenvandevelde
081a79a277 Further documentation 2016-03-15 18:07:33 +01:00
svenvandevelde
17f961f7d9 Documentation 2016-03-15 17:56:41 +01:00
svenvandevelde
5507480e99 Bug fixes 2016-03-13 09:00:13 +01:00
svenvandevelde
4a5ebe147f Bugfix with Cargo
- Complex bug fix concerning CARGO_GROUPs loaded units in other clients.
- Complex bug fix concerning ReSpawning of CARGO_GROUPs when the mission
starts.
2016-03-12 10:01:34 +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
26fc977adf bugfix 2016-02-29 14:55:44 +01:00
svenvandevelde
d1fac8b8eb Fixed bug with randomization 2016-02-29 14:37:47 +01:00
svenvandevelde
d458355c58 Optimizations and added RU Rescue mission 2016-02-29 13:44:39 +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
Sven Van de Velde
ecf80e5209 Changes of loading and cleanup.
Added dynamic and static loading strategies for MOOSE of a mission file.
2016-02-21 19:34:48 +01:00
Sven Van de Velde
0fb88e2bab Trying with getposition, getpoint returns nil 2016-02-20 14:10:10 +01:00
Sven Van de Velde
9591f02a10 Bug fixes 2016-02-20 07:59:47 +01:00
svenvandevelde
b8148a7950 Converted SPAWN:FromCarrier function
SPAWN:FromCarrier now spawns from a Unit instead of a Group. It was
confusing from the beginning anyway :-)
2016-02-19 19:00:40 +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
svenvandevelde
6019a2a170 Got now back a good version working with CARGO now as a separate object.
- Sling load working but dealing with the DCS bugs.
- Normal CARGO pickup and deployment is working now, but needs to be
further optimized...
2016-02-14 12:03:17 +01:00