Grey-Echo
411982d557
Implement AATACAN()
2017-04-02 19:21:15 +02:00
Grey-Echo
a7e3f1a961
Merge branch 'master' into beacons
2017-04-02 18:50:59 +02:00
FlightControl
118afde739
Merge remote-tracking branch 'refs/remotes/origin/enhancement-353-task-cargo-transport' into FlightControl-task-cargo-transport
...
# Conflicts:
# Moose Mission Setup/Moose.lua
2017-04-02 15:32:09 +02:00
Grey-Echo
6d90661738
Merge branch 'master' into Grey-Echo
2017-04-02 12:46:41 +02:00
Grey-Echo
1a863261a8
Updates to lauch files, add Utils with 7-Zip and lua
...
Known bug : .lauch file Generate doc doesn't work, it needs an update to luadocumentor.bat
2017-04-02 12:37:25 +02:00
FlightControl
17a332cf16
Update .launch files
2017-04-02 11:48:17 +02:00
FlightControl
7e9b97dda0
Documentation
2017-04-02 09:39:00 +02:00
FlightControl
f8f68ea695
Progress
2017-04-02 09:16:34 +02:00
FlightControl
2e2aabdcc9
Progress
2017-04-02 08:04:43 +02:00
FlightControl
bad2e81c56
Merge remote-tracking branch 'refs/remotes/origin/master' into FlightControl-task-cargo-transport
2017-04-02 05:53:52 +02:00
Grey-Echo
b846757f4d
Changes to BEACON
2017-04-01 22:45:52 +02:00
FlightControl
6c4c149349
Fix 368
2017-04-01 20:58:06 +02:00
Grey-Echo
f9afe8c937
Add a start for BEACON:AATACAN()
2017-04-01 19:33:42 +02:00
Grey-Echo
c752264325
Implement constructor an TACANToFrequecy to BEACON
2017-04-01 15:18:41 +02:00
FlightControl
293267f760
Merge remote-tracking branch 'refs/remotes/origin/master' into FlightControl-task-cargo-transport
...
# Conflicts:
# Moose Development/Moose/Moose.lua
# Moose Mission Setup/Moose Mission Update/l10n/DEFAULT/Moose.lua
# Moose Mission Setup/Moose.lua
# Moose Test Missions/TAD - Task Dispatching/TAD-100 - A2G Task
Dispatching DETECTION_AREAS/TAD-100 - A2G Task Dispatching
DETECTION_AREAS.lua
2017-04-01 15:02:51 +02:00
FlightControl
0c7622969d
Fixes in documentation
2017-03-31 14:31:00 +02:00
FlightControl
2c5cc66826
Fixed a bug testing for partially in zone ...
2017-03-31 12:59:37 +02:00
FlightControl
f68fec303a
Fixing #281
...
I think this one liner fixes the problem... The menu got removed. And
it shouldn't. It can stay ...
2017-03-31 11:48:47 +02:00
FlightControl
24746644d3
Updated launch files
2017-03-31 11:15:18 +02:00
FlightControl
581414b259
Release automation preparation
...
-- Updated .launch files to work from workspace. So everybody can use
them from LDT.
-- Deleted obscolete .launch files.
-- Created new Moose_Create.lua script. Now lua makes the Dynamic and
Static Moose.lua stub.
-- One single file is the reference for the Moose sources: Moose.files
located in Moose Setup
-- Removed the l10n directory from Moose Setup\Moose Mission Update.
-- Removed the 7z and other outputs to update missions.
2017-03-29 09:50:39 +02:00
FlightControl
f1d206d4ea
Fixed #349
...
-- problem was with ipairs, should have been pairs... changed it.
2017-03-28 13:17:09 +02:00
FlightControl
a00311ed13
Progress on Transport
...
-- Created SET_CARGO
-- DATABASE handles CARGO
-- Event handles CARGO
-- Event triggers CARGO events
-- Menu system to pickup and deploy cargo
-- Menu system to board and unboard cargo
2017-03-28 12:20:15 +02:00
FlightControl
f74c660bf8
Merge remote-tracking branch 'refs/remotes/origin/FlightControl' into FlightControl-task-cargo-transport
...
# Conflicts:
# Moose Mission Setup/Moose Mission Update/l10n/DEFAULT/Moose.lua
# Moose Mission Setup/Moose.lua
# Moose Test Missions/TSK - Task Modelling/TSK-020 - Task Modelling -
Pickup/TSK-020 - Task Modelling - Pickup.miz
2017-03-28 06:34:03 +02:00
Grey-Echo
0dffc350a1
Merge branch 'master' into Grey-Echo
2017-03-27 12:18:49 +02:00
Grey-Echo
080cadb8e0
Add a check for the Radius parameter in POSITIONABLE:GetRandomVec3(Radius)
2017-03-27 12:03:51 +02:00
Grey-Echo
1e60111ce5
Add polymorphic methods GROUP:GetPointVec2(), GROUP:GetRandomVec3(Radius), GROUP:GetHeading()
...
Also fix a Luadoc documentation issues in Wrapper.Group and Wrapper.Positionable
2017-03-27 11:48:54 +02:00
FlightControl
0ebcbb4879
Fix of bug #97
...
-- Fixed GROUP:IsAlive()
--- Returns if the Group is alive.
-- The Group must:
--
-- * Exist at run-time.
-- * Has at least one unit.
--
-- When the first @{Unit} of the Group is active, it will return true.
-- If the first @{Unit} of the Group is inactive, it will return false.
--
-- @param #GROUP self
-- @return #boolean true if the Group is alive and active.
-- @return #boolean false if the Group is alive but inactive.
-- @return #nil if the group does not exist anymore.
-- Fixed Identifiable:IsAlive()
--- Returns if the Identifiable is alive.
-- If the Identifiable is not alive, nil is returned.
-- If the Identifiable is alive, true is returned.
-- @param #IDENTIFIABLE self
-- @return #boolean true if Identifiable is alive.
-- @return #nil if the Identifiable is not existing or is not alive.
-- Fixed UNIT:IsAlive()
--- Returns if the Unit is alive.
-- If the Unit is not alive, nil is returned.
-- If the Unit is alive and active, true is returned.
-- If the Unit is alive but not active, false is returned.
-- @param #UNIT self
-- @return #boolean true if Unit is alive and active.
-- @return #boolean false if Unit is alive but not active.
-- @return #nil if the Unit is not existing or is not alive.
-- Updated all test missions, as this is a core change.
2017-03-27 10:34:51 +02:00
FlightControl
d9c4716127
Merge remote-tracking branch 'refs/remotes/origin/master' into FlightControl-task-cargo-transport
...
# Conflicts:
# Moose Mission Setup/Moose Mission Update/l10n/DEFAULT/Moose.lua
# Moose Mission Setup/Moose.lua
2017-03-27 09:47:51 +02:00
FlightControl
6ce32af1ce
Update
2017-03-26 08:53:56 +02:00
FlightControl
ff69012c8d
Working
2017-03-26 08:47:50 +02:00
FlightControl
96546e21f5
Progress
2017-03-25 22:22:06 +01:00
FlightControl
82ae6011f0
Bug #330 fix
2017-03-25 20:57:01 +01:00
FlightControl
d1a7e5864d
Progress
2017-03-25 11:59:20 +01:00
FlightControl
09c05057ae
Progress
2017-03-25 07:56:37 +01:00
FlightControl
14ca38bc8b
Progress
2017-03-25 07:31:47 +01:00
FlightControl
1bb40824a2
Fix in detection of crash.
2017-03-25 06:23:15 +01:00
FlightControl
3e8824b89b
Updated documentation
2017-03-24 14:47:51 +01:00
FlightControl
7f43e958df
WeaponType added in AttackUnit
...
--- WeaponType is added
2017-03-23 20:44:56 +01:00
FlightControl
b7166a1295
Testing
2017-03-23 19:15:37 +01:00
FlightControl
f75f9512a2
Merge remote-tracking branch 'refs/remotes/origin/master' into FlightControl
...
# Conflicts:
# Moose Mission Setup/Moose Mission Update/l10n/DEFAULT/Moose.lua
# Moose Mission Setup/Moose.lua
# Moose Test Missions/RAD - Radio/RAD-002 - Transmission Tips and
Tricks/RAD-002 - Transmission Tips and Tricks.miz
2017-03-23 18:23:08 +01:00
FlightControl
aa806e19e1
Fixed spawn problems, i think ...
2017-03-23 12:57:46 +01:00
FlightControl
f91d8fd07d
Merge remote-tracking branch 'refs/remotes/origin/master' into FlightControl
...
# Conflicts:
# Moose Mission Setup/Moose Mission Update/l10n/DEFAULT/Moose.lua
# Moose Mission Setup/Moose.lua
2017-03-23 05:35:12 +01:00
Grey-Echo
cd267b1ed5
Cleaned conditions with nil in RADIO
2017-03-22 21:28:57 +01:00
FlightControl
ef67ac7e8f
Progress
2017-03-22 18:11:54 +01:00
Grey-Echo
4563e7e300
in RADIO, use the MOOSE way to setCommand()
...
self.Positionable:GetDCSObject():getController():setCommand() => self.Positionable:SetCommand()
2017-03-22 10:22:04 +01:00
Grey-Echo
24a166826a
Add RADIO:StopBroadcast()
2017-03-22 10:17:53 +01:00
Grey-Echo
79518ed926
Merge pull request #332 from FlightControl-Master/RadioComs
...
Radio coms
2017-03-21 20:51:25 +01:00
FlightControl
f1cdc23cf5
MP test
2017-03-21 11:58:00 +01:00
FlightControl
f2e28cb62d
MP test
2017-03-21 11:48:29 +01:00
FlightControl
d1735689ca
MP test
2017-03-21 11:41:44 +01:00