Commit Graph

1194 Commits

Author SHA1 Message Date
FlightControl 06c8c00dc9 Airbases of Nevada and Normandy 2017-06-20 12:12:52 +02:00
FlightControl ef217c0b19 Fix for CTD in DCS 2.1.
Destroyed scenery object cannot be inspected with all the methods.
SceneryObject:getTypeName() goes into CTD with the scenery has been
destroyed.
The problem was in the event handler (Event.lua).
This is fixed by checking if the SceneryObject exists before getting the
type name.
If it does not exist, the type name is filled with "SCENERY".
2017-06-18 09:00:48 +02:00
FlightControl c72e6ff9b4 Fixed DCS CTD in 2.1 for destroyed scenery objects.
The problem was in the event handler.
getTypeName() for a destroyed scenery object brings DCS into CTD.
2017-06-18 08:31:27 +02:00
FlightControl a42b5fcea7 Fixes 2017-06-15 19:46:46 +02:00
FlightControl 18591c434f Documentation 2017-06-15 07:02:20 +02:00
FlightControl 05d69457f2 Documentation 2017-06-14 15:08:49 +02:00
FlightControl a646dd900d Altitude was wrongly set in patrol 2017-06-14 14:34:55 +02:00
FlightControl fb54b2f280 Trace 2017-06-14 11:50:35 +02:00
FlightControl 2f8b881186 Documentation 2017-06-14 11:17:20 +02:00
FlightControl 385dba63d9 Documentation 2017-06-14 11:13:14 +02:00
FlightControl 4f472253de Documentation 2017-06-14 11:02:43 +02:00
FlightControl 15cf215d49 Documentation 2017-06-14 10:24:59 +02:00
FlightControl 1369a28aca Updates 2017-06-13 13:34:49 +02:00
FlightControl dd39ff4e94 Updates 2017-06-13 13:29:48 +02:00
FlightControl 5a7551d312 Progress 2017-06-13 13:17:17 +02:00
FlightControl 94c208cbc9 Progress 2017-06-13 07:00:44 +02:00
FlightControl 1ea916ec73 Progress 2017-06-12 16:25:05 +02:00
FlightControl f56b2229a7 Progress 2017-06-12 06:44:01 +02:00
FlightControl 4f91ba6081 Progress 2017-06-10 10:59:41 +02:00
FlightControl 9f22e2cc71 Progress 2017-06-09 20:35:46 +02:00
FlightControl e17de754a3 Progress 2017-06-08 15:44:35 +02:00
FlightControl 0f9f615313 Progress 2017-06-08 11:53:53 +02:00
FlightControl ce24d2b4a6 Progress 2017-06-08 00:47:56 +02:00
FlightControl f151e1e5f4 Progress 2017-06-08 00:35:18 +02:00
FlightControl 59ab62685c Progress 2017-06-08 00:20:53 +02:00
FlightControl e68b715321 Documentation 2017-06-07 15:18:22 +02:00
FlightControl ef95cfb1f5 Progress 2017-06-07 12:56:43 +02:00
FlightControl d120875fa9 Merge remote-tracking branch 'refs/remotes/origin/master' into 562-AI-A2A-Dispatcher 2017-06-07 09:06:53 +02:00
FlightControl 9dfff9ae5e Added TaskRouteToVec2 method 2017-06-06 22:11:25 +02:00
FlightControl 86d8eb023d Progress 2017-06-06 21:46:51 +02:00
FlightControl b48c467d57 Progress 2017-06-06 21:36:32 +02:00
FlightControl cf4c269f77 Progress 2017-06-06 18:33:24 +02:00
FlightControl 2fb83c89af Progress 2017-06-06 14:43:40 +02:00
FlightControl 37a176e3ae Progress 2017-06-03 10:28:50 +02:00
FlightControl 09776a60c9 ooofff! waypoint functions and route setting is now working how i wanted it to work 2017-06-02 11:21:53 +02:00
FlightControl 17838d7099 Progress 2017-06-01 13:18:50 +02:00
FlightControl 531f8a9106 Progress 2017-05-31 22:41:29 +02:00
FlightControl a3289205e6 Progress 2017-05-31 18:58:34 +02:00
FlightControl 0af5e1428b Progress 2017-05-30 19:38:56 +02:00
FlightControl 9984055f7d Documentation 2017-05-29 18:02:57 +02:00
FlightControl 4e29565382 Documentation 2017-05-29 14:09:07 +02:00
FlightControl bc734f1190 Removed disturbing reports when joining a client slot (forgot to delete). 2017-05-29 10:32:54 +02:00
FlightControl ec8a399ca6 Players per Task report added 2017-05-29 07:12:42 +02:00
Sven Van de Velde c6631356ea Merge pull request #560 from FlightControl-Master/419-A2A-Tasking
A2A SWEEP Tasking
2017-05-29 05:30:33 +02:00
FlightControl f2e966735c A2A SWEEP Tasking 2017-05-29 05:29:41 +02:00
Delta-99 35c2cb45bb Merge pull request #558 from FlightControl-Master/OnSpawnGroup-fix-delay
OnSpawnGroup happening before BIRTH sometimes
2017-05-28 13:33:02 -04:00
Delta-99 8096c170d5 EnRouteTaskEngageTargets defined twice
EnRouteTaskEngageTargets was defined twice. The 2nd instance looks like
it should have been named EnRouteTaskEngageTargetsInZone. Fixed and
added documentation at the top.
2017-05-28 13:09:50 -04:00
Delta-99 333eba2cb8 OnSpawnGroup happening before BIRTH sometimes
Add a little bit of a delay in calling the OnSpawnGroup function as it
sometimes happens before the actual BIRTH event of the group.
2017-05-28 12:51:50 -04:00
FlightControl f8ab65ce0e Reference points implemented 2017-05-28 18:24:44 +02:00
FlightControl 707a5a778a Merge remote-tracking branch 'refs/remotes/origin/master' into 419-A2A-Tasking 2017-05-28 09:13:03 +02:00