9.0.1.1

Details

  • Filename
    BankItems-9.0.1.1.zip
  • Uploaded by
  • Uploaded
    Nov 11, 2020
  • Size
    95.29 KB
  • Downloads
    213
  • MD5
    6f84b205f07bc953b8266b85da98d065

Supported WoW Retail Versions

  • 9.0.1

Changelog

New in this release:
   Extended connected realm support to LDB tooltip.
   "Show All Realms" option renamed to "Show All Characters" to better describe the functionality.
   The Guild selection dropdown now properly sorts guilds starting with lower case letters.
   Routine added to remove duplicated guilds from saved variables that resulted from a bug involving connected realm names with hyphens or spaces.
   Misc bug fixes.
------------------------------------------------------------------------
r274 | Burstroc | 2020-11-12 05:05:33 +0000 (Thu, 12 Nov 2020) | 1 line

Tagging as 9.0.1.1
------------------------------------------------------------------------
r273 | Burstroc | 2020-11-08 05:49:48 +0000 (Sun, 08 Nov 2020) | 2 lines
Changed paths:
   M /trunk/BankItems.lua

Marking as 9.0.1.1-Beta 5
Ticket #98: Added extra protection for certain scenarios in which the game provides guild information in events earlier than normal in the load process before initialization is complete.
-----------------------------------------------------------------------
r272 | Burstroc | 2020-11-06 00:38:38 +0000 (Fri, 06 Nov 2020) | 2 lines
Changed paths:
   M /trunk/BankItems.lua

Marking as 9.0.1.1-Beta 4
Ticket #97: Added a custom error handler for GameTooltip:SetQuestItem() and GameTooltip:SetQuestLogItem() hooks. If another addon passes invalid arguments to these functions the lua error message displayed should now indicate the at fault addon as part of the error chain.
------------------------------------------------------------------------
r271 | Burstroc | 2020-11-05 07:55:26 +0000 (Thu, 05 Nov 2020) | 5 lines
Changed paths:
   M /trunk/BankItems.lua

Marking as 9.0.1.1-Beta 3b
Ticket 95: Rings and trinkets should now properly update counts when equipped/unequipped. Added listener for PLAYER_EQUIPMENT_CHANGED event since apparently UNIT_INVENTORY_CHANGED no longer fires for rings or trinkets.
Ticket 94: Added protections to the BankItems_SaveCurrency and BankItems_Generate_SelfItemCache functions in the event they are called unusually early in the load proces while selfPlayer is still nil.
Updated: Updated the LibDataBroker tooltip to support connected realms.
Updated: Changed the the "Show All Realms" option to say "Show All Characters" to better describe the option's functionality.
------------------------------------------------------------------------
r269 | Burstroc | 2020-11-03 05:46:47 +0000 (Tue, 03 Nov 2020) | 1 line
Changed paths:
   M /trunk/BankItems.lua

Accidental reupload of r268 from wrong working branch.
------------------------------------------------------------------------
r268 | Burstroc | 2020-10-29 05:30:50 +0000 (Thu, 29 Oct 2020) | 1 line
Changed paths:
   M /trunk/BankItems.lua

Tagging as 9.0.1.1-Beta 2 with minor commenting revisions.
------------------------------------------------------------------------
r267 | Burstroc | 2020-10-27 01:30:29 +0000 (Tue, 27 Oct 2020) | 1 line
Changed paths:
   M /trunk/BankItems.lua

Fixed: Minor bug fix to guild name save variables upgrading function for fixes introduced in r266.
------------------------------------------------------------------------
r266 | Burstroc | 2020-10-27 01:26:07 +0000 (Tue, 27 Oct 2020) | 4 lines
Changed paths:
   M /trunk/BankItems.lua

Fixed: Checks for connected realms should now work on realm names containing hyphens.
Fixed: Extend fix for guild realm names containing spaces to those containing hyphens.
        Upon the first load of this version if duplicated guilds are found they will be merged using the most recent data from each saved tab.
        Also upon the first load all other existing guild names will be updated to remove hyphens and spaces from realm names to support future connected realms.
------------------------------------------------------------------------
r265 | Burstroc | 2020-10-26 06:19:12 +0000 (Mon, 26 Oct 2020) | 8 lines
Changed paths:
   M /trunk/BankItems.lua

Fixed: Checks for connected realms should now work on realm names containing spaces (really should be fixed this time).
Ticket #92: Fixes for guild names containing spaces on connected realms.
        Due to differences in returns from Blizzard functions guilds could be duplicated in saves (with & without spaces in realm names).
        Upon the first load of this version if duplicated guilds are found they will be merged using the most recent data from each saved tab.
        Also upon the first load all other existing guild names will be updated to remove spaces from realm names to support future connected realms.
Updated: Misc cleanup to reduce the number of local variables defined in the main BankItems function.
Updated: The guild selection dropdown should now properly sort guild names starting with lower case letters.
Fixed: When GetGuildTabardFiles doesn't return tabard data the proper file id's will now be used for the default tabard instead of deprecated file paths.
------------------------------------------------------------------------
r264 | Burstroc | 2020-10-21 05:55:32 +0000 (Wed, 21 Oct 2020) | 1 line
Changed paths:
   M /trunk/BankItems.lua

Updated: More cleanup of old BFA code now that Shadowlands pre-patch is live.
------------------------------------------------------------------------
r263 | Burstroc | 2020-10-21 05:46:06 +0000 (Wed, 21 Oct 2020) | 2 lines
Changed paths:
   M /trunk/BankItems.lua

Fixed: Always pass a questID to GetQuestLogRewardCurrencyInfo now that the argument is no longer optional.
Updated: Removed some old BFA code now that Shadowlands pre-patch is live.
------------------------------------------------------------------------
r261 | Burstroc | 2020-10-15 03:52:25 +0000 (Thu, 15 Oct 2020) | 1 line
Changed paths:
   M /trunk/BankItems.lua
   M /trunk/BankItems.toc

Fixed: Checks for connected realms should now work on realm names containing spaces.
------------------------------------------------------------------------