-
Notifications
You must be signed in to change notification settings - Fork 736
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arsenal - Add/Fix/Improve/Change numerous aspects #9040
Commits on Sep 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for df30333 - Browse repository at this point
Copy the full SHA df30333View commit details
Commits on Nov 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for aef50dd - Browse repository at this point
Copy the full SHA aef50ddView commit details
Commits on Jan 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d7ea428 - Browse repository at this point
Copy the full SHA d7ea428View commit details
Commits on May 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 75d8cc8 - Browse repository at this point
Copy the full SHA 75d8cc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b89b8f - Browse repository at this point
Copy the full SHA 0b89b8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 652de70 - Browse repository at this point
Copy the full SHA 652de70View commit details -
Co-authored-by: Dystopian <sddex@ya.ru>
Configuration menu - View commit details
-
Copy full SHA for 4597b27 - Browse repository at this point
Copy the full SHA 4597b27View commit details
Commits on Jun 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 40a1217 - Browse repository at this point
Copy the full SHA 40a1217View commit details
Commits on Jun 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4c9eb8b - Browse repository at this point
Copy the full SHA 4c9eb8bView commit details -
Update addons/arsenal/functions/fnc_scanConfig.sqf
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ca063f4 - Browse repository at this point
Copy the full SHA ca063f4View commit details
Commits on Jun 25, 2023
-
- Sorting is guaranteed to give a fixed order - Dog tags no longer throw errors when reloading the ACE arsenal mission when you had some saved in your loadout before quitting the last time you played.
Configuration menu - View commit details
-
Copy full SHA for f329fe1 - Browse repository at this point
Copy the full SHA f329fe1View commit details
Commits on Jul 1, 2023
-
Cleanup, bug fixes and additions
- Added the ability to add items from "CfgMagazines" into the "Misc. items" or custom tabs. - Added "baseWeapon" class support for weapon attachments. If a weapon attachment has the config property "baseWeapon" defined, it will take that item and show that in the arsenal. - Added stronger filtering on item scopes (scope > 0 at least for every item) - Added "descending" (default, as it is now) and "ascending" sort order as a drop down menu, - Unique backpacks in containers can now be removed with either the "-" or "clear all items" button. - When sorting by a number, 2 decimal points have been added, so that when you sort by weight it returns the correct order.
Configuration menu - View commit details
-
Copy full SHA for 6d8549d - Browse repository at this point
Copy the full SHA 6d8549dView commit details
Commits on Jul 9, 2023
-
- Converted the arsenal to partially work with hashmaps instead of arrays (for configItems and virtualItems, currentItems is still an array). - Because of the above, performance of FUNC(addVirtualItems) and FUNC(removeVirtualItems) has improved immensely. - Sorting now caches results, reducing repeated sorting times drastically. - CBA disposable launchers are handled differently now: Within the arsenal, you can change weapon attachments on disposable launchers, but you can't change their magazines (primary or secondary). Item info on the right and the stats show correct information. - FUNC(addSort) now checks if the new sorting method already exists and doesn't add it if it does. - FUNC(removeSort) now exists. You can't remove the default sort type (alphabetically) to avoid problems with the arsenal. - Both FUNC(addStat) and FUNC(compileStats) actually taken priority into account now. Because of that priority on several stats needed to be tweaked. - FUNC(removeStat) ensures that there are no gaps within the stat array (so if there is an empty spot in the stats page, it's because there is a stat, but the condition for it being shown hasn't been met).
Configuration menu - View commit details
-
Copy full SHA for 8a4a08f - Browse repository at this point
Copy the full SHA 8a4a08fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d6647b - Browse repository at this point
Copy the full SHA 3d6647bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdf8bca - Browse repository at this point
Copy the full SHA fdf8bcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbdba9a - Browse repository at this point
Copy the full SHA dbdba9aView commit details
Commits on Jul 11, 2023
-
Update docs/wiki/framework/arsenal-framework.md
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4561ccd - Browse repository at this point
Copy the full SHA 4561ccdView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa48fef - Browse repository at this point
Copy the full SHA fa48fefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98a9c82 - Browse repository at this point
Copy the full SHA 98a9c82View commit details
Commits on Jul 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 13357de - Browse repository at this point
Copy the full SHA 13357deView commit details
Commits on Jul 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1b189e1 - Browse repository at this point
Copy the full SHA 1b189e1View commit details
Commits on Jul 15, 2023
-
Update fnc_onSelChangedLeft.sqf
Fixed: Switching between weapons with incompatible primary magazines while a compatible secondary magazine is loaded doesn't equip the new weapon's primary magazine.
Configuration menu - View commit details
-
Copy full SHA for 3507da0 - Browse repository at this point
Copy the full SHA 3507da0View commit details
Commits on Jul 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2903d4b - Browse repository at this point
Copy the full SHA 2903d4bView commit details -
Update addons/common/functions/fnc_uniqueUnitItems.sqf
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 93cba2b - Browse repository at this point
Copy the full SHA 93cba2bView commit details
Commits on Jul 20, 2023
-
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 539df03 - Browse repository at this point
Copy the full SHA 539df03View commit details
Commits on Jul 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 17450ca - Browse repository at this point
Copy the full SHA 17450caView commit details -
Configuration menu - View commit details
-
Copy full SHA for fac03f0 - Browse repository at this point
Copy the full SHA fac03f0View commit details