r249

Details

  • Filename
    BankItems-r249.zip
  • Uploaded by
  • Uploaded
    Jul 25, 2016
  • Size
    91.80 KB
  • Downloads
    4,585
  • MD5
    a644022d09e12efddac0820b6e20986f

Supported WoW Retail Versions

  • 7.0.3

Changelog

------------------------------------------------------------------------
r249 | burstroc | 2016-07-25 05:21:09 +0000 (Mon, 25 Jul 2016) | 2 lines
Changed paths:
   M /trunk/BankItems.lua
   M /trunk/BankItems.toc

FIXED: Fixed issues with search overlays not displaying on all tabs. Replaced SetTexture with the new SetColorTexture where needed.
ADDED: Added new function to attempt to update saved mailbox data and remove any itemID's that were stored between prior Legion updates. These counts will be set to 1 and an out of date message will print when trying to load mailboxes that needed modification.
------------------------------------------------------------------------
r248 | burstroc | 2016-07-24 02:18:54 +0000 (Sun, 24 Jul 2016) | 1 line
Changed paths:
   M /trunk/BankItems.lua

Ticket 71: Added nil checks when checking for outdated mailbox.
------------------------------------------------------------------------
r247 | burstroc | 2016-07-22 20:09:28 +0000 (Fri, 22 Jul 2016) | 1 line
Changed paths:
   M /trunk/BankItems.lua

FIXED: Fixed errors resulting from 7.0 changes to GetSendMailItem function returns. If you sent mail to another tracked character with an older version of the addon after 7.0 launched you will need to visit their mailbox again to update counts.
------------------------------------------------------------------------
r246 | burstroc | 2016-07-20 05:27:56 +0000 (Wed, 20 Jul 2016) | 2 lines
Changed paths:
   M /trunk/BankItems.lua

FIXED: Updated SetInboxItem tooltip hook for changes to GetInboxItemLink.
UPDATED: Added new tooltip hook for SetRecipeReagentItem and removed old SetTradeSkillItem hook.
------------------------------------------------------------------------
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.
------------------------------------------------------------------------