FlightControl
37510ab647
Made empty mission to benchmark frames per seconds to compare with logic containing moose
2016-06-15 04:10:24 +02:00
HellRayzr
91c5f467aa
Revert "JAMES TEST"
...
This reverts commit a57f28a248bb38d718b6d0c11cfb4f03982356de.
2016-06-14 18:58:17 +02:00
HellRayzr
a57f28a248
JAMES TEST
2016-06-14 18:54:00 +02:00
FlightControl
d66a2ea429
First version of the airbase police
2016-06-14 18:36:29 +02:00
FlightControl
af020b4b6e
Updates
2016-06-14 17:33:33 +02:00
FlightControl
ff44c70ea4
Merge remote-tracking branch 'refs/remotes/origin/master' into Airbase-Guard
...
# Conflicts:
# Moose Development/Moose/Base.lua
# Moose Mission Setup/Moose Mission Update/l10n/DEFAULT/Moose.lua
# Moose Mission Setup/Moose.lua
# Moose Test Missions/Moose_Test_AIBALANCER/Moose_Test_AIBALANCER.miz
# Moose Test Missions/Moose_Test_CLEANUP/Moose_Test_CLEANUP.miz
# Moose Test Missions/Moose_Test_DESTROY/MOOSE_Test_DESTROY.miz
# Moose Test Missions/Moose_Test_ESCORT/MOOSE_Test_ESCORT.miz
# Moose Test
Missions/Moose_Test_MISSILETRAINER/Moose_Test_MISSILETRAINER.miz
# Moose Test Missions/Moose_Test_SEAD/MOOSE_Test_SEAD.miz
# Moose Test Missions/Moose_Test_SET_CLIENT/Moose_Test_SET_CLIENT.miz
# Moose Test Missions/Moose_Test_SET_GROUP/Moose_Test_SET_GROUP.miz
# Moose Test Missions/Moose_Test_SPAWN/MOOSE_Test_SPAWN.miz
# Moose Test
Missions/Moose_Test_SPAWN_Repeat/MOOSE_Test_SPAWN_Repeat.miz
# Moose Test
Missions/Moose_Test_TASK_Pickup_and_Deploy/MOOSE_Test_TASK_Pickup_and_Deploy.miz
# Moose Test Missions/Moose_Test_WRAPPER/Moose_Test_WRAPPER.miz
# Moose Test Missions/Moose_Test_ZONE/Moose_Test_ZONE.miz
# Moose Test
Missions/Moose_Test_ZONE_POLYGON/Moose_Test_ZONE_POLYGON.miz
# Moose Test Missions/Moose_Test_ZONE_RADIUS/Moose_Test_ZONE_RADIUS.miz
# Moose Test Missions/Moose_Test_ZONE_UNIT/Moose_Test_ZONE_UNIT.miz
2016-06-14 17:00:02 +02:00
FlightControl
998a325554
Merge remote-tracking branch 'refs/remotes/origin/master' into Bugfix
2016-06-14 16:56:01 +02:00
Sven Van de Velde
2657cc681f
Merge pull request #69 from FlightControl-Master/Bugfix
...
ESCORT fixed + changes and bugfixes
2016-06-14 16:23:21 +02:00
FlightControl
ef003f1423
Fixed bugs with ESCORT
...
- Fixed SCHEDULER bug! This was a nasty one.
- Fixed bugs in DATABASE. After a respawn i should not create a new
GROUP object. Fixed now.
- Ensure that all removeFunction calls are out of the code.
- Fixed bug in T and F tracing methods
2016-06-14 15:33:08 +02:00
FlightControl
8de64bc95a
ESCORT Updated
2016-06-14 15:04:08 +02:00
FlightControl
29652a0edb
Merge remote-tracking branch 'refs/remotes/origin/master' into Bugfix
2016-06-13 18:48:04 +02:00
FlightControl
61f55b3bd8
Progress
2016-06-13 18:47:38 +02:00
FlightControl
32a179d0b6
Airbase Police
2016-06-11 21:31:44 +02:00
FlightControl
d8adfd01d7
Airbase police
2016-06-11 21:27:37 +02:00
FlightControl
55167e99c7
Creation of the first version of the airbase police ...
...
Monitoring airbase traffice at airports ...
2016-06-11 21:27:20 +02:00
Sven Van de Velde
85a419face
Merge pull request #67 from FlightControl-Master/Bugfix
...
Bugfix of MISSILETRAINER, BASE, DATABASE, SET_CLIENT, SCHEDULER
2016-06-11 10:31:40 +02:00
FlightControl
dcce65edeb
Updated Moose.lua
2016-06-11 10:29:39 +02:00
FlightControl
b335e99d5b
Lots of bugs fixed
...
- MISSILETRAINER: is working now...
SET_CLIENT. Is working much better now. Had to rework DATABASE, SPAWN to
get this straight.
BASE: Fixed a bug that has been in de system for a very long time. the
parent should have never been deepcopied when inheriting from it.
- SCHEDULER: Fixed a nasty bug with the scheduler, when the
repeatparameters was nil, i was still repeating, very wrong. fixed now.
2016-06-11 10:28:57 +02:00
FlightControl
bd81d16327
Merge remote-tracking branch 'refs/remotes/origin/master' into Bugfix
2016-06-10 17:56:48 +02:00
Sven Van de Velde
9e00b6e84b
Merge pull request #66 from FlightControl-Master/Build-Sets
...
New class AIBALANCER + SET_CLIENT
2016-06-10 14:33:59 +02:00
FlightControl
cb4d8bbde3
SET_CLIENT made + AIBALANCER
2016-06-10 14:33:08 +02:00
FlightControl
bff0c0bf4e
Merge remote-tracking branch 'refs/remotes/origin/master' into Build-Sets
2016-06-10 11:27:44 +02:00
FlightControl
a6baed5478
Build sets
2016-06-10 11:27:40 +02:00
FlightControl
9e881530d8
Documentation
2016-06-09 13:04:27 +02:00
FlightControl
a0250cfdc4
Message documentation
2016-06-09 13:01:18 +02:00
FlightControl
cf80a89af0
Style
2016-06-09 12:55:54 +02:00
FlightControl
ce321c8cfe
Stylesheet for documentation made.
2016-06-09 12:51:59 +02:00
Sven Van de Velde
72baf7091b
Merge pull request #65 from FlightControl-Master/Bugfix
...
Updated MESSAGE and Include.File lines removed.
2016-06-09 12:48:14 +02:00
FlightControl
be8e76e7f1
Updates
...
- MESSAGE class finished and now properly documented. Changed New()
function API.
- Reworked Include.File lines. No Include.File line anymore in the
Modules. All included in Moose.lua for dynamic loading.
2016-06-09 12:47:15 +02:00
FlightControl
5211f06cba
Merge remote-tracking branch 'refs/remotes/origin/master' into Bugfix
2016-06-09 11:03:58 +02:00
FlightControl
ea318f3c75
Merge remote-tracking branch 'refs/remotes/origin/master' into Build-Sets
2016-06-09 10:56:28 +02:00
Sven Van de Velde
e3ca5e32cb
Merge pull request #64 from FlightControl-Master/Build-Sets
...
Build sets
2016-06-08 17:55:44 +02:00
FlightControl
f7eef96c94
Updated SET_GROUP and SET
2016-06-08 17:53:06 +02:00
FlightControl
b925339f24
Merge remote-tracking branch 'refs/remotes/origin/master' into Build-Sets
2016-06-08 09:33:29 +02:00
Sven Van de Velde
0dc9b2cf31
Merge pull request #63 from FlightControl-Master/Bugfix
...
Bugfix
2016-06-07 13:20:51 +02:00
FlightControl
a8a87be9c4
Bugfix for SET
2016-06-07 13:20:29 +02:00
FlightControl
0573ebb919
Merge remote-tracking branch 'refs/remotes/origin/master' into Bugfix
2016-06-07 12:56:16 +02:00
Sven Van de Velde
fb8ce07a43
Merge pull request #62 from FlightControl-Master/Build-Sets
...
Build sets
2016-06-07 12:25:20 +02:00
FlightControl
fcfa91f700
SET_GROUP publish preparation
2016-06-07 12:24:31 +02:00
FlightControl
92e9f57b66
SET_GROUP is working!
2016-06-07 12:23:24 +02:00
FlightControl
afb71ecd26
Merge remote-tracking branch 'refs/remotes/origin/master' into Build-Sets
...
# Conflicts:
# Moose Development/Moose/Spawn.lua
# Moose Mission Setup/Moose Mission Update/l10n/DEFAULT/Moose.lua
# Moose Mission Setup/Moose.lua
# Moose Test Missions/Moose_Test_CLEANUP/Moose_Test_CLEANUP.miz
# Moose Test Missions/Moose_Test_DATABASE/Moose_Test_DATABASE.miz
# Moose Test Missions/Moose_Test_DESTROY/MOOSE_Test_DESTROY.miz
# Moose Test Missions/Moose_Test_ESCORT/MOOSE_Test_ESCORT.miz
# Moose Test
Missions/Moose_Test_MISSILETRAINER/Moose_Test_MISSILETRAINER.miz
# Moose Test Missions/Moose_Test_SEAD/MOOSE_Test_SEAD.miz
# Moose Test Missions/Moose_Test_SPAWN/MOOSE_Test_SPAWN.miz
# Moose Test
Missions/Moose_Test_SPAWN_Repeat/MOOSE_Test_SPAWN_Repeat.miz
# Moose Test
Missions/Moose_Test_TASK_Pickup_and_Deploy/MOOSE_Test_TASK_Pickup_and_Deploy.miz
# Moose Test Missions/Moose_Test_WRAPPER/Moose_Test_WRAPPER.miz
# Moose Test Missions/Moose_Test_ZONE/Moose_Test_ZONE.miz
# Moose Test
Missions/Moose_Test_ZONE_POLYGON/Moose_Test_ZONE_POLYGON.miz
# Moose Test Missions/Moose_Test_ZONE_RADIUS/Moose_Test_ZONE_RADIUS.miz
# Moose Test Missions/Moose_Test_ZONE_UNIT/Moose_Test_ZONE_UNIT.miz
2016-06-07 08:54:03 +02:00
Sven Van de Velde
3975aad967
Merge pull request #61 from FlightControl-Master/Bugfix
...
Bugfix
2016-06-07 08:50:44 +02:00
FlightControl
444304e57e
Reverted some trial and error code to solve BUG in 1.5.3.
...
I accidentally published this code, but shouldn't have done that. Now,
it is back removed. The DCS Bug with ground troops is still in DCS.
2016-06-07 08:50:22 +02:00
FlightControl
431ec0c236
Merge remote-tracking branch 'refs/remotes/origin/master' into Bugfix
2016-06-07 08:45:01 +02:00
FlightControl
2565939889
Group Set progresss
...
need to fix some bugs still
2016-06-07 00:32:53 +02:00
FlightControl
bf7422716c
Merge remote-tracking branch 'refs/remotes/origin/master' into Build-Sets
2016-06-06 20:10:22 +02:00
FlightControl
4de4983878
Forgot to add in the Moose.lua the new classes
...
STATIC
POINT
2016-06-06 15:17:46 +02:00
Sven Van de Velde
40d4ffda64
Merge pull request #60 from FlightControl-Master/Expand-Zone
...
Expand zone
2016-06-06 13:44:57 +02:00
FlightControl
4fc1fee911
Finished Test Missions for ZONE
2016-06-06 13:44:27 +02:00
FlightControl
e82ba13b8b
Publishing a working version :-)
2016-06-06 13:43:32 +02:00