Commit Graph

597 Commits

Author SHA1 Message Date
FlightControl 51022be4d4 Working version 2017-04-21 14:01:01 +02:00
FlightControl a79bc11834 Progress 2017-04-21 06:58:28 +02:00
FlightControl dbf95924eb Updated logic... 2017-04-20 21:59:09 +02:00
FlightControl 7e55dd8a7c Laser fix! 2017-04-20 20:55:11 +02:00
Andrew Finegan 96d97a6e51 Prevent Server Crash from Unit Destroy
Destroying a client unit while that client it on a multiplayer server
WILL crash the server. The proper way of handling this is to set a flag
and let MOOSE-SERVER handle the kicking part. This part hasnt been
written yet, but is being worked on
2017-04-20 13:03:42 -04:00
Grey-Echo c172a03006 Solves problem after pull request #444 2017-04-20 17:03:46 +02:00
Grey-Echo 635f9d1bee Merge pull request #444 from FlightControl-Master/beacons
Beacons
2017-04-20 14:39:27 +02:00
FlightControl ac5686b9cc Final 2017-04-20 14:14:54 +02:00
FlightControl ca3ee12c41 Finalized AI_DESIGNATE 2017-04-20 14:14:39 +02:00
Grey-Echo 0d9f78e8bf Merge branch 'master' into beacons 2017-04-20 12:52:09 +02:00
Grey-Echo 23df0aaa68 Added documentation for BEACON 2017-04-20 12:49:18 +02:00
Grey-Echo ed4b89dcbc Revamp of RADIO's doc 2017-04-20 12:29:58 +02:00
Grey-Echo 65cf152b4f Add loop functionnality to standard radio transmissions 2017-04-20 12:22:26 +02:00
Grey-Echo e4145dbefd Small tweaks to module doc 2017-04-20 12:15:37 +02:00
Grey-Echo 94ad317e61 Small bufixes to BEACON 2017-04-20 12:10:36 +02:00
Grey-Echo 510ff2f32f Implement BEACON:StopRadioBeacon 2017-04-20 00:19:52 +02:00
Grey-Echo 8c57d86bca Implement BEACON:RadioBeacon() 2017-04-20 00:07:50 +02:00
Grey-Echo 26cf190920 Laying the groundwork for BEACON:RadioBeacon() 2017-04-19 23:49:41 +02:00
FlightControl cb5510d047 Publish to master 2017-04-19 19:41:26 +02:00
FlightControl b1c7e04422 Progress 2017-04-19 19:13:23 +02:00
Grey-Echo adfe811291 Major Changes in BEACON
After tests, the beacon functionnality is even more limited in DCS than what I thought.
Those changes accomode the new data from these tests.
2017-04-19 16:59:05 +02:00
FlightControl 3a3869e095 Lasing is working 2017-04-19 16:53:35 +02:00
Grey-Echo bbcf6c4717 Implements POSITIONNABLE:GetBeacon() 2017-04-19 15:46:53 +02:00
Grey-Echo 3c80fdafcd Implement BEACON:StopAATACAN() 2017-04-19 15:40:54 +02:00
Grey-Echo 42ec0d6332 Merge branch 'master' into beacons 2017-04-19 15:33:24 +02:00
FlightControl f4a15aa316 Fixed glitch in cargo transfer as a result of the rework 2017-04-18 19:08:44 +02:00
FlightControl f6f91a0f23 Fixed the boarding and unboarding process for CARGO_GROUP 2017-04-18 10:24:12 +02:00
FlightControl 469e1a3c9b This fixes issue #433 2017-04-17 18:53:32 +02:00
FlightControl e0829ce986 Fixes Interceptor to Battleplane
SU-25 is  battleplane ... A2G plane with A2A capatilies.
Fixes issue #421
2017-04-17 11:42:10 +02:00
FlightControl ecde6ad694 Made A2G_TASK_DISPATCHER only detect ground units.
This solves issue #425 ...
2017-04-17 11:34:12 +02:00
FlightControl 040a342e25 Updated documentation in AI_CAP, AI_CAS, AI_BALANCER, AI_PATROL 2017-04-17 11:18:01 +02:00
FlightControl a89c469130 Updated documentation of SCHEDULER and ZONE and FSM 2017-04-17 07:49:11 +02:00
FlightControl 0e7ebff9a2 MENU documentation update 2017-04-16 17:07:26 +02:00
FlightControl d8e8a31cf7 Updated MESSAGE documentation 2017-04-16 16:38:47 +02:00
FlightControl 9ccd0cb6dd POINT_VEC3 and POINT_VEC2 documentation update 2017-04-16 16:36:27 +02:00
FlightControl 898976d437 Fixed for cargo hitting client helicopter
When unboarding, the cargo would it the client helicopter on the path,
this is fixed by positioning the cargo at the direction of the target
unboarding point. No helicopter anymore in between.
2017-04-16 08:09:20 +02:00
FlightControl 1b7623baa6 Progress 2017-04-15 13:19:15 +02:00
FlightControl 59d9eb127d Progress 2017-04-15 12:13:34 +02:00
FlightControl 798996efd2 Documentation etc 2017-04-14 09:31:44 +02:00
FlightControl 9a2b56fb9f Optimized landing, messaging, flow 2017-04-14 08:26:53 +02:00
FlightControl ff64255ea7 CARGO_GROUP working!!! 2017-04-14 05:43:09 +02:00
FlightControl 0b59fb87f2 Progress 2017-04-13 09:53:27 +02:00
FlightControl 1a5a74120b Progress 2017-04-13 09:42:22 +02:00
FlightControl c20f13f0f8 Progress 2017-04-13 08:45:28 +02:00
Sven Van de Velde d62cd7562b Merge branch 'master-353-task-cargo-transport' into enhancement-353-task-cargo-transport 2017-04-12 17:35:10 +02:00
FlightControl 853f780015 Fixes issue #398
-- I think this should fix it!
2017-04-12 15:15:37 +02:00
FlightControl 989df023fb Fixes issue #410
-- SpawnScheduleStart and SpawnScheduleStop now return self
-- Proper documentation
-- SPA-023 test mission added.
2017-04-12 14:57:12 +02:00
FlightControl 58935ec1e2 Updated SPAWNSTATIC documentation 2017-04-12 14:45:54 +02:00
FlightControl 3bf9eab704 Merge remote-tracking branch 'refs/remotes/origin/master' into master-405-event-handling
# Conflicts:
#	Moose Mission Setup/Moose.lua
2017-04-12 09:26:27 +02:00
FlightControl 545034034e Fixes issue #412
-- wrong usage of IsCompletelyInZone() on UNIT level fixed -> Changed to
IsInZone()
2017-04-12 09:16:56 +02:00