* German translation update
This updates partially the german translation for the new cba settings UI
* Fix tooltipp
Fixes the tooltipp for the safezone when switching units
* Fixes
Various fixes after review
* Missed two
Fix in stringtable for arsenal
* Gonna catch em all
Another small mistake i missed.
* Make default channel setting a list
* Convert more map settings to CBA
* Give BFT settings own category
* Remove '?' from end of setting display names
* Fix mistake of ACE_Settings removal (movedToSQF = 1)
* Move settings to initSettings.sqf
* Change backpack and scope checks in scanConfig and addVirtualItems
Reason: was not a good implementation
Might cause issue of people compalining about tents.
* Give IDC to menuBar controls, disable import button in MP
Reason: copyFromClipboard is disabled in MP
* Add tooltip strings for the loadouts, export, import menu buttons
* Remove double space in onArsenalOpen
* Adding pylon whitelist option
* Changing tabs to spaces :(
* Changing to use QGVAR
* Changing name in QGVAR to more clearly reflect function of variable
* Docs for the magazine whitelist function in pylons
* Changes to match style guide
* More docs
* More tabs
* Update pylons-framework.md
* Update pylons-framework.md
* Match case for magazines in fillRightPanel
Apparently you can have different case between the entry in the weapon magazines array and its actual configname...
* Add possible fix for the mission end bug
* Add ded's proposed fix, remove closeOnMissionEnd
CloseOnMissionEnd is bugged in 3DEN and force close the display after it's opened
* Optimise spectator loops
`count` is only quicker than `forEach` when the final command returns a
boolean or nil. `forEach` is quicker if the final command returns any
other data type.
* Use `forEach` instead of `count`
* Copy the array properly when using preStart cache in openBox
* Fix add and removeVirtualItems erroring out when passing false as arg
* Disable face, voice, and insignia tabs in 3DEN
* Move grenadeList and putList outside of foreach in scanConfig
* Fix grenadeList and putList indentation
* Change the camera handling in onArsenalClose
Fixes the camera not being focused on the player after using ACE Arsenal on an other unit outside of zeus / 3DEN.
Remove the code that moved the curatorCam near the edited unit after ACE Arsenal is closed.
* Fix message control overflowing, move width defines to defines.hpp
* Add ability to exit arsenal and not apply a loadout in 3DEN
* Add ACE3 logo to common, fix config pathing to a non existing file