BrettMayson
438a90b63d
Common - Add CBA extended loadout ( #8923 )
...
* extended loadouts - earplugs, gunbag, and arsenal identity
* arsenal - maintain default loadout size check
* restore comment
Co-authored-by: jonpas <jonpas33@gmail.com>
* fix forgotten example
Co-authored-by: jonpas <jonpas33@gmail.com>
2022-08-25 11:56:54 -05:00
PabstMirror
ad5c275532
arsenal - fix hash getvar default type ( #8892 )
2022-04-25 19:35:52 -05:00
johnb432
90ebe08012
Arsenal tweak ( #8786 )
...
Previously:
- When a new weapon was selected, only magazines defined in the "magazines" attribute of the old weapon's class were deleted.
- When a new weapon was selected, it would consume a magazine from the loadout.
Now:
- When a new weapon is selected, it will only remove the magazines from the previous weapon that are not compatible with the current weapon.
- When a new weapon is selected, it does not consume a magazine from the loadout.
2022-03-07 12:26:56 -06:00
GhostIsSpooky
615afee022
Arsenal - Improve addWeaponItem
usage ( #8813 )
...
* reload magazine instantly on arsenal
* remove comment in reloadlaunchers
* use addWeaponItem in selChangedRight
2022-02-17 11:14:01 -06:00
shukari
ec2028cc8a
Documentation - Add Arsenal custom sub-item categories ( #8678 )
...
* New Info: Adding custom sub item categories
* typo fix
* Custom sub item categories
* Update arsenal.md
2021-11-15 12:18:54 +01:00
PabstMirror
7bc6fdfa66
Cleanup - Trim all trailing whitespace ( #8651 )
2021-10-30 16:42:03 -05:00
mharis001
ff3e0a48df
Arsenal - Fix stats not updating for custom buttons ( #8586 )
2021-10-26 18:05:49 -05:00
GhostIsSpooky
005b2aef14
Arsenal - Stop deleting unique belt items ( #8483 )
...
* prevent belt items from being deleted
* fix wrong index
* fix gps not being selected
* & fix UAV terminals not being selected
* add comments, delete extra line
* use getUnitLoadout for assignedItems
2021-10-12 17:10:18 -05:00
GhostIsSpooky
97deef5617
General - Use engine hashmaps ( #8468 )
...
Co-authored-by: Dedmen Miller <dedmen@users.noreply.github.com>
2021-10-10 18:55:14 +02:00
GhostIsSpooky
a95e71fec8
Arsenal - Handle Weapon Items not in Box Virtual Items as Unique ( #8375 )
...
* Handle unique items that are also weapon attachments
* only flatten once
2021-10-07 12:39:55 -05:00
mharis001
d6559f22e0
Arsenal - Fix sort running twice ( #8479 )
2021-10-06 22:16:42 -05:00
mharis001
09d1284ad9
Arsenal - Fix sortPanel clearing custom item names ( #8478 )
2021-10-05 15:37:27 -04:00
mharis001
66ce0ba5ff
Arsenal - Restore curator camera state when exiting ( #8464 )
2021-10-02 06:52:50 -04:00
mharis001
310da98c5e
Arsenal - Fix updateUniqueItemsList incorrectly identifying backpacks ( #8463 )
2021-10-02 06:52:33 -04:00
mharis001
64db683e53
Arsenal - Fix items in custom panels having mass of zero ( #8462 )
2021-10-02 06:52:20 -04:00
Brett
a417ea87d3
Arsenal - Add on loadout delete event ( #8294 )
2021-06-27 21:08:39 +02:00
Brett
d5bc7f10f5
fix my name, add it to contributers ( #8295 )
2021-06-27 07:01:12 +02:00
Neil Evers
d64050554d
Arsenal - Fix Zeus UI lockup after closing arsenal ( #8102 )
...
* Fix Zeus UI lockup after closing arsenal
* Removed redundant line
* use ACE_player
* Always reset cameraview
2021-03-03 22:11:24 -06:00
Filip Maciejewski
4d71607e81
Arsenal - Less magic numbers ( #8089 )
...
* Add macro for virtualItems index 0 (weapons)
* Add macro for virtualItems index 1 (attachments)
* Add macro for virtualItems index 2 (all items)
* Add macro for virtualItems index 3 (headgear)
* Add macro for virtualItems index 4 (uniform)
* Add macro for virtualItems index 5 (vest)
* Add macro for virtualItems index 6 (backpack)
* Add macro for virtualItems index 7 (goggles)
2021-02-27 11:21:26 -06:00
Neviothr
75f7ed7532
Utilize isNotEqualTo ( #7929 )
...
* Utilize isNotEqualTo
* undo changes to some files
* redo some changes, fix based on @Vdauphin 's comment
* fix validator issues
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2021-02-27 11:05:05 -06:00
Filip Maciejewski
b8820eb3da
Arsenal - Fix custom categories not working for some Misc item types ( #8088 )
2021-02-08 04:26:40 +01:00
Dedmen Miller
a64ba9f7a5
Arsenal - Remove useless isClass check in configClasses ( #8018 )
2020-11-29 19:21:53 +01:00
PabstMirror
bc7194942f
Update fnc_sortStatement_protection.sqf ( #7989 )
2020-11-05 18:42:41 +01:00
PabstMirror
ff2136c98f
Update fnc_fillSort.sqf ( #7981 )
2020-11-02 21:42:48 -06:00
Brett
9226035d59
Arsenal - Conditional on sorts ( #7889 )
...
* Arsenal - conditional on sorts
* fix: zero divisor
* update fnc_addSort
* Update fnc_fillSort.sqf
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2020-11-02 12:23:44 -06:00
PabstMirror
b991fe1343
Arsenal - Sort by protection (helm, uniform, vest) ( #7952 )
...
* Arsenal - Sort by protection (helm, uniform, vest)
* Update fnc_sortStatement_protection.sqf
* split to 2 different sorts
2020-10-29 11:38:31 -05:00
Brett
a67d6eecb0
Arsenal - Provide reference to the current box ( #7948 )
...
* arsenal: provide ref to current box
* use objNull instead of nil
* Update fnc_openBox.sqf
2020-10-26 12:01:18 -05:00
PabstMirror
d63c8f37fe
Arsenal - Fix sortPanel script error ( #7883 )
2020-08-30 09:43:44 -05:00
Brett
b51cf3575c
Arsenal - Fix sorting when using search ( #7877 )
...
* fix sorting when using search
* remove unused line
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2020-08-27 10:44:18 -05:00
Brett
241f1aefbd
fix face, voice, insignia in arsenal ( #7879 )
2020-08-27 10:37:20 -05:00
Brett
572e61d1cf
Arsenal - Fix fire rate sort caused by flashlight ( #7878 )
...
* fix firerate sort caused by flashlight
* Update fnc_sortStatement_rateOfFire.sqf
* Update addons/arsenal/functions/fnc_sortStatement_rateOfFire.sqf
Co-authored-by: jonpas <jonpas33@gmail.com>
Co-authored-by: jonpas <jonpas33@gmail.com>
2020-08-27 10:35:55 -05:00
Neviothr
5326d0acf5
ACE Arsenal - fix #6591 , PCML has no ammo ( #7850 )
...
As per @Superxpdude comment - https://github.com/acemod/ACE3/issues/6591#issuecomment-667706600
2020-08-18 12:49:53 -05:00
Brett
d72555ab0c
Arsenal - Add Sorting Algorithms ( #7719 )
...
* support per tab sorting, and external algorithms
* improved sub sorting
* improve alphabetical search
* update mod sorting
* sort by accuracy
* sort right panel
* more sorts
* sort right tab
* fix empty
* stringtables
* Apply suggestions from code review
Co-authored-by: mharis001 <34453221+mharis001@users.noreply.github.com>
* more suggestions
* suggestions
* remember last sort
* Fix missing throw and put names
* bad copy paste in stringtable
* Update addons/arsenal/functions/fnc_sortPanel.sqf
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
Co-authored-by: mharis001 <34453221+mharis001@users.noreply.github.com>
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2020-08-18 12:43:35 -05:00
shukari
b77324ec58
Arsenal - add custom right panel misc items buttons ( #7596 )
...
* added medical, food and roleplay categories to arsenal
* decreased wound stitch time
* added custom rightPanelButtons
* stuff that doesnt belong here
* fix
* commys wishes
* commys wishes part2
* Update addons/arsenal/defines.hpp
Co-Authored-By: Dedmen Miller <dedmen@users.noreply.github.com>
* Update addons/arsenal/functions/fnc_fillRightPanel.sqf
Co-Authored-By: Dedmen Miller <dedmen@users.noreply.github.com>
* Update addons/arsenal/functions/fnc_fillRightPanel.sqf
Co-Authored-By: Dedmen Miller <dedmen@users.noreply.github.com>
* infinitely better SPEED
* changes
* delete unused stuff
* my own 3 white dots
* fixed fillRightPanel IDC_MISC
* commy fixes
* background first
Co-authored-by: Schwaggot <tom.ryan@posteo.de>
Co-authored-by: Dedmen Miller <dedmen@users.noreply.github.com>
2020-06-29 10:43:33 -05:00
mharis001
99df791c43
Arsenal - Add grenade fuse time stat ( #7694 )
...
* Arsenal - Add grenade fuse time stat
* Add German translation
Co-authored-by: Jo David <github@jonathandavid.de>
* Add French translations
Co-authored-by: Elgin675 <elgin675@hotmail.com>
* Improve IR grenades handling
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
* Get ammo config once
Co-authored-by: Jo David <github@jonathandavid.de>
Co-authored-by: Elgin675 <elgin675@hotmail.com>
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2020-06-07 19:58:55 -05:00
jonpas
f6af95b4a1
Arsenal - Optimize non-scope 2 mags filtering ( #7543 )
2020-02-22 22:26:55 +01:00
PabstMirror
1ee2e6adb2
Arsenal - Filter non-scope 2 mags from being auto-added ( #7445 )
2020-02-22 22:15:09 +01:00
Whigital
78d79f2761
More excessive brackets
2020-02-13 17:16:35 +01:00
Whigital
57b411b8a4
conform isnil checking: arsenal
2020-02-12 17:27:39 +01:00
Josuan Albin
b8fcd92536
Fix default loadout public func not checking base items ( #7280 )
2019-12-04 14:12:00 -06:00
PabstMirror
0e485ce5fc
Arsenal - Fix script error for weapons with 3+ muzzles ( #7256 )
2019-10-29 17:10:03 -05:00
Dedmen Miller
07be4bd9da
Don't force Camera position in Arsenal Loadouts list ( #7209 )
2019-10-04 19:57:06 -05:00
Josuan Albin
2950a48447
Fix statBarStatement still using AI values for firemodes
2019-09-03 15:32:27 +02:00
PabstMirror
5da1308151
Disposable - Add warning for addons using ace_disposable ( #6963 )
...
* Disposable - Add warning for addons using ace_disposable
* update arsenal code and cba version
2019-05-06 10:05:04 -05:00
Josuan Albin
8fe02a455f
Fix #6935
2019-04-12 14:39:28 +02:00
Dedmen Miller
d034324e88
More trivial code cleanup ( #6859 )
...
* Added a3 include pboprefix
* Add defineDIKCodes header
* defineDIKCodes include case correct
* Use ui_f dikcodes
* Fix fnc_checkfiles macro and dll condition
* Incorrect macro usage in fnc_getVehiclePos
* Incorrect macro usage in fnc_getVehiclePosComplex
* Add defineResincl ui_f include
* Remove include guard from defineResincl
* Incorrect macro usage in fnc_handleMouseButton
* Incorrect macro usage in fnc_setMarkerJIP
* Semicolon after include
* Add defineResinclDesign ui_f include
* Incorrect macro usage fnc_rearmSuccessLocal
* Incorrect macro usage fnc_rearmSuccessLocal
* Stray backslash in fnc_camshake
* Incorrect macro usage in fnc_startNozzleInHandsPFH
* Incorrect amcro usage in fnc_tag
* Incorrect macro usage in fnc_moduleGlobalSetSkill
* Reenable linux checkFiles
* Non-captialized requiredAddons
* Non-captialized requiredAddons
2019-03-21 08:52:32 -05:00
mharis001
695416dfe7
Arsenal - Improvements to 3DEN attribute ( #6849 )
...
* Improvements to arsenal 3DEN attribute
* Better alignment of button
* Remove magazineGroups copy
2019-03-12 11:26:40 -05:00
Dedmen Miller
564fc8aa99
Trivial code fixes ( #6858 )
2019-03-10 21:42:08 -05:00
PiZZAD0X
9e609b3394
Arsenal - Add Ability to Transfer a Loadout from Saved to Default ( #6793 )
...
* Added weight override parameter to ace_dragging_fnc_setCarryable/setDraggable
- Additional optional parameter that ignores the `startCarry`/`startDrag` weight checks.
- Minor `==` to `isEqualto` replacements
* `count crew _target isEqualto -1` to `count crew _target isEqualto 0`
* Tab Replacement
- remove \t
* Reverted UAV check, Params formatting, Lazy Eval
* Update addons/dragging/functions/fnc_startCarry.sqf
Co-Authored-By: PiZZAD0X <509thparachuteinfantry@gmail.com>
* Update fnc_startDrag.sqf
* Remove beta suggestion extra line additions
* Update addons/dragging/functions/fnc_startDrag.sqf
Co-Authored-By: PiZZAD0X <509thparachuteinfantry@gmail.com>
* Added ability to export loadout to defaultloadouts
Shift + LMB on save button can export the selected saved loadout to the mission loadouts. Experimental Test. Warrants a separate button if there is enough demand.
* Update fnc_buttonLoadoutsSave.sqf
* Update addons/arsenal/functions/fnc_buttonLoadoutsSave.sqf
Co-Authored-By: PiZZAD0X <509thparachuteinfantry@gmail.com>
* Add usage info to tooltip
2019-02-23 19:35:13 -06:00
Josuan Albin
8450555f0c
Arsenal - Fix arsenal not working reliably on remote AI units. ( #6784 )
...
* Fix 6701
* Update addons/arsenal/functions/fnc_onArsenalClose.sqf
Co-Authored-By: alganthe <alganthe@live.fr>
2019-01-26 14:13:38 -06:00