r245

Details

  • Filename
    BankItems-r245.zip
  • Uploaded by
  • Uploaded
    Jul 19, 2016
  • Size
    90.92 KB
  • Downloads
    464
  • MD5
    4531352f6c1caaa648eae06e08fd212c

Supported WoW Retail Versions

  • 7.0.3

Changelog

------------------------------------------------------------------------
r245 | burstroc | 2016-07-19 22:37:21 +0000 (Tue, 19 Jul 2016) | 3 lines
Changed paths:
   M /trunk/BankItems.lua
   M /trunk/BankItems.toc

FIXED: Fixed errors resulting from 7.0 changes to GetInboxItem function returns. If you visited a mailbox with an older version of the addon after 7.0 launched you will need to visit the mailbox again to update counts.
UPDATED: Opening the mailbox bag or switching the viewed character in BankItems will check if you used an older version of the addon to save mailbox counts since 7.0 went live and alert you to needing to visit the mailbox again to update.
UPDATED: Removed references to SetToFileData now that 7.0 is live.
------------------------------------------------------------------------
r244 | burstroc | 2016-07-19 01:33:36 +0000 (Tue, 19 Jul 2016) | 6 lines
Changed paths:
   M /trunk/BankItems.lua
   M /trunk/BankItems.toc

UPDATED: TOC updated for 7.0.3
ADDED: Legion item link update function (remove lone 0's from item links). Will begin to process changes when patch 7.0.3 goes live. Item links generally shouldn't throw errors with the 6.2.4 format but this should reduce the saved variables size and prevent conflicts with future updates.
UPDATED: Item link matching updated for compatibility with Legion item link changes.
UPDATED: Will automatically disable use of SetToFileData once 7.0 is released. Need to keep it in use until 7.0 updates SetTexture to accept texture ids and removes SetToFileData.
FIXED: Textures on reagent bank and void storage should now tile properly.
FIXED: Now detects if the logged in character has unlocked the reagent bank.
------------------------------------------------------------------------
r243 | burstroc | 2016-06-20 05:00:05 +0000 (Mon, 20 Jun 2016) | 4 lines
Changed paths:
   M /trunk/BankItems.lua
   M /trunk/BankItems.toc

Ticket 70: Added nil checks for bank event arguments.
FIXED: Updated unique item version counting to fix some base item versions including counts for modified item versions and some items without bonus ids not registering as matches.
FIXED: Added new method to determine guild realm to account for connected realm guilds. Please note that old guilds saved on incorrect realms (character realm instead of guild realm) will remain in the saved data. If you would like to remove the guilds saved with incorrect realms you can delete them from the options menu. If you would like to retain the historical data from these but don't want them included in tooltip counts you can unselect them from the guild bank inclusion dropdown.
UPDATED: TOC updated for addon version number.
------------------------------------------------------------------------
r242 | burstroc | 2015-10-11 06:29:05 +0000 (Sun, 11 Oct 2015) | 2 lines
Changed paths:
   M /trunk/BankItems.lua

UPDATED: Changed point where guild bank tab toc and addon version keys are saved so they won't change if there is an error saving the tab.
Ticket 69: Error from ticket should be fixed by some changes made in prior update(r241).
------------------------------------------------------------------------