r208

Details

  • Filename
    BankItems-r208.zip
  • Uploaded by
  • Uploaded
    Nov 3, 2014
  • Size
    76.57 KB
  • Downloads
    348
  • MD5
    c54ca25aacfeccd3cb6706259be66282

Supported WoW Retail Versions

  • 6.0.3

Changelog

------------------------------------------------------------------------
r208 | burstroc | 2014-11-03 06:40:14 +0000 (Mon, 03 Nov 2014) | 15 lines
Changed paths:
   M /trunk/BankItems.lua

ADDED: New frames to display contents of void storage and reagent bank that look similar to the Blizzard frames.

UPDATED: Void storage and reagent bank saving functions adjusted so saved variables will reflect empty slots for new frame displays. Must visit void storage on each character after update for empty spaces to be recorded and displayed properly.

ADDED: New options to revert to the old method of displaying void storage and reagent bank in bags.

UPDATED: Coding to various functions updated to so the old bag display method for void storage and reagent bank skips empty slots despite new save method reflecting them.

UPDATED: Item button frames and functions now use the default "icon" and "Count" keys created by ItemButtonTemplate inheritance instead of concatenated global references being assigned to the "texture" and "count" keys.

UPDATED: Removed global name for GBButtonAr frames since the new local keys remove the need for a global reference on these buttons.

ADDED: Registered PLAYERREAGENTBANKSLOTS_CHANGED event so reagent bank contents update while crafting.

UPDATED: Void storage and reagent bank saving functions now check to make sure the currently selected bag page isn't greater than the new maximum page number to avoid getting stuck in an empty bag page.
------------------------------------------------------------------------
r207 | nbluewiz | 2014-11-02 00:40:23 +0000 (Sun, 02 Nov 2014) | 1 line
Changed paths:
   M /trunk/BankItems.toc

bump version. (6.0.3 on live)
------------------------------------------------------------------------
r206 | nbluewiz | 2014-11-02 00:34:20 +0000 (Sun, 02 Nov 2014) | 1 line
Changed paths:
   M /trunk/Bindings.xml

Move bindings to addons category.
------------------------------------------------------------------------