6.2.2.0

Details

  • Filename
    BankItems-r238.zip
  • Uploaded by
  • Uploaded
    Sep 13, 2015
  • Size
    89.77 KB
  • Downloads
    980
  • MD5
    bb8fb0563f87288353034178474ded5d

Supported WoW Retail Versions

  • 6.2.2

Changelog

------------------------------------------------------------------------
r238 | burstroc | 2015-09-13 05:05:41 +0000 (Sun, 13 Sep 2015) | 16 lines
Changed paths:
   M /trunk/BankItems.lua
   M /trunk/BankItems.toc

Mark as 6.2.2.0
Ticket 65: Added several new nil checks to closed bank updating function to prevent errors. Also added error catching routine to prevent future errors in the function from spamming users.
REMOVED: Checkbox for the "Ignore unstackable soulbound items" tooltip count option has been removed since the option no longer does anything.
FIXED: Now using GetVoidItemHyperlinkString to save links for void storage items to show correct equipment versions. You will need to visit the void storage on each character to allow the saved item links to update.
FIXED: Prevent a short game freeze when accessing a characters void storage the first time after a client load by adding a slight delay to saving contents.
ADDED: New function to upgrade item links from old MoP/6.0/6.1 formats to current 6.2 formats.
UPDATED: New method to update to/from the inspect cursor when ctrl is held down on a BankItems item.
UPDATED: Added several new tooltip hooks for more currency/recipe tooltips.
ADDED: Auction items with a max expiration date more than an hour ago will be removed from the auction saves the next time you visit a mailbox on that character if the mailbox isn't full. By this point the mailbox should already have the proceeds of the auction or the returned item.
ADDED: Visiting a mailbox now stores the time of your last visit.
ADDED: Expired mail items (excluding money) will have their counts set to 0 to emphasize they are no longer in your mailbox and stop them from being added to item counts. BankItems will also add expired items that can be returned to another saved character into their mailbox save if that mailbox has a recorded save time before the expiration of the mailed item. This will be run for the currently selected player whenever the selected player is changed and for any player whose mailbox is visited before saving new mailbox contents.
UPDATED: Cleanup of various unused function returns.
UPDATED: Items with large counts (10000+) will have the count abbreviated (e.g. 10.5K instead of 10000) to stop counts from wrapping lines.
UPDATED: Tooltip counts for currencies or guild banks will no longer show extra information for the location specific counts since they are always the same place.
UPDATED: Icon displays will attempt to use GetItemInfo provided icons before using GetItemIcon since GetItemIcon will only provide the icon for the generic item version.
ADDED: New option (off by default) to count only exact item matches in tooltips for items with the same ID but different stats (suffixes, bonus ids, etc.).

------------------------------------------------------------------------
r237 | burstroc | 2015-07-06 06:53:10 +0000 (Mon, 06 Jul 2015) | 3 lines
Changed paths:
M /trunk/BankItems.lua

UPDATED: Tooltip hooking has been changed to fix adding counts to recipe tooltips the first time they are shown after the game client has loaded.

Ticket 64: Added deletion dropdown menus to the options screen as a clearer way to delete individual characters and guilds from saved data.
------------------------------------------------------------------------
r236 | burstroc | 2015-07-02 03:11:17 +0000 (Thu, 02 Jul 2015) | 5 lines
Changed paths:
M /trunk/BankItems.lua

Ticket 63 (& Ticket 62 comment): Hooked SetAuctionItem to get around more empty item links being set on auction tooltips.

ADDED: New tooltip hook for the SetInboxItem tooltip function to get around even more empty item links being set on tooltips in received mail.

UPDATED: New method of saving caged battlepets from received mail so a proper battlepet link is saved.
------------------------------------------------------------------------
r235 | burstroc | 2015-06-28 03:41:22 +0000 (Sun, 28 Jun 2015) | 3 lines
Changed paths:
M /trunk/BankItems.lua

Ticket 62: Hooked SetGuildBankItem to get around more empty item links being set on some item tooltips. Also updated the SetHyperlink hook for cases where empty item links get set.

UPDATED: New method of saving caged battlepets in the guild bank. Next time you visit a guild bank tab with a caged pet it should save a proper battlepet link instead of the more generic caged pet link. This should make the pets show correctly in the BankItems guild bank window once the links are updated.
------------------------------------------------------------------------
r234 | burstroc | 2015-06-26 22:30:24 +0000 (Fri, 26 Jun 2015) | 3 lines
Changed paths:
M /trunk/BankItems.lua

Ticket 59: Hooked the SetTradeSkillItem tooltip function to show item counts in tradeskill window tooltips again. Looks like Blizzard is setting empty item links (itemID 0) to the tooltips for these which breaks the general hooking method.

ADDED: New tooltip hooks for the SetQuestLogItem, SetQuestItem, SetQuestLogCurrency, and SetQuestCurrency tooltip functions to show item/currency counts in quest dialogs and the quest log.
------------------------------------------------------------------------
r233 | burstroc | 2015-06-26 00:33:10 +0000 (Fri, 26 Jun 2015) | 1 line
Changed paths:
M /trunk/BankItems.lua

FIXED: Closed bank updating function should no longer throw errors if a caged battle pet is in the bag being targeted for updates.
------------------------------------------------------------------------
r232 | burstroc | 2015-06-25 08:08:34 +0000 (Thu, 25 Jun 2015) | 3 lines
Changed paths:
M /trunk/BankItems.lua

FIXED: Some saved item links were throwing errors due patch 6.2 changes to the link format. Invalid links will now be updated when mousing over the item.

UPDATED: For Future Use - TOC and Addon versions will now be tracked for various bags/banks to help identify out-of-date data due to game patches or addon updates.
------------------------------------------------------------------------