r20100507184536-nolib
Details
-
FilenameAdiBags-r20100507184536-nolib.zip
-
Uploaded by
-
UploadedMay 7, 2010
-
Size22.54 KB
-
Downloads100
-
MD58bcc039d96fc1c6e5be3f670b72943c2
Supported WoW Retail Versions
- 3.3.3
Changelog
Adirelle:
- Prepared for wowace packaging.
- Try to put the "New" section at top of the bag and the "Free space" section at bbottom; the section layout code may ignore this though.
- Fixed search item issue where some buttons weren't updated.
- Added a filter for the new items.
- Added a button per bag to reset the new status.
- Scan player inventory to avoid tagging items as new when changing equipment.
- Cosmetic tweak to new item glow.
- "New item" feature tweak.
- Fixed a "comparing number with nil" error.
- Added "new item" feature. Also got rid of useless "event" arguments.
- Overhauled filter system; now every filter is a submodule.
- Hopefully fixed "addon blocked" errors; cosmetic changes.
- Use AceEvent messaging to propagate bag updates.
Filters can provide a list of events to listen to; bags are updated when these events are received.
- Hopefully fixed issues with bank generic buttons.
- Added missing localized string.
- Almost fixed bank generic button handling.
- Fixed a typo on filter name.
- Force layout update when a section is emptied.
- Fixed various errors.
- Disable the built-in bank frame.
- Say goodbye to the bank NPC when the bank bag is closed.
- Typo.
- Added localization.
- Fixed method name.
- Have virtual item stacks working.
- Use a factor of 100 to build internal slotId; it's far easier to debug.
- Moved code around, added comments.
- Properly release empty section.
Also stop reacting to BAG_UPDATE during equipment set switching.
- Do not try to position new buttons when the layout will refreshed anyway.
- Hide frame before calling :OnRelease to reduce visual glitchs.
- Gave OO some love.
- Brand new layout code, which behaves nicely when moving items around.
- Added a tooltip to the equipped bag toggle.
- Cosmetic.
- Fixed bag slot size and ids.
- Added a button to bags to toggle the bag slot panel.
- Updated the datasource icon.
- Added bag slot panels.
- Reuse Blizzard code to handle item cooldown.
- Fixed armor and weapon ordering.
- Optimized layout.
- Baggins-like section layout.
- Added section separators (yet not widgets).
- Added an incomplete filtering system.
- Minor layout tweaks.
- Fixed datasource free space display.
- Fixed item sorting error.
- Added "highlight by name" feature.
- Added icons for each item family.
- Added item/free slot stacking.
- Added a LDB data source.
- Fixed quality color display.
- Fixed UI hooking so bags are opened and closed at right times.
- Added a close button and a title. Enhanced item sorting.
- Show a tag on slot from special bags (Soul, Quiver, ...).
- Sort items.
- Fixed bank background color.
- Have the bag backdrop catchs mouse events.
- Fixed issue with empty bank slots.
- Fixed bank bag position.
- Fixed item layout.
- Fixed empty slot display.
Fixed quality highlighting.
- Fixed ContainerFrame BAG_UPDATE handling. Also propagates it to buttons.
- Do not forget to define the ID of the button parent frames.
- Fixed frame parenting show items are properly hidden when a bag is closed.
- First drycoded version.