41 Commits

Author SHA1 Message Date
FlightControl
94960b4cb3 Updated documentation
DATABASE
BASE
SPAWN
ESCORT
2016-04-30 09:22:36 +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
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
Sven Van de Velde
679dd7668e Updated errors in escaping. 2016-04-14 12:29:03 +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
2dc82d5227 Updated luadoc documentation
BASE
CLIENT
2016-04-02 22:41:34 +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
FlightControl
1f1494e36f Bugfix 2016-04-01 21:14:15 +02:00
FlightControl
c26950f4a3 BugFix 2016-04-01 18:54:06 +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
e7846e2978 trace off 2016-03-24 12:21:01 +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
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
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
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
Sven Van de Velde
6bbc0c152d Fixed titles on scoring log.
and activated trace to try to resolve the getPlayerName() bug in MP.
2016-03-02 06:41:15 +01:00
svenvandevelde
847eac245e trace 2016-02-29 16:47:56 +01:00
svenvandevelde
cc521aa0a9 trace 2016-02-29 16:08:03 +01:00
svenvandevelde
d458355c58 Optimizations and added RU Rescue mission 2016-02-29 13:44:39 +01:00
Sven Van de Velde
bcd066217b Fixed bugs 2016-02-29 09:49:14 +01:00
Sven Van de Velde
d0bdf7b3c0 trace 2016-02-28 14:21:21 +01:00
svenvandevelde
6bb392b331 deactivated trace 2016-02-28 14:20:20 +01:00
svenvandevelde
4dbe518322 Made the score system work again! 2016-02-27 11:48:31 +01:00
svenvandevelde
b3a68636f8 Fixing score problems dealing with 1.5.3 Client bug. 2016-02-27 07:49:52 +01:00
svenvandevelde
6c456f20db Trace Off 2016-02-26 20:14:24 +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
svenvandevelde
61d51fe9a5 Added a layer to resolve the Client Bug problems in 1.5 2016-02-19 14:35:59 +01:00
svenvandevelde
7e098b050e Work in progress. Reworking complete CARGO logic... Partly working now ... 2016-01-28 16:48:22 +01:00
svenvandevelde
b10a59ae18 Found a solution to avoid having to install MOOSE.
Now MOOSE can be copied into the mission file, but you'll need to
include a "do file" action of moose.lua in the mission file and copy the
rest of the MOOSE files to the MIZ file.
2015-12-03 23:40:50 +01:00