Applevangelist
696569f749
#PLAYERTASK
...
* Added typename combos as option for menu entries
2022-12-12 16:24:25 +01:00
Applevangelist
75d8d55691
#AWACS
...
* Skip Task Assignement Menus if PlayerCapAssignement is false
2022-12-11 15:50:36 +01:00
Applevangelist
614cfcd7f7
Merge remote-tracking branch 'origin/master' into develop
2022-12-09 12:38:02 +01:00
Applevangelist
84d301c676
#CTLD
...
* Added disallow building in loadzones: my_ctld.nobuildinloadzones = true
2022-12-09 12:37:39 +01:00
phr0gz
8eef039312
New CAP auftrag ( #1850 )
...
Add Ability to CAP escort Ground group or helo with a new auftrag: AUFTRAG:NewCAPGROUP
2022-12-08 13:15:07 +01:00
Applevangelist
f6a88db46b
#CTLD Fix for Beacon Zone disappearing too fast
2022-12-07 18:58:56 +01:00
Applevangelist
cdfb47448f
#AWACS
...
* Fix setting of CapVoices according to documentation
#PLAYERRECCE
* Speed up Marker Build
#PLAYERTASK
* Improve menu build
2022-12-07 18:58:07 +01:00
Applevangelist
dcfce8b619
#CTLD - enforce modulation on beacons
2022-12-07 18:50:26 +01:00
Frank
0adca414ce
Merge branch 'develop' into FF/Ops
2022-12-07 18:36:04 +01:00
Frank
539dfd6a38
OPS Operation
...
- Condition
- Armygroup
- Auftrag
- OPS
2022-12-07 18:32:50 +01:00
Applevangelist
525666be7c
#PLAYERRECCE
...
* Smoke own position on ground, not mid-air
2022-12-06 18:05:41 +01:00
Applevangelist
386171bcab
#PLAYERTASKCONTROLLER
...
* Make callout of MGRS coordinates slower
2022-12-06 12:50:08 +01:00
Applevangelist
9ea4a5dbd4
#CTLD less log noise
2022-12-06 12:49:27 +01:00
Applevangelist
55383575e0
#PLAYERTASKCONTROLLER
...
* Make callout of MGRS coordinates slower
2022-12-06 12:48:20 +01:00
Applevangelist
9659bfa553
#CTLD Fix for Beacon Zone disappearing too fast
2022-12-03 14:38:57 +01:00
Applevangelist
508e36d327
#CTLD Fix for Beacon Zone disappearing too fast
2022-12-03 14:37:01 +01:00
Applevangelist
85504fbe62
Small Fixes
2022-12-03 14:36:28 +01:00
Applevangelist
de8dcc4024
Merge remote-tracking branch 'origin/master' into develop
2022-12-02 16:39:45 +01:00
Applevangelist
37b1e7366c
*smaller fixes
2022-12-02 16:39:09 +01:00
Frank
3f296554ed
Merge branch 'develop' into FF/Ops
2022-11-30 18:37:51 +01:00
Frank
6bc263bd2b
CONDITON and OPERATION
2022-11-30 13:36:13 +01:00
Applevangelist
907d62c4e7
Merge remote-tracking branch 'origin/master' into develop
2022-11-29 17:54:15 +01:00
Applevangelist
df2a6a6902
#ATIS
...
* Added `ATIS:GetSRSText()`
2022-11-29 17:53:41 +01:00
Applevangelist
6965d319ef
#CTLD
...
* Fix for BEACON zones
2022-11-29 15:42:49 +01:00
Applevangelist
d674f55343
#PLAYERTASK
...
* Added Silent option for PLAYERTASKCONTROLLER:AddPlayerTaskToQueue(PlayerTask,Silent)
2022-11-29 15:42:04 +01:00
Applevangelist
df0c0ec21e
#CTLD
...
* Small fix for BEACON Zones
2022-11-29 15:39:58 +01:00
Applevangelist
66bf32351a
Merge remote-tracking branch 'origin/master' into develop
2022-11-27 17:35:42 +01:00
Applevangelist
eb5a72fc27
* less noise
2022-11-27 17:35:13 +01:00
Applevangelist
fe9a5aea2a
#AUFTRAG
...
* Fix for orbit task not able to get a Vec2 from a Vec2...
2022-11-23 12:57:54 +01:00
Frank
c9ccc28251
Merge branch 'master' into FF/MasterDevel
2022-11-19 11:44:46 +01:00
Frank
e79941bb8b
Merge pull request #1846 from FlightControl-Master/FF/Ops
...
OPS
2022-11-18 20:02:15 +01:00
Frank
4124b6d084
OPS
...
**LEGION**
- Added `Captured` event
**COMMANDER**
- Improved behaviour when legion/warehouse is captured
- Added `LegionLost` event
- Added `RemoveLegion` function
**CHIEF**
- Improved behaviour when legion/warehouse is captured
- Added `LegionLost` event
- Added `RemoveLegion` function
2022-11-18 19:56:30 +01:00
Applevangelist
a9f2df83ff
#CSAR
...
* Make rescued pilot's weight configureable
2022-11-17 13:55:42 +01:00
Applevangelist
4fb98cf72b
#CSAR
...
* Make rescued pilot's weight configureable
2022-11-17 13:54:43 +01:00
Applevangelist
50aca57112
#PLAYERTASK
...
* Extended use of marker ops:
-- Enable the function like so:
-- mycontroller:EnableMarkerOps("TASK")
-- Then as a player in a client slot, you can add a map marker on the F10 map. Next edit the text
-- in the marker to make it identifiable, e.g
--
-- TASK Name=Tanks Sochi, Text=Destroy tank group located near Sochi!
--
-- Where **TASK** is the tag that tells the controller this mark is a target location (must).
-- **Name=** ended by a comma **,** tells the controller the supposed menu entry name (optional). No extra spaces! End with a comma!
-- **Text=** tells the controller the supposed free text task description (optional, only taken if **Name=** is present first). No extra spaces!
function PLAYERTASKCONTROLLER:EnableMarkerOps(Tag)
2022-11-17 13:22:34 +01:00
Frank
bd42032e3a
Merge pull request #1844 from FlightControl-Master/FF/Ops
...
OPS
2022-11-16 10:44:00 +01:00
Frank
1256cc3bd1
OPS
...
**FLIGHTGROUP**
- Waypoint altitude for helos is not radar (AGL)
- Increased cruise speed thresholds for helos to 110 kts and 380 kts for fixed wing
2022-11-16 10:41:33 +01:00
Applevangelist
f86db5f134
#PLAYERTASK
...
* Verbose to false
* Verbose add message for marker ops showing coordinate as per _SETTINGS
2022-11-15 17:56:29 +01:00
Thomas
2acb841539
Update PlayerTask.lua
...
Feature added #1841 `PLAYERTASKCONTROLLER:SetInfoShowsCoordinate(OnOff,LLDDM)`
2022-11-15 15:59:03 +01:00
Applevangelist
6724bb8edd
# Bug fixes
2022-11-14 18:17:27 +01:00
Applevangelist
7b5b5e0bd2
#ATIS
...
* Honor Stop() function
2022-11-14 17:38:46 +01:00
Applevangelist
243ac3027f
#PLAYERTASK
...
* Added a couple of QOL functions for internal INTEL object
2022-11-14 17:38:07 +01:00
Applevangelist
782cfd1fd0
#ATIS
...
* Added honor Stop() functionality
2022-11-14 17:36:34 +01:00
Applevangelist
180a0b39d1
Merge remote-tracking branch 'origin/develop' into develop
2022-11-13 13:38:13 +01:00
Applevangelist
2664c36a14
#CTLD
...
* Change call order to move troops, vehicle on `onafter..` internally
* added pseudo-function for "OnBefore..."
2022-11-13 13:37:55 +01:00
Applevangelist
d4a06089c9
#CTLD
...
* Change call order to move troops, vehicle on `onafter..` internally
* added pseudo-function for "OnBefore..."
2022-11-13 13:37:25 +01:00
Rolln
911f4523a1
F10 Marker text fix ( #1840 )
2022-11-11 20:01:32 +01:00
Applevangelist
09b86d6fdf
#OPSGROUP
...
* Fix for NewHover
2022-11-11 15:40:03 +01:00
Applevangelist
b9a7fc9409
#AUFTRAG
...
* Corrected speed setting in NewHover
2022-11-11 10:00:13 +01:00
Applevangelist
08c7409627
Docu Headlines
2022-11-11 09:22:48 +01:00