2017-12-15 05:32:51 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
<Project name="ACE">
|
|
|
|
|
<Package name="Arsenal">
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_buttonHideText">
|
|
|
|
|
<English>Hide</English>
|
|
|
|
|
<French>Cacher</French>
|
|
|
|
|
<German>Verstecken</German>
|
|
|
|
|
<Polish>Ukryj</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>非表示</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Nascondere</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>숨김</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>隱藏</Chinese>
|
|
|
|
|
<Chinesesimp>隐藏</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_buttonHideTooltip">
|
|
|
|
|
<English>Hide interface</English>
|
|
|
|
|
<French>Cache l'interface</French>
|
|
|
|
|
<German>Oberfläche verstecken</German>
|
|
|
|
|
<Polish>Ukryj interfejs</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>インターフェイスを隠す</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Nascondi interfaccia</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>인터페이스 숨기기</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>隱藏介面</Chinese>
|
|
|
|
|
<Chinesesimp>隐藏介面</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_buttonLoadoutsText">
|
|
|
|
|
<English>Loadouts</English>
|
|
|
|
|
<French>Équipements</French>
|
|
|
|
|
<German>Ausrüstungen</German>
|
|
|
|
|
<Polish>Zestawy wyposażenia</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>装備</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Equipaggiamenti</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>로드아웃</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>裝備</Chinese>
|
|
|
|
|
<Chinesesimp>装备</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_buttonExportText">
|
|
|
|
|
<English>Export</English>
|
|
|
|
|
<French>Exporter</French>
|
|
|
|
|
<German>Exportieren</German>
|
|
|
|
|
<Polish>Eksportuj</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>出力</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Esporta</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>내보내기</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>匯出</Chinese>
|
|
|
|
|
<Chinesesimp>汇出</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_buttonImportText">
|
|
|
|
|
<English>Import</English>
|
|
|
|
|
<French>Importer</French>
|
|
|
|
|
<German>Importieren</German>
|
|
|
|
|
<Polish>Importuj</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>取込</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Importa</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>가져오기</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>匯入</Chinese>
|
|
|
|
|
<Chinesesimp>汇入</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_buttonCloseText">
|
|
|
|
|
<English>Close</English>
|
|
|
|
|
<French>Fermer</French>
|
|
|
|
|
<German>Schließen</German>
|
|
|
|
|
<Polish>Zamknij</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>閉じる</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Chiudi</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>닫기</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>關閉</Chinese>
|
|
|
|
|
<Chinesesimp>关闭</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_noVirtualItems">
|
|
|
|
|
<English>No virtual item available</English>
|
|
|
|
|
<French>Aucun objet virtuel disponible</French>
|
|
|
|
|
<German>Kein virtuelles Objekt verfügbar</German>
|
|
|
|
|
<Polish>Brak dostępnych przedmiotów wirtualnych</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>利用可能なバーチャル アイテムは無し</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Nessun oggetto virtuale disponibile</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>가상장비 사용 불가</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>沒有可用的虛擬物品</Chinese>
|
|
|
|
|
<Chinesesimp>没有可用的虚拟物品</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_buttonSaveText">
|
|
|
|
|
<English>Save</English>
|
|
|
|
|
<French>Enregister</French>
|
|
|
|
|
<German>Speichern</German>
|
|
|
|
|
<Polish>Zapisz</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>保存</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Salva</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>저장</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>保存</Chinese>
|
|
|
|
|
<Chinesesimp>保存</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_buttonSaveTooltip">
|
|
|
|
|
<English>Save the current loadout</English>
|
|
|
|
|
<French>Enregistre l'équipement actuel</French>
|
|
|
|
|
<German>Ausgewählte Ausrüstung speichern</German>
|
|
|
|
|
<Polish>Zapisz obecny zestaw</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>現在の装備を保存します</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Salva l'equipaggiamento corrente</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>현재 로드아웃 저장</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>保存當前的裝備</Chinese>
|
|
|
|
|
<Chinesesimp>保存当前的装备</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_buttonRenameText">
|
|
|
|
|
<English>Rename</English>
|
|
|
|
|
<French>Renommer</French>
|
|
|
|
|
<German>Umbenennen</German>
|
|
|
|
|
<Polish>Zmień nazwę</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>改名</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Rinomina</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>이름바꾸기</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>重新命名</Chinese>
|
|
|
|
|
<Chinesesimp>重新命名</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_buttonRenameTooltip">
|
|
|
|
|
<English>Rename the selected loadout</English>
|
|
|
|
|
<French>Renomme l'équipement sélectionné</French>
|
|
|
|
|
<German>Ausgewählte Ausrüstung umbenennen</German>
|
|
|
|
|
<Polish>Zmień nazwę wybranego zestawu</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>現在選択中の装備を改名します</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Rinomina l'equipaggiamento selezionato</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>선택한 로드아웃의 이름 바꾸기</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>重新命名當前選擇的裝備</Chinese>
|
|
|
|
|
<Chinesesimp>重新命名当前选择的装备</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_buttonLoadText">
|
|
|
|
|
<English>Load</English>
|
|
|
|
|
<French>Charger</French>
|
|
|
|
|
<German>Laden</German>
|
|
|
|
|
<Polish>Wczytaj</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>読み込む</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Carica</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>불러오기</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>載入</Chinese>
|
|
|
|
|
<Chinesesimp>载入</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_buttonLoadTooltip">
|
|
|
|
|
<English>Load the selected loadout</English>
|
|
|
|
|
<French>Charger l'équipement sélectionné</French>
|
|
|
|
|
<German>Ausgewählte Ausrüstung laden</German>
|
|
|
|
|
<Polish>Wczytaj wybrany zestaw</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>現在選択中の装備を読み込みます</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Carica l'equipaggiamento selezionato</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>선택한 로드아웃 불러오기</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>載入當前選擇的裝備</Chinese>
|
|
|
|
|
<Chinesesimp>载入当前选择的装备</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_buttonDeleteText">
|
|
|
|
|
<English>Delete</English>
|
|
|
|
|
<French>Supprimer</French>
|
|
|
|
|
<German>Entfernen</German>
|
|
|
|
|
<Polish>Skasuj</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>削除</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Elimina</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>삭제</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>刪除</Chinese>
|
|
|
|
|
<Chinesesimp>删除</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_buttonDeleteTooltip">
|
|
|
|
|
<English>Delete the selected loadout</English>
|
|
|
|
|
<French>Supprimer l'équipement sélectionné</French>
|
|
|
|
|
<German>Ausgewählte Ausrüstung entfernen</German>
|
|
|
|
|
<Polish>Skasuj wybrany zestaw</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>現在選択中の装備を削除します</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Elimina l'equipaggiamento selezionato</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>선택한 로드아웃 삭제하기</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>刪除當前選擇的裝備</Chinese>
|
|
|
|
|
<Chinesesimp>删除当前选择的装备</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_tabMyLoadoutsText">
|
|
|
|
|
<English>My loadouts</English>
|
|
|
|
|
<French>Mes équipements</French>
|
|
|
|
|
<German>Meine Ausrüstungen</German>
|
|
|
|
|
<Polish>Moje zestawy</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>自分の装備</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>I miei equipaggiamenti</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>내 로드아웃</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>我的裝備</Chinese>
|
|
|
|
|
<Chinesesimp>我的装备</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_tabMyLoadoutsTooltip">
|
|
|
|
|
<English>Loadouts saved in your profile</English>
|
|
|
|
|
<French>Équipements enregistrés dans votre profil</French>
|
|
|
|
|
<German>Ausrüstungen, die in deinem Profil gespeichert sind</German>
|
|
|
|
|
<Polish>Zestawy zapisane w Twoim profilu</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>自プロフィールに保存された装備です</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Gli equipaggiamenti salvati nel tuo profilo</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>프로필에 저장된 로드아웃</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>裝備已保存到你的設定檔中</Chinese>
|
|
|
|
|
<Chinesesimp>装备已保存到你的设定档中</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_tabDefaultLoadoutsText">
|
|
|
|
|
<English>Default loadouts</English>
|
|
|
|
|
<French>Équipements de base</French>
|
|
|
|
|
<German>Standard-Ausrüstungen</German>
|
|
|
|
|
<Polish>Domyślne zestawy</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>標準の装備</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Equipaggiamenti standard</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>기본 로드아웃</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>預設裝備</Chinese>
|
|
|
|
|
<Chinesesimp>预设装备</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_tabDefaultLoadoutsTooltip">
|
|
|
|
|
<English>Loadouts made available by the mission maker</English>
|
|
|
|
|
<French>Équipements faits par l'auteur de la mission</French>
|
|
|
|
|
<German>Ausrüstungen, die durch den Missionsersteller zur Verfügung gestellt worden sind</German>
|
|
|
|
|
<Polish>Zestawy udostępnione przez twórcę misji</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>装備はミッション著者によって利用できます</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Equipaggiamenti resi disponibili dal creatore della missione</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>미션메이커가 허용한 로드아웃</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>任務作者提供的預設裝備</Chinese>
|
|
|
|
|
<Chinesesimp>任务作者提供的预设装备</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_tabSharedLoadoutsText">
|
|
|
|
|
<English>Public loadouts</English>
|
|
|
|
|
<French>Équipements publics</French>
|
|
|
|
|
<German>Veröffentlichte Ausrüstungen</German>
|
|
|
|
|
<Polish>Publiczne zestawy</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>公開装備</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Equipaggiamenti pubblici</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>공용 로드아웃</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>公用裝備</Chinese>
|
|
|
|
|
<Chinesesimp>公用装备</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_tabSharedLoadoutsTooltip">
|
|
|
|
|
<English>Loadouts shared by you and other players</English>
|
|
|
|
|
<French>Équipements mis à disposition par vous ou les autres joueurs</French>
|
|
|
|
|
<German>Ausrüstungen, die von dir und anderen Spielern geteilt wurden</German>
|
|
|
|
|
<Polish>Zestawy udostępnione przez Ciebie i innych graczy</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>自分か他人によって共有された装備です</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Equipaggiamenti condivisi da te e da altri giocatori</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>플레이어들이 공유하는 로드아웃</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>由你與其他玩家分享的裝備配置</Chinese>
|
|
|
|
|
<Chinesesimp>由你与其他玩家分享的装备配置</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_sortByWeightText">
|
|
|
|
|
<English>Sort by weight</English>
|
|
|
|
|
<French>Trier par poids</French>
|
|
|
|
|
<German>Nach Gewicht sortieren</German>
|
|
|
|
|
<Polish>Sortuj wg wagi</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>重量で並び替え</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Ordina per peso</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>무게로 정렬</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>以重量排序</Chinese>
|
|
|
|
|
<Chinesesimp>以重量排序</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_sortByAmountText">
|
|
|
|
|
<English>Sort by amount</English>
|
|
|
|
|
<French>Trier par quantité</French>
|
|
|
|
|
<German>Nach Menge sortieren</German>
|
|
|
|
|
<Polish>Sortuj wg ilości</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>量で並び替え</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Ordina per quantitativo</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>갯수로 정렬</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>以數量排序</Chinese>
|
|
|
|
|
<Chinesesimp>以数量排序</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_buttonShareTooltip">
|
|
|
|
|
<English>Share or stop sharing the selected loadout</English>
|
|
|
|
|
<French>Partager ou arrêter de partager cet équipement</French>
|
|
|
|
|
<German>Ausgewählte Ausrüstung teilen oder nicht mehr teilen</German>
|
|
|
|
|
<Polish>Udostępnij lub przestań udostępniać wybrany zestaw</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>選択した装備の共有設定</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Condividi o smetti di condividere l'equipaggiamento selezionato</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>선택한 로드아웃 공유 혹은 공유중지</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>開始/停止分享當前選擇的裝備</Chinese>
|
|
|
|
|
<Chinesesimp>开始/停止分享当前选择的装备</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_buttonSharePrivateText">
|
|
|
|
|
<English>Private</English>
|
|
|
|
|
<French>Privé</French>
|
|
|
|
|
<German>Privat</German>
|
|
|
|
|
<Polish>Prywatny</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>非公開</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Privato</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>개인</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>私用</Chinese>
|
|
|
|
|
<Chinesesimp>私用</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_buttonSharePublicText">
|
|
|
|
|
<English>Public</English>
|
|
|
|
|
<French>Public</French>
|
|
|
|
|
<German>Öffentlich</German>
|
|
|
|
|
<Polish>Publiczny</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>公開</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Pubblico</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>공용</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>公用</Chinese>
|
|
|
|
|
<Chinesesimp>公用</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_exportDefaultError">
|
|
|
|
|
<English>The default loadouts list is empty!</English>
|
|
|
|
|
<French>La liste d'équipements de base est vide !</French>
|
|
|
|
|
<German>Die Standard-Ausrüstungen-Liste ist leer!</German>
|
|
|
|
|
<Polish>Lista domyślnych zestawów jest pusta!</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>標準の装備一欄が空です!</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>La lista degli equipaggiamenti standard è vuota!</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>기본 로드아웃 목록이 비어있습니다!</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>沒有預設的裝備清單!</Chinese>
|
|
|
|
|
<Chinesesimp>没有预设的装备清单!</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_exportDefault">
|
|
|
|
|
<English>Default loadouts list exported to clipboard</English>
|
|
|
|
|
<French>Liste d'équipements de base exportée dans le presse papier</French>
|
|
|
|
|
<German>Standard-Ausrüstungen-Liste in die Zwischenablage exportiert</German>
|
|
|
|
|
<Polish>Lista domyślnych zestawów została eksportowana do schowka</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>標準の装備一欄はクリップボードへ出力されました</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>La lista degli equipaggiamenti standard è stata esportata negli appunti</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>클립보드에 기본 로드아웃 목록 내보내기</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>預設的裝備清單已匯出到剪貼簿中</Chinese>
|
|
|
|
|
<Chinesesimp>预设的装备清单已汇出到剪贴簿中</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_exportCurrent">
|
|
|
|
|
<English>Current loadout exported to clipboard</English>
|
|
|
|
|
<French>Équipement actuel exporté dans le presse papier</French>
|
|
|
|
|
<German>Derzeitige Ausrüstung in die Zwischenablage exportiert</German>
|
|
|
|
|
<Polish>Obecny zestaw został eksportowany do schowka</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>現在の装備はクリップボードへ出力されました</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Equipaggiamento corrente esportato negli appunti</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>현재 로드아웃을 클립보드로 내보냈습니다.</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>當前的裝備已匯出到剪貼簿中</Chinese>
|
|
|
|
|
<Chinesesimp>当前的装备已汇出到剪贴簿中</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_importFormatError">
|
|
|
|
|
<English>Wrong format provided</English>
|
|
|
|
|
<French>Mauvais format fourni</French>
|
|
|
|
|
<German>Falsches Format verwendet</German>
|
|
|
|
|
<Polish>Podano zły format</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>間違ったフォーマットが入力されました</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Formato fornito sbagliato</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>잘못된 형식 입력됨</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>提供的格式錯誤</Chinese>
|
|
|
|
|
<Chinesesimp>提供的格式错误</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_importedDefault">
|
|
|
|
|
<English>Default loadouts list imported from clipboard</English>
|
|
|
|
|
<French>Liste d'équipements de base importée depuis le presse papier</French>
|
|
|
|
|
<German>Standard-Ausrüstungen-Liste aus der Zwischenablage importiert</German>
|
|
|
|
|
<Polish>Lista domyślnych zestawów została importowana ze schowka</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>標準の装備一欄はクリップボードから取込されました</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>La lista degli equipaggiamenti standard è stata importata dagli appunti</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>클립보드에서 기본 로드아웃 가져오기</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>預設的裝備清單已從剪貼簿中匯入</Chinese>
|
|
|
|
|
<Chinesesimp>预设的装备清单已从剪贴簿中汇入</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_importedCurrent">
|
|
|
|
|
<English>Loadout imported from clipboard</English>
|
|
|
|
|
<French>Équipement importé depuis le presse papier</French>
|
|
|
|
|
<German>Ausrüstung aus der Zwischenablage importiert</German>
|
|
|
|
|
<Polish>Zestaw został importowany ze schowka</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>装備はクリップボードから取込されました</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Equipaggiamento importato dagli appunti</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>클립보드에서 로드아웃을 가져왔습니다.</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>裝備已從剪貼簿中匯入</Chinese>
|
|
|
|
|
<Chinesesimp>装备已从剪贴簿中汇入</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_loadoutDeleted">
|
|
|
|
|
<English>The following loadout was deleted:</English>
|
|
|
|
|
<French>L'équipement suivant fut supprimé:</French>
|
|
|
|
|
<German>Folgende Ausrüstung wurde entfernt:</German>
|
|
|
|
|
<Polish>Następujący zestaw został skasowany:</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>次の装備は削除されました:</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Il seguente equipaggiamento è stato eliminato:</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>다음 로드아웃이 삭제됨 :</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>以下的裝備已被刪除:</Chinese>
|
|
|
|
|
<Chinesesimp>以下的装备已被删除:</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_loadoutUnshared">
|
|
|
|
|
<English>The following loadout is not public anymore:</English>
|
|
|
|
|
<French>L'équipement suivant n'est plus public:</French>
|
|
|
|
|
<German>Folgende Ausrüstung ist nicht mehr öffentlich:</German>
|
|
|
|
|
<Polish>Następujący zestaw nie jest już publiczny:</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>次の装備は非公開になりました:</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Il seguente eequipaggiamento non è più pubblico:</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>다음 로드아웃이 더이상 공용이 아님:</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>以下的裝備已不再被分享:</Chinese>
|
|
|
|
|
<Chinesesimp>以下的装备已不再被分享:</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_saveEmptyNameBox">
|
|
|
|
|
<English>The name field is empty!</English>
|
|
|
|
|
<French>Le champ nom est vide !</French>
|
|
|
|
|
<German>Das Feld "Name" ist leer!</German>
|
|
|
|
|
<Polish>Pole nazwy jest puste!</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>名前欄が空白です!</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Il campo del nome è vuoto!</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>이름칸이 비었습니다!</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>名稱欄位為空!</Chinese>
|
|
|
|
|
<Chinesesimp>名称栏位为空!</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_saveAuthorError">
|
|
|
|
|
<English>You are the author of this loadout</English>
|
|
|
|
|
<French>Vous êtes l'auteur de cet équipement</French>
|
|
|
|
|
<German>Du bist der Ersteller dieser Ausrüstung</German>
|
|
|
|
|
<Polish>Jesteś autorem tego zestawu</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>あなたはこの装備の作者です</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Sei l'autore di questo equipaggiamento</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>이 로드아웃의 제작자입니다.</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>你是這個裝備的作者</Chinese>
|
|
|
|
|
<Chinesesimp>你是这个装备的作者</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_saveSharedError">
|
|
|
|
|
<English>A loadout of yours with the same name is public</English>
|
|
|
|
|
<French>Un de vos équipements avec le même nom est public</French>
|
|
|
|
|
<German>Eine deiner Ausrüstungen mit dem gleichen Namen ist öffentlich</German>
|
|
|
|
|
<Polish>Jeden z Twoich zestawów nazwany tak samo jest już publiczny</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>あなたの装備は既に公開されているものと同名です</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Un tuo equipaggiamento con lo stesso nome è pubblico</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>같은 이름의 로드아웃이 공용에 있습니다.</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>已有相同名稱的裝備在公用分享區</Chinese>
|
|
|
|
|
<Chinesesimp>已有相同名称的装备在公用分享区</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_loadoutSaved">
|
|
|
|
|
<English>The following loadout was saved:</English>
|
|
|
|
|
<French>L'équipement suivant fut enregistré:</French>
|
|
|
|
|
<German>Folgende Ausrüstung wurde gespeichert:</German>
|
|
|
|
|
<Polish>Następujący zestaw został zapisany:</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>次の装備は保存されました:</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Il seguente equipaggiamento è stato salvato:</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>다음 로드아웃이 저장됨:</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>以下的裝備已被保存:</Chinese>
|
|
|
|
|
<Chinesesimp>以下的装备已被保存:</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_loadoutLoaded">
|
|
|
|
|
<English>The following loadout was loaded:</English>
|
|
|
|
|
<French>L'équipement suivant fut chargé:</French>
|
|
|
|
|
<German>Folgene Ausrüstung wurde geladen:</German>
|
|
|
|
|
<Polish>Następujący zestaw został wczytany:</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>次の装備が読み込みされました:</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Il seguente equipaggiamento è stato caricato:</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>다음 로드아웃을 불러옴:</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>以下的裝備已被載入:</Chinese>
|
|
|
|
|
<Chinesesimp>以下的装备已被载入:</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_renameExistError">
|
|
|
|
|
<English>A loadout with the same name already exist!</English>
|
|
|
|
|
<French>Un équipement avec le même nom existe déjà !</French>
|
|
|
|
|
<German>Eine Ausrüstung mit dem gleichen Namen existiert bereits!</German>
|
|
|
|
|
<Polish>Zestaw z tą nazwą już istnieje!</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>既にその名前は装備に使われています!</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Un equipaggiamento con lo stesso nome è gia esistente!</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>같은 이름의 로드아웃이 이미 존재합니다!</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>已有相同名稱的裝備!</Chinese>
|
|
|
|
|
<Chinesesimp>已有相同名称的装备!</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_loadoutRenamed">
|
|
|
|
|
<English>was renamed to</English>
|
|
|
|
|
<French>fut renommé en</French>
|
|
|
|
|
<German>wurde umbenannt in</German>
|
|
|
|
|
<Polish>zmienił nazwę na</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>次の名前に改名されました</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>E' stato rinominato in</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>이름이 다음과 같이 변경됨:</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>已被改名為</Chinese>
|
|
|
|
|
<Chinesesimp>已被改名为</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_invertCameraSetting">
|
|
|
|
|
<English>Invert camera controls</English>
|
|
|
|
|
<French>Inverser les contrôles de la caméra</French>
|
|
|
|
|
<German>Kamerasteuerung invertieren</German>
|
|
|
|
|
<Polish>Odwróć sterowanie kamerą</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>カメラ操作を反転</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Inverti comandi camera</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>카메라 조종 반전</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>反轉攝影機控制</Chinese>
|
|
|
|
|
<Chinesesimp>反转摄影机控制</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_modIconsSetting">
|
|
|
|
|
<English>Enable mod icons</English>
|
|
|
|
|
<French>Afficher les icônes de mod</French>
|
|
|
|
|
<German>Aktiviert Mod-Icons</German>
|
|
|
|
|
<Polish>Włącz ikony modów</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>MOD アイコンを表示</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Abilita icone mod</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>모드 아이콘 허가</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>啟用模組圖示</Chinese>
|
|
|
|
|
<Chinesesimp>启用模组图示</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_fontHeightSetting">
|
|
|
|
|
<English>Panel font height</English>
|
|
|
|
|
<French>taille de police des panneaux</French>
|
|
|
|
|
<German>Schrifthöhe für die linke und rechte Liste</German>
|
|
|
|
|
<Polish>Wysokość czcionki</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>パネルにあるフォントの高さ</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Altezza carattere del pannello</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>패널 폰트 높이</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>面板字體高度</Chinese>
|
|
|
|
|
<Chinesesimp>面板字体高度</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_allowDefaultLoadoutsSetting">
|
|
|
|
|
<English>Allow default loadouts</English>
|
|
|
|
|
<French>Activer l'onglet équipement de base</French>
|
2018-02-01 18:09:11 +00:00
|
|
|
|
<German>Erlaubt die Benutzung der Standardausrüstungen</German>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
<Polish>Zezwól na użycie domyślnych zestawów</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>標準の装備を許可</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Consenti equipaggiamenti standard</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>기본 로드아웃 허용</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>允許預設裝備</Chinese>
|
|
|
|
|
<Chinesesimp>允许预设装备</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_allowSharingSetting">
|
|
|
|
|
<English>Allow loadout sharing</English>
|
|
|
|
|
<French>Autoriser le partage d'équipement</French>
|
|
|
|
|
<German>Erlaubt das Teilen von Ausrüstungen</German>
|
|
|
|
|
<Polish>Zezwól na udostępnianie zestawów</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>装備の共有を許可</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Consenti condivisione equipaggiamenti</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>로드아웃 공유 허용</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>允許分享裝備</Chinese>
|
|
|
|
|
<Chinesesimp>允许分享装备</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_printToRPTSetting">
|
|
|
|
|
<English>Log missing / unavailable items</English>
|
|
|
|
|
<French>Enregistrer les objets manquants</French>
|
|
|
|
|
<German>Aktiviert die Aufzeichnung fehlender Gegenstände in der RPT</German>
|
|
|
|
|
<Polish>Rejestruj brakujące / niedostępne przedmioty</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>欠落 / 利用不可アイテムを記録</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Log mancante / oggetto non disponibile</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>누락 된 항목 / 사용 할 수 없는 항목 기록</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>記錄遺失/無法使用的項目</Chinese>
|
|
|
|
|
<Chinesesimp>记录遗失/无法使用的项目</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_buttonCurrentMagTooltip">
|
|
|
|
|
<English>Primary magazine</English>
|
|
|
|
|
<French>Chargeur principal </French>
|
|
|
|
|
<Polish>Główny magazynek</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>プライマリ弾倉</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Caricatore primario</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>주무기 탄약</Korean>
|
2018-02-01 18:09:11 +00:00
|
|
|
|
<German>Primärmagazin</German>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>主要武器彈匣</Chinese>
|
|
|
|
|
<Chinesesimp>主要武器弹匣</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_buttonCurrentMag2Tooltip">
|
|
|
|
|
<English>Secondary magazine</English>
|
|
|
|
|
<French>Chargeur secondaire</French>
|
|
|
|
|
<Polish>Dodatkowy magazynek</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>セカンダリ弾倉</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Caricatore secondario</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>보조무기 탄약</Korean>
|
2018-02-01 18:09:11 +00:00
|
|
|
|
<German>Sekundärmagazin</German>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>次要武器彈匣</Chinese>
|
|
|
|
|
<Chinesesimp>次要武器弹匣</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_settingCategory">
|
2017-12-08 15:01:58 +00:00
|
|
|
|
<English>ACE Arsenal</English>
|
|
|
|
|
<French>ACE Arsenal</French>
|
2017-12-27 07:14:26 +00:00
|
|
|
|
<German>ACE-Arsenal</German>
|
2017-12-08 15:01:58 +00:00
|
|
|
|
<Polish>ACE Arsenał</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>ACE 武器庫</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Arsenale ACE</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>ACE 아스날</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>ACE虛擬軍火庫</Chinese>
|
|
|
|
|
<Chinesesimp>ACE虚拟军火库</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_defaultLoadoutsTooltip">
|
|
|
|
|
<English>Allow the use of the default loadouts tab</English>
|
|
|
|
|
<French>Autorise l'usage de l'onglet équipements de base</French>
|
|
|
|
|
<Polish>Zezwól na użycie zakładki domyślnych zestawów</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>標準の装備タブの使用を許可します</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Consenti l'uso della sezione per gli equipaggiamenti standard</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>기본 로드아웃 탭 사용 허가</Korean>
|
2018-02-01 18:09:11 +00:00
|
|
|
|
<German>Erlaube die Nutzung des Standardausrüstungsreiters</German>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>允許使用預設的裝備</Chinese>
|
|
|
|
|
<Chinesesimp>允许使用预设的装备</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_modIconsTooltip">
|
|
|
|
|
<English>Show / hide mod icons for the left panel</English>
|
|
|
|
|
<French>Montrer / cacher les icones de mod pour le panneau de gauche</French>
|
|
|
|
|
<Polish>Pokaż / ukryj ikony modów w lewym panelu</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>左パネルにある MOD アイコンの表示 / 非表示をします</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Mostra / nascondi le icone delle mod dal pannello sinistro</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>왼쪽 패널의 모드 아이콘 표시 / 숨기기</Korean>
|
2018-02-01 18:09:11 +00:00
|
|
|
|
<German>Zeigt/Versteckt Mod-Symbole in der linken Leiste</German>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>在左面板中顯示/隱藏模組圖示</Chinese>
|
|
|
|
|
<Chinesesimp>在左面板中显示/隐藏模组图示</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_fontHeightTooltip">
|
|
|
|
|
<English>Change the font height for text in the left / right panels</English>
|
|
|
|
|
<French>Change la taille de police du texte des panneaux gauche / droite</French>
|
|
|
|
|
<Polish>Zmień wysokość czcionki dla tekstu lewego i prawego panelu</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>右か左パネルにあるフォントの高さを変更します。</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Cambia l'altezza del font per il testo sul pannello sinistro / destro</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>왼쪽 / 오른쪽 패널 텍스트의 글꼴 높이 변경</Korean>
|
2018-02-01 18:09:11 +00:00
|
|
|
|
<German>Ändert die Schriftgröße für die linke/rechte Leiste</German>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>變更左/右面板中的字體高度</Chinese>
|
|
|
|
|
<Chinesesimp>变更左/右面板中的字体高度</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_printToRPTTooltip">
|
|
|
|
|
<English>Log missing / unavailable items in the RPT</English>
|
|
|
|
|
<French>Enregistre les objets manquants / indisponibles dans le RPT</French>
|
|
|
|
|
<Polish>Rejestruj brakujące / niedostępne przedmioty do pliku RPT</Polish>
|
2017-12-12 16:17:51 +00:00
|
|
|
|
<Japanese>PRT で欠落 / 利用不可アイテムを記録します</Japanese>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Log mancante / oggetto non disponibile nell' RPT</Italian>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>RPT에 누락 된 항목 / 사용할 수없는 항목 기록</Korean>
|
2018-02-01 18:09:11 +00:00
|
|
|
|
<German>Fehlende Gegenstände werden in der RPT aufgezeichnet</German>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>記錄遺失/無法使用的項目到RPT檔案中</Chinese>
|
|
|
|
|
<Chinesesimp>记录遗失/无法使用的项目到RPT档案中</Chinesesimp>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Key>
|
2017-12-10 20:48:47 +00:00
|
|
|
|
<Key ID="STR_ACE_Arsenal_CantOpenDisplay">
|
|
|
|
|
<English>Unable to open ACE arsenal</English>
|
|
|
|
|
<French>Impossible d'ouvrir ACE arsenal</French>
|
2017-12-27 07:14:26 +00:00
|
|
|
|
<German>Kann ACE-Arsenal nicht anzeigen</German>
|
2017-12-15 05:32:51 +00:00
|
|
|
|
<Italian>Impossibile aprire l'arsenale ACE</Italian>
|
2017-12-19 17:35:49 +00:00
|
|
|
|
<Japanese>ACE 武器庫を開けません</Japanese>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>ACE 아스날을 열 수 없음</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>無法開啟ACE虛擬軍火庫</Chinese>
|
|
|
|
|
<Chinesesimp>无法开启ACE虚拟军火库</Chinesesimp>
|
2017-12-10 20:48:47 +00:00
|
|
|
|
</Key>
|
2018-01-28 21:39:46 +00:00
|
|
|
|
<Key ID="STR_ACE_Arsenal_portLoadoutsText">
|
2017-12-26 23:43:33 +00:00
|
|
|
|
<English>Import BI VA loadouts to ACE Arsenal</English>
|
|
|
|
|
<French>Importe les loadouts de BI VA dans ACE Arsenal</French>
|
2018-02-01 18:09:11 +00:00
|
|
|
|
<German>Importiert die BI-VA-Ausrüstungen in das ACE-Arsenal</German>
|
2018-01-19 02:16:24 +00:00
|
|
|
|
<Japanese>標準の VA 装備から ACE 武器庫へ取り込み</Japanese>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>바닐라 로드아웃을 ace 아스날로 가져오기</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>匯入BI原廠虛擬軍火庫的裝備到ACE虛擬軍火庫中</Chinese>
|
|
|
|
|
<Chinesesimp>汇入BI原厂虚拟军火库的装备到ACE虚拟军火库中</Chinesesimp>
|
2017-12-26 23:43:33 +00:00
|
|
|
|
</Key>
|
2018-01-28 21:39:46 +00:00
|
|
|
|
<Key ID="STR_ACE_Arsenal_portLoadoutsPlayerError">
|
2017-12-26 23:43:33 +00:00
|
|
|
|
<English>No player unit available! Place a unit and mark it as "Player".</English>
|
|
|
|
|
<French>Aucune unité joueur disponible ! Placez une unité et marquez la en tant que "joueur".</French>
|
2018-02-01 18:09:11 +00:00
|
|
|
|
<German>Keine Spielereinheit verfügbar. Setze eine Einheit und markiere sie als "Spieler".</German>
|
2018-01-19 02:16:24 +00:00
|
|
|
|
<Japanese>プレイヤー ユニットがありません!ユニットを設置しそれを"Player"と名付けてください。</Japanese>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>플레이어 유닛을 사용할 수 없습니다! 유닛을 놓고 "플레이어"라고 표시하십시오.</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>沒有可用的玩家單位!請擺放一個單位並設定成"玩家"。</Chinese>
|
|
|
|
|
<Chinesesimp>没有可用的玩家单位!请摆放一个单位并设定成"玩家"。</Chinesesimp>
|
2017-12-26 23:43:33 +00:00
|
|
|
|
</Key>
|
2018-01-28 21:39:46 +00:00
|
|
|
|
<Key ID="STR_ACE_Arsenal_portLoadoutsLoadoutError">
|
2017-12-26 23:43:33 +00:00
|
|
|
|
<English>No loadouts to import.</English>
|
|
|
|
|
<French>Aucun loadout à importer.</French>
|
2018-02-01 18:09:11 +00:00
|
|
|
|
<German>Keine Ausrüstungen zum Importieren</German>
|
2018-01-19 02:16:24 +00:00
|
|
|
|
<Japanese>取り込みする装備がありません。</Japanese>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>가져올 로드 아웃이 없습니다.</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>沒有裝備被匯入。</Chinese>
|
|
|
|
|
<Chinesesimp>没有装备被汇入。</Chinesesimp>
|
2017-12-27 10:37:54 +00:00
|
|
|
|
</Key>
|
2017-12-27 07:14:26 +00:00
|
|
|
|
<Key ID="STR_ACE_Arsenal_Mission">
|
2017-12-22 20:41:13 +00:00
|
|
|
|
<English>ACE Arsenal</English>
|
|
|
|
|
<German>ACE-Arsenal</German>
|
2018-01-19 02:16:24 +00:00
|
|
|
|
<Japanese>ACE 武器庫</Japanese>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>ACE 아스날</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>ACE虛擬軍火庫</Chinese>
|
|
|
|
|
<Chinesesimp>ACE虚拟军火库</Chinesesimp>
|
2017-12-27 07:14:26 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_ReturnToArsenal">
|
2017-12-22 20:41:13 +00:00
|
|
|
|
<English>Return to ACE Arsenal.</English>
|
|
|
|
|
<German>Zurück zum ACE-Arsenal.</German>
|
2018-01-19 02:16:24 +00:00
|
|
|
|
<Japanese>ACE 武器庫へ戻ります。</Japanese>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>ACE 아스날로 돌아가기</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>返回到ACE虛擬軍火庫。</Chinese>
|
|
|
|
|
<Chinesesimp>返回到ACE虚拟军火库。</Chinesesimp>
|
2017-12-27 07:14:26 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_Mission_tooltip">
|
|
|
|
|
<English>Use ACE Arsenal to try out different weapons and equipment.</English>
|
|
|
|
|
<German>Verwende ACE-Arsenal und sieh dir verschiedene Waffen und Ausrüstung an und probiere sie aus.</German>
|
2018-01-19 02:16:24 +00:00
|
|
|
|
<Japanese>さまざまな武器と装備を試せるよう ACE 武器庫を使用します。</Japanese>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>ACE Arsenal을 사용하여 다른 무기와 장비를 시험해보십시오.</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>使用ACE虛擬軍火庫來嘗試不同的武器與裝備。</Chinese>
|
|
|
|
|
<Chinesesimp>使用ACE虚拟军火库来尝试不同的武器与装备。</Chinesesimp>
|
2017-12-27 07:14:26 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_Mission_overview">
|
|
|
|
|
<English>Try weapons and equipment and create your own loadouts.</English>
|
|
|
|
|
<German>Probiere verschiedene Waffen und Ausrüstung aus und stelle dir eigene Ausrüstungsprofile zusammen.</German>
|
2018-01-19 02:16:24 +00:00
|
|
|
|
<Japanese>さまざまな武器と装備を試して、あなただけの装備を作成してください。</Japanese>
|
2018-01-28 21:42:32 +00:00
|
|
|
|
<Korean>무기와 장비를 사용해보고 자신의 로드아웃을 만듭니다.</Korean>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>嘗試不同的武器與裝備來組合你個人的裝備配置。</Chinese>
|
|
|
|
|
<Chinesesimp>尝试不同的武器与装备来组合你个人的装备配置。</Chinesesimp>
|
2017-12-27 07:14:26 +00:00
|
|
|
|
</Key>
|
2018-01-28 21:39:46 +00:00
|
|
|
|
<Key ID="STR_ACE_Arsenal_buttonLoadoutsTooltip">
|
|
|
|
|
<English>Open the loadouts screen</English>
|
|
|
|
|
<French>Affiche la page des équipements</French>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>開啟裝備選單</Chinese>
|
|
|
|
|
<Chinesesimp>开启装备选单</Chinesesimp>
|
2018-01-28 21:39:46 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_buttonExportTooltip">
|
|
|
|
|
<English>Export current / default loadouts</English>
|
|
|
|
|
<French>Exporte l'équipement actuel ou la liste d'équipements de base</French>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>匯出當前/預設的裝備</Chinese>
|
|
|
|
|
<Chinesesimp>汇出当前/预设的装备</Chinesesimp>
|
2018-01-28 21:39:46 +00:00
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_buttonImportTooltip">
|
|
|
|
|
<English>Import current / default loadouts</English>
|
|
|
|
|
<French>Importer l'équipement actuel ou la liste d'équipements de base</French>
|
2018-02-07 21:15:15 +00:00
|
|
|
|
<Chinese>匯入當前/預設的裝備</Chinese>
|
|
|
|
|
<Chinesesimp>汇入当前/预设的装备</Chinesesimp>
|
2018-01-28 21:39:46 +00:00
|
|
|
|
</Key>
|
Add ACE Arsenal stats (#6110)
* Add test class
* Add stats mockup
* Merge branch 'master' of https://github.com/acemod/ACE3 into arsenalStats
* Finish mockup, add basic hide/show logic
* Add base for stats
* Use CBA EHs for stats to allow 3rd party mods of it
* Add handleStats and most of the UI behaviors for stats
* Continue work on stats
* Add container stats
* Add page support for stats
* Add text for the ROF stat
* Add accuracy in MOA for the accuracy stat
* Change accuracy shown number to 1 decimal instead of 2
* Add MIL in the dispersion stat text
* Change stats layout, remove dummy text strings
* Add some AB stats
* Remove last test string
* Replace configExtremes by normal lookup where it's relevant
* Add "undefined value" string when AB stat isn't present
Mostly for laucnhers
* Fix typo in preInit
* Change drag model stat to ballistic coef
* Fix issue with unused stats, change text to white when bar is present
* Rewrite some part of handleStats
Reason: add support for conditions, less redundant code, less reasons for dedmen to emasculate me
* Re-add _hideUnusedFnc, handle empty stats arrays
* Pass args to stat conditions, add test condition stat
* Add hearing related stats
* Remove the padding between stats and the stat bar / text
* Add strings for stats
* Change stats window to fit baer's suggestion
* Algin the close stats button, add missing strings
* Finish code review
* Add missing newline
* Remove duplicate strings
* Add explosive range stat
* Use proper string for the explo range stat
* Fix capitalization for ctrlParent
* Fix conditional stats blocking other stats
* Add better integration for ballistics, hearing and explosive stats
* Replace the private array in handleStat by params
* Add backblast stats
* Add backblast stat strings
* Add flashlight map color and g-force reduction stats
* Shorten preInit
* Change stats close button to fit arsenal design
* Improve stats page indicator look
* Rework how stats are stored and retrieved
* Remove args config entry, add priority entry, add vanilla weapon stats
* Add vanilla container stats
* Remove some lines in preInit
* Add ballistics stats
* Add hearing stats
* Remove uneeded config entries
* Add explosive range stat
* Add backblast stats
* Add spaces after semicolons in statements
To make JJ happy because I don't care.
* Add flashlights map color stat
* Add gforce reduction stat
FINALLY FUCKING DONE
* Fix headers for the new stats funcs
* Add add / remove stat API
* Fix typo in removeStat header
* Remove uneeded inline func
* Clean up add / remove stat
* Move all CfgACEArsenalStats entries to their own file
* Replace STR_ACE_Ballistics_statAmmo by a BI string
* Add script profiler related macro and code
* Use the highest ballistic coef instead of first one defined
* Add support for future ammo displayname
* Add ACE_standardAtmosphere for ballistic coef
* Add mag muzzle velocity stat
* Add weapon muzzle velocity stat
* Add comment explaining the ENABLE_PERF_PROFILING macro
* Change cfgACEArsenalStats to ACE_Arsenal_Stats
* Make JJ less pissy about spaces around =
* Fix indentation in weaponMuzzleVelocity, use param
* Use GVAR and EGVAR when appropriate
* Prefix all stats except the base class
* Fix Merge
* Fix aspect ratio scaling of stats panel
* Minor fixes
2018-02-15 16:03:22 +00:00
|
|
|
|
<Key ID="STR_ACE_Arsenal_statPotassium">
|
|
|
|
|
<English>Potassium levels</English>
|
|
|
|
|
<French>Taux de potassium</French>
|
|
|
|
|
</Key>
|
2018-02-18 01:32:19 +00:00
|
|
|
|
<Key ID="STR_ACE_Arsenal_statMagnification">
|
|
|
|
|
<English>Magnification</English>
|
|
|
|
|
<Chinese>放大倍率</Chinese>
|
|
|
|
|
<French>Grossissement</French>
|
|
|
|
|
<Spanish>Aumento</Spanish>
|
|
|
|
|
<Italian>Ingrandimento</Italian>
|
|
|
|
|
<Polish>Powiększenie</Polish>
|
|
|
|
|
<Russian>Увеличение</Russian>
|
|
|
|
|
<German>Vergrößerung</German>
|
|
|
|
|
<Czech>Zvětšení</Czech>
|
|
|
|
|
<Portuguese>Aumentox</Portuguese>
|
|
|
|
|
<Korean>배율</Korean>
|
|
|
|
|
<Chinesesimp>放大倍数</Chinesesimp>
|
|
|
|
|
<Japanese>拡大</Japanese>
|
|
|
|
|
<Turkish>Büyütme</Turkish>
|
|
|
|
|
</Key>
|
Add ACE Arsenal stats (#6110)
* Add test class
* Add stats mockup
* Merge branch 'master' of https://github.com/acemod/ACE3 into arsenalStats
* Finish mockup, add basic hide/show logic
* Add base for stats
* Use CBA EHs for stats to allow 3rd party mods of it
* Add handleStats and most of the UI behaviors for stats
* Continue work on stats
* Add container stats
* Add page support for stats
* Add text for the ROF stat
* Add accuracy in MOA for the accuracy stat
* Change accuracy shown number to 1 decimal instead of 2
* Add MIL in the dispersion stat text
* Change stats layout, remove dummy text strings
* Add some AB stats
* Remove last test string
* Replace configExtremes by normal lookup where it's relevant
* Add "undefined value" string when AB stat isn't present
Mostly for laucnhers
* Fix typo in preInit
* Change drag model stat to ballistic coef
* Fix issue with unused stats, change text to white when bar is present
* Rewrite some part of handleStats
Reason: add support for conditions, less redundant code, less reasons for dedmen to emasculate me
* Re-add _hideUnusedFnc, handle empty stats arrays
* Pass args to stat conditions, add test condition stat
* Add hearing related stats
* Remove the padding between stats and the stat bar / text
* Add strings for stats
* Change stats window to fit baer's suggestion
* Algin the close stats button, add missing strings
* Finish code review
* Add missing newline
* Remove duplicate strings
* Add explosive range stat
* Use proper string for the explo range stat
* Fix capitalization for ctrlParent
* Fix conditional stats blocking other stats
* Add better integration for ballistics, hearing and explosive stats
* Replace the private array in handleStat by params
* Add backblast stats
* Add backblast stat strings
* Add flashlight map color and g-force reduction stats
* Shorten preInit
* Change stats close button to fit arsenal design
* Improve stats page indicator look
* Rework how stats are stored and retrieved
* Remove args config entry, add priority entry, add vanilla weapon stats
* Add vanilla container stats
* Remove some lines in preInit
* Add ballistics stats
* Add hearing stats
* Remove uneeded config entries
* Add explosive range stat
* Add backblast stats
* Add spaces after semicolons in statements
To make JJ happy because I don't care.
* Add flashlights map color stat
* Add gforce reduction stat
FINALLY FUCKING DONE
* Fix headers for the new stats funcs
* Add add / remove stat API
* Fix typo in removeStat header
* Remove uneeded inline func
* Clean up add / remove stat
* Move all CfgACEArsenalStats entries to their own file
* Replace STR_ACE_Ballistics_statAmmo by a BI string
* Add script profiler related macro and code
* Use the highest ballistic coef instead of first one defined
* Add support for future ammo displayname
* Add ACE_standardAtmosphere for ballistic coef
* Add mag muzzle velocity stat
* Add weapon muzzle velocity stat
* Add comment explaining the ENABLE_PERF_PROFILING macro
* Change cfgACEArsenalStats to ACE_Arsenal_Stats
* Make JJ less pissy about spaces around =
* Fix indentation in weaponMuzzleVelocity, use param
* Use GVAR and EGVAR when appropriate
* Prefix all stats except the base class
* Fix Merge
* Fix aspect ratio scaling of stats panel
* Minor fixes
2018-02-15 16:03:22 +00:00
|
|
|
|
<Key ID="STR_ACE_Arsenal_page">
|
|
|
|
|
<English>Page</English>
|
|
|
|
|
<French>Page</French>
|
|
|
|
|
</Key>
|
2018-02-09 20:30:37 +00:00
|
|
|
|
<Key ID="STR_ACE_Arsenal_enableIdentityTabsSettings">
|
|
|
|
|
<English>Enable the faces / voices / insignias tabs</English>
|
|
|
|
|
<French>Activer les onglets faces / voix / insignes</French>
|
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_buttonClearContainerTooltip">
|
|
|
|
|
<English>Empty the selected container</English>
|
|
|
|
|
<French>Vider le conteneur selectionné</French>
|
|
|
|
|
</Key>
|
|
|
|
|
<Key ID="STR_ACE_Arsenal_exportedClassnameText">
|
|
|
|
|
<English>Exported class name to clipboard</English>
|
|
|
|
|
<French>Nom de classe exporté dans le presse papier</French>
|
|
|
|
|
</Key>
|
Add ACE_Arsenal (#5734)
* Add CBA setting for modIcons
* Add CBA settings for camera control
* Merge the 2 inverted settings into one
There's no man crazy enough to need one inverted and the other normal
* Add back missing newline
* Change rscCommon, don't redefine base classes
* Change anim to "civil" when not in a weapon or special tab
* Fix current handgun ending up in launchers tab and vice versa
* Change back virtualItems first index to primary secondary handgun
* Add ace_arsenal_hide config check and config entry
* Add dogtags handling in postInit
* Add CBA setting for fontHeight for left and right panel
* magazineGroups
* Add base layout for loadouts GUI
* Prepare the SQF base for the loadouts display
* Continue laying the base for the SQF of the loadouts display
* Add CBA settings for the loadouts display
* Implement button logic for loadouts display
* Finish button logic, start adding filling and button funcs
* Add editBox for loadout names
* Add loadout saving and deleting
* Add loadouts loading
* Add select current after list is refreshed after saving
* Redo button layout, Add rename button, Add messages
* Add double click loading
* Fix loadout deleting not triggering curSel change
* Keep cursor at same index when deleting loadouts
Woops
* Reload pictures when saving over old loadout
* Fix loadout save not updating the pictures properly (again)
* Add close button for loadouts dialog
* Fix weight not updating when using arrows to add / remove items
* Make the arsenal layout a bit prettier
* Start adding non available items and missing mods for loadouts
* Remove useless lines in fillLoadouts
* Move buttonHide above panel fill in loadoutsClose
* Change the way weapons are checked in fillLoadoutsList
* Add weapon in container support for fillLoadoutsList
* Add mag in container check for fillLoadoutsList
* Add item check for containers in fillLoadoutsList
* Fix item duplication when loadout loadouts
* Switch anim to civil for the rest of the tabs that need it
* Make extra sure item duplication won't happen
* Fix right panel hiding issues
* Fix remove all button, use QGVAR for EHs names, add isMP check to share tab
* Fix initBox erroring out if the object is null
* Move loadout checking to it's own func
* Force panel reload every time loadoutList change
I'm forced to do this, I can't save arrays in listnboxes
* Change how loadouts are retrived from the listnbox
* Fix save overwriting existing loadout not updating right row
* Fix indentation in buttonLoadoutsSave
* Fix reserved var error
* Fix fillLoadoutlist tab check
* Fix accessories in containers not being checked properly via verifyLoadout
* Fix binos not being detected properly by verifyLoadout
* Fix pre-filled backpacks not behaving properly
* Add mine detector check in configScan and onArsenalOpen
* Add extra traces
* Add mine detector check in non cached part of addVirtualItems
* Move right panel greying to it's own func
* Fix right panel listnbox for items with mass under 1
* Redo unique items sorting in onArsenalOpen
* Add loadoutSaved EH, handle empty name box for loadout saving
* Reapply inisgnia after loadout is loaded
* Change LoadoutSaved to loadoutSaved
* Rename savedLoadout to onLoadoutSave
* Change buttonLoadoutsSave layout to prepare base weapon saving
* Save base class for weapons when saving loadouts
* Remove unused profiling code related code
* Add not implemented warning messages for export and import
* Fix error when saving with a container or weapon slot being empty
* Remove dogtags from loadout upon loadout saving
* Change how misc item mass is retrieved
* Remove vanilla "NoVoice" from voices to avoid an error related to it
* Use tolower for currentData and itemsToCheck in fillLeftPanel
Avoid camelCase issues with the commands that don't fucking respect it.
* Remove redundant check in postInit
* Fix sharedLoadouts condition in onArsenalOpen, Fix save button logic
* Prepare sharedLoadouts addition
* Add loadout sharing
* Add proper saving and loading for shared loadouts
* Change loadout deleted / unshared EH name, add said EH to unsharing
* Remove shared loadouts from disconnected players
* Fix error in buttonLoadoutsSave, add row when other share a loadout
* Change sharedLoadouts tab curSel selection to lnbData instead of lnbText
* Add data when adding a new row via CBA EH
* Remove mode, add arg to openBox to have arsenal prefilled
* Cleanup buttonClearAll code
* Fix itemInfo behavior when switching between items that don't have logos
Fix #23
* Add copy paste and arrow key support for searchbars
Close #22
* Add back newline at EOF for onKeyDown
* Change default camera setting from non inverted to inverted
* Fix import and export "not implemented" message
* Rename share button to Unshare when loadout selected is shared
* Improve missing items logging, cache verifyLoadout check
* Remove unused var
* Add full 3DEN support
* Remove 3DEN sphere and grid, set helper center dir properly
* Change 3DEN lightsource intensity
* Save 3DEN inventory properly
* Rewrite onArsenalClose 3DEN comment
* Fix sharedLoadouts check
* Add 3DEN support for defaultTab
* Add new event for 3rd parties in buttonCargo
* Move weight update to updateRightPanel for buttonCargo and selChangedListnBox
* Fix defaultLoadout save button
* Remove unallowed command
* Fix arsenal messages not working in 3DEN
* Add export current loadout, Add export defaultLoadoutsList
Signed-off-by: Josuan Albin <josuanalbin@outlook.fr>
* Add import button functionality
* Change export / import messages
* Change message to use scheduled only
* Attempt to sanitize data in import func
* Add a 3DEN attribute to save defaultLoadoutsList, fix shared loadout check
* Replace 2 last traces in verifyLoadout
* Change defaultLoadoutsList export format and add a 3DEN check for it's default value
* Fix original array being modified in fillLoadoutsList
* Improve shared loadout check
* Fix removeVirtualItems not removing Accs, nil virtualItems var in removeBox
* Add zeus support for arsenal rewrite, fix openBox camera check
* Add isPlayer check to arsenal rewrite part of bi module
Arsenal rewrite does not seem to work on remote players, welp, I tried at least
* Fix shared loadouts loadout index being null
Forgot to change that one getVar
* Hide shared column if sharing is disabled on My loadouts tab
* Remove trace from loadoutsLoad, add trace to shared and unshared EHs
* Fix postInit trace
* Fix sharing EHs being broken, remove traces in them, prevent possible issue
yeah, _x params doesn't work there :p
* Fix fillLoadoutsList error
* Start translating and code reviewing
* Add editing vehicle crew loadout support for arsenal
* Move left panel filling above 3DEN handling to avoid float crew members
* Fix onArsenalClose EOF, add header for it
* Move onButton EHs to config, remove placeholder stats func
* Add headers for onLoadouts funcs and verifyLoadout
* Clean up buttonClearAll
* Fix assigned items not being added properly to currentItems on loadout load
* Add more function headers
* Make rename work in default loadouts tab in 3DEN
* Add more functions headers, continue code review
* Add more functions headers, finish code review
* Fix loadout saving to profile from an other tab than my loadouts
* Fix loadout saving even more
* Attempt to fix loadouts handling
From totally broken to somewhat usable.
* Even more fixing
* Add back onLoadoutSave EH
* Add back author message in loadoutSave
* Add back EOF newline
* Add back loadout caching
* Remove unique items from saved and loaded loadouts
* Add unique item support for the remaining container tabs
* Fix mag check for magazine type in container
* Add support for CfgVehicles and CfgGlasses in miscItems
* Add button highlighting for loadouts display, fix mag put and throw check
* Change shared column to show a proper icon
* Revert "Move onButton EHs to config, remove placeholder stats func"
This reverts commit 1be5d92426e580683b265dd92c95fafa363765bb.
* Add back EOL newline in prep, remove stats placeholder again
* Add part of the german translation
* Add more translations, change how shared button text is managed
* Add scheduled check in openBox to avoid issues with people using addaction
Because you know they will.
* Add translations for import and export messages
* Fix comms tab defaulting to empty
* Align buttons perfectly for loadouts display, translation for delete action
* Add loadout saved translations
* Add load and rename messages translations
* localized interaction name in initBox
* Fix issue when admins deleted a loadout didn't change the icon status for authors
* Fix loadout import, update unique items list after import / loadout load
* Beautify UI a bit
* Add setting to toggle missing / unavailable items RPT logging
* Add settings strings
* Increase button size for main display
* Change DLC logo side in infoBox
* Change loadouts display buttons spacing, change deleteLoadout button active color
* Remove camera rotation limit
* Add polish translation
* German translation by @bux
* Order
* Fix typo in buttonExport, add credits in handleMouse
* Fix right panel item count not updating properly in certain scenarios
* Add loadoutName check when importing default loadouts, change assignedItems check
* Improve onSelChangedRight, fix typos in onSelChangedLeft and handleSearchbar
* Fix syntax check in removeVirtualItems count
* Shorten onSelChangedRightListnbox by improving current tab check
* Improve fillLeftPanel weapon tab filling
* Move lnbSetPicture occurences for the loadouts display to a define
* scan config opti
* Fix RPT logging check in fillLoadoutsList, use picture macro for shared tab
* Fix sharing and RPT logging settings having the same var
* Add newline at EOF for funcs that are missing it
* Move GVAR(sharedLoadoutsVars) to sharedLoadoutsNamespace
* newline eof
commy contributed too!
* Fix delete button not working as intended in public tab
* Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig
* Revert "Replace bis_fnc_baseWeapon with CBA equivalent everywhere outisde of scanConfig"
This reverts commit 496e6f822344e460312e68cd1334a0643ea28bef.
* Add new Cfg entry for handling unique items saving, add entry to chemlight shields
* Fix currentMag tab not detecting current mag properly (still experimental)
* Improve left and right filled EHs, add "Dog Tags:" for dogtag uniques
* Change how the right panel first update works
* Fix updateRightPanel very obscure bug and header typo
* Move postInit EHs for medical and dogtags to their respective postInit
* Fix medical postInit typo
* Add currentMag tabs for primary and secondary muzzles properly
* Fix container compatible mags tab not showing anything
* Replace an inline if to select in fillRightPanel
* Attempt to fix accs recognition when switching weapons
* Improve currentMag2 tab show / hide logic
Secondary and handguns can't have a secondary mauzzle
* Add strings for currentMag and currentMag2 tabs
* Readd strings that tabler accidentally removed
* Make sorting for the right panel stay the same when switching items / tabs
* Replace bis_fnc_addWeapon by the addWeapon command
bis_fnc_addWeapon failed when a weapon with the same classname was in one of the player's containers
Add mag for primary muzzle after the weapon is added, is possibly replaced by current mag(s) saved in curentItems
* Replace BIS_fnc_overviewAuthor in itemInfo
It works better
* Display itemInfo box properly for currentMag1 and 2 tabs
* Don't reset arsenal vision mode after quitting arsenal
* Improve showItem
* Remove trace from showItem
* Move getWeight and weight string from movement to common
* Fix typos in addVirtualItems
* Comment back compile cache for common
(Not yet for arsenal, not until it's validated for a merge)
* Replace secondaryMuzzleMag tab icon by @Max255PL 's
* Update @Max255PL 's icon
* Add missing author strings
* Add debug trace for a specific issue
* Add more traces in loadoutsSave
* Fix bug in loadoutsSave, remove debug traces
* Fix typo in loadoutsSave
* Fix uniqueBase cfg check for all cases in loadoutsSave
* Improve whitelisting for current weapon accs and mags
* Update CBA settings strings, change RPT logging to be turned off by default
* Update polish translation by @max255PL
* Fix saving loadouts when no loadout has ever been saved
* Make loadout screen lighter
* Save camera position and view mode for ace arsenal
* Improve loadouts screen presentation
* Improve loadouts screen readability
* Improve camera angle in loadout screen
* Improve loadout renaming, Fix bug linked to renaming
* Fix wrong loadout being used while renaming and color not being reapplied
* Fix other possible issue with renaming
* Change missing items color to be more colorblind friendly
* Fix typo and improve return check in getWeight
* Disable debug and re-enable compile cache for common and arsenal
* Remove uneccessary newline in arsenal's script_component.hpp
2017-12-07 07:48:10 +00:00
|
|
|
|
</Package>
|
|
|
|
|
</Project>
|