Applevangelist
792222f567
#PLAYERTASK, #CLIENTMENU
...
* Fixes
2023-09-07 12:45:26 +02:00
Applevangelist
6aa4683080
#PLAYERTASK
2023-08-01 16:19:03 +02:00
Thomas
09d4e155de
Update PlayerTask.lua ( #1977 )
...
Prevent Events being available before the menu structure has been created
2023-07-31 14:24:47 +02:00
Applevangelist
65703d1092
Debugs
2023-07-29 17:19:51 +02:00
Applevangelist
4ed2b0610d
#AWACS
...
* ensure tactical frequencies are handed back
#PlayerTask
* Add'l check for stale tasks to rebuild menu
2023-07-29 16:44:25 +02:00
Applevangelist
7d3a08cde2
#CLIENTMENU, #PLAYERTASK
...
* Fixes for "No current task" not being deleted later on
2023-07-23 12:42:36 +02:00
Applevangelist
8a8e40e810
#PLAYERTASK
...
* Refactored menubuilds to use new CLIENTMENU/CLIENTMENUCONTROLLER classes
2023-07-17 16:27:54 +02:00
Applevangelist
5456cd04c3
#PLAYERTASKCONTROLLER
...
* Menu build lock
2023-06-18 13:29:07 +02:00
Applevangelist
fd51ec6932
#FIX
2023-06-09 13:25:29 +02:00
Applevangelist
fad85ef7ed
#PLAYERTASK
...
* Added basic scoring
2023-06-08 13:56:59 +02:00
Applevangelist
d5ffb48548
#PLAYERTASK
...
* Fix for one tts output
2023-06-07 17:25:45 +02:00
Applevangelist
6773ac7841
#PLAYERTASK
...
* Added FSM event "Progress" that will be triggered if the targetcount goes down for a task, but is not yet zero. This will bubble up to PLAYERTASKCONTROLLER
#PLAYERTASKCONTROLLER
* Added FSM event"TaskProgess" (see above). The event function will recveive the PLAYERTASK and the current target count
* Changed the menu build strategy to ensure a lot less menu rebuilds. Menus are now only build if
* A new player joins (for the joining single player)
* On joining a task (for the joining single player)
* When aborting a task (for the aborting single player)
* On Task succes (for all players)
* Removal of time based builds: The status loop will now only enforce the menu build if the task count in the queue is smaller than the menu item limit. This effectively enforces a time-based order of tasks, and newer, even higher prio task will not bubble into the task list of pilots automatically.
2023-05-30 12:06:03 +02:00
Applevangelist
ef0ddddb46
#PLAYERTASK
...
* added group/unit check for UseTypeNames
2023-02-15 10:32:30 +01:00
Applevangelist
77a39364f4
#PLAYERTASKCONTROLLER
...
* Added ship detail types
2023-02-14 12:58:23 +01:00
Applevangelist
713a5b067f
#PLAYERTASKCONTROLLER
...
* Added `AddAgentSet()`
2023-02-10 11:40:15 +01:00
Applevangelist
5898bc7f07
#PLAYERTASK
...
* Even nicer MGRS readouts
2023-01-10 17:09:17 +01:00
Applevangelist
0fa4be7c4a
#AWACS
...
* Fixed initial screen text on bogey dope just being x group(s)
#PLAYERTASK
* Improved logic to declare task succes even if not player is assigned
2023-01-10 12:45:17 +01:00
Applevangelist
ef0b76a632
#PLAYERTASK
...
* Added FSM events PlayerJoinedTask and PlayerAbortedTask
2023-01-08 18:09:22 +01:00
Applevangelist
0340d17ab8
#PLAYERTASKCONTROLLER
...
* honing the menu build a bit
2022-12-31 15:56:01 +01:00
Applevangelist
79e99dcb38
#PLAYERTASK
...
* Added `GetTarget()`
2022-12-20 16:05:50 +01:00
Applevangelist
a3fd583d9d
#PLAYERTASK
...
* additions for multiple setups
2022-12-15 11:50:05 +01:00
Applevangelist
178e4ceb7f
#PLAYERTASKCONTROLLER
...
* Added PLAYERTASKCONTROLLER:AddPlayerTaskToQueue(PlayerTask,Silent,TaskFilter) TaskFilter switch
2022-12-14 11:42:12 +01:00
Applevangelist
696569f749
#PLAYERTASK
...
* Added typename combos as option for menu entries
2022-12-12 16:24:25 +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
55383575e0
#PLAYERTASKCONTROLLER
...
* Make callout of MGRS coordinates slower
2022-12-06 12:48:20 +01:00
Applevangelist
d674f55343
#PLAYERTASK
...
* Added Silent option for PLAYERTASKCONTROLLER:AddPlayerTaskToQueue(PlayerTask,Silent)
2022-11-29 15:42:04 +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
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
243ac3027f
#PLAYERTASK
...
* Added a couple of QOL functions for internal INTEL object
2022-11-14 17:38:07 +01:00
Rolln
911f4523a1
F10 Marker text fix ( #1840 )
2022-11-11 20:01:32 +01:00
Applevangelist
08c7409627
Docu Headlines
2022-11-11 09:22:48 +01:00
Applevangelist
8ed30da473
* POINT/PLAYERTASK
...
* Added option to get BR/BRA with add'l magnetic heading
2022-11-08 15:43:14 +01:00
Applevangelist
b63be6dd28
#PLAYERTASK
...
* Fix #1826 CTLD/CSAR closing immediately
2022-11-07 17:39:11 +01:00
Applevangelist
37a00f25bc
#OPERATION
...
* Added GetTargets()
#TARGET
* Also call Dead() when no targets left over
#PLAYERTASKCONTROLLER
* Added FSM events for Flaring, Smoking, and Illumination
* Added Illumination of targets in menu if it is night
* Rename menu parent setting to SetParentMenu(Menu)
2022-10-21 09:51:44 +02:00
Applevangelist
78c209a96f
#PLAYERTASKCONTROLLER
...
* No spaces in callsign numbers on pilot list in task info screen
2022-10-19 13:05:19 +02:00
Rolln
b5fd737cea
Playertaskcontroller parent menu ( #1806 )
...
* Ability to set parent menu of PlayerTaskController
* Updated Docmentation
* Update PlayerTask.lua
Co-authored-by: Thomas <72444570+Applevangelist@users.noreply.github.com >
2022-10-19 12:21:16 +02:00
Applevangelist
a20cdac9c3
#CSAR
...
* Added use of custom callsigns
* Added cargo weight for rescued pilots
* Improved o'clock calculation
#CTLD
* Docu additions
2022-10-18 17:00:56 +02:00
Applevangelist
23f45359f8
#PLAYERTASK - show freetext briefing also if not using SRS
2022-10-18 13:32:18 +02:00
Applevangelist
7dd46ec24f
#PLAYERTASKCONTROLLER
...
* Show Freetext as Briefing in all tasks when available
* TARGET - added Average coordinate option from GROUP
2022-10-16 13:47:52 +02:00
Applevangelist
265196398a
#PLAYERTASK - CSAR, CTLD integration
2022-10-13 17:45:33 +02:00
Applevangelist
7afe76212d
#CTLD
...
* Added connection to PlayerTask/Controller
#PLAYERTASK
* Added helper functions
2022-10-12 12:36:33 +02:00
Applevangelist
a777b40613
#PLAYERTASKCONTROLLER
...
* Initial additions for CTLD tasks
2022-10-12 10:14:40 +02:00
Applevangelist
d63ab1138c
#PLAYERTASKCONTROLLER
...
* Enable PLAYERTASKCONTROLLER:EnableBuddyLasing(Recce) - buddy lasing precision bombing tasks with a PLAYERRECCE connection
2022-10-06 17:05:16 +02:00
Applevangelist
e18a5e4832
#PLAYERTASKCONTROLLER
...
* Switch comms on opening task
2022-10-06 08:15:39 +02:00
Applevangelist
405e66ea72
#PLAYERTASK
...
* SRS transmit option only when players are on
2022-10-01 16:36:29 +02:00
Applevangelist
de415384f3
#PLAYERTASK - a target can only be smoked again after 5 mins (that's how long smoke lasts)
...
#PLAYERTASKCONTROLLER - added option to hide smoke&flare menus
2022-09-28 13:07:37 +02:00
Applevangelist
c95d5dc320
#PLAYERTASK
...
* coord text fix
2022-09-15 19:50:45 +02:00
Applevangelist
7084d9e084
#OPSGROUP
...
* Allow for customized CallSigns
#PLAYERTASK
* SRS output finetuning
2022-09-15 13:59:16 +02:00