BankItems-r57749

Details

  • Filename
    BankItems-r57749.zip
  • Uploaded by
  • Uploaded
    Dec 31, 2007
  • Size
    50.51 KB
  • Downloads
    139
  • MD5
    d636dd09b8afd49f2410a34bddf294d9

Supported WoW Retail Versions

  • 2.3.3

Changelog

------------------------------------------------------------------------
r57749 | xinhuan | 2008-01-01 02:17:28 -0500 (Tue, 01 Jan 2008) | 6 lines
Changed paths:
   M /trunk/BankItems/BankItems.lua

BankItems:
- Add a :Show() to force tooltip repainting after adding tooltip information.
- *Very* aggressively cache tooltip text that is added for performance (slight memory increase).
- Switched method of hooking tooltips to improve performance (credit to Siz).
- Rebuild alt-cache on returning items to an existing alt.
- Remove unnecessary self-cache rebuilding on closing the mailbox.
------------------------------------------------------------------------
r57481 | cwdg | 2007-12-26 08:42:21 -0500 (Wed, 26 Dec 2007) | 1 line
Changed paths:
   M /trunk/BankItems/localization-zhCN.lua
   M /trunk/BankItems/localization-zhTW.lua

BankItems: zhCN & zhTW local update
------------------------------------------------------------------------
r57419 | xinhuan | 2007-12-24 16:11:47 -0500 (Mon, 24 Dec 2007) | 1 line
Changed paths:
   M /trunk/BankItems/BankItems.lua

BankItems: Rework and add tooltip support for some addons.
------------------------------------------------------------------------
r57230 | xinhuan | 2007-12-20 04:49:20 -0500 (Thu, 20 Dec 2007) | 1 line
Changed paths:
   M /trunk/BankItems/BankItems.lua

BankItems: Reduce tooltip throttle time from 0.005 to 0 to remove flicker. Needs some testing, may fail on high FPS machines.
------------------------------------------------------------------------
r57207 | xinhuan | 2007-12-19 16:33:35 -0500 (Wed, 19 Dec 2007) | 1 line
Changed paths:
   M /trunk/BankItems/BankItems.lua

BankItems: Check itemlink instead of itemname for tooltips.
------------------------------------------------------------------------
r57206 | xinhuan | 2007-12-19 15:11:02 -0500 (Wed, 19 Dec 2007) | 1 line
Changed paths:
   M /trunk/BankItems/BankItems.lua
   M /trunk/BankItems/localization-frFR.lua

BankItems: Credit Isler and pettigrow for localizations in the comments at top of file.
------------------------------------------------------------------------
r57201 | pettigrow | 2007-12-19 13:56:46 -0500 (Wed, 19 Dec 2007) | 1 line
Changed paths:
   M /trunk/BankItems/BankItems.toc
   A /trunk/BankItems/localization-frFR.lua

BankItems: Added french translation
------------------------------------------------------------------------
r57195 | xinhuan | 2007-12-19 12:45:04 -0500 (Wed, 19 Dec 2007) | 1 line
Changed paths:
   M /trunk/BankItems/BankItems.lua
   M /trunk/BankItems/BankItems.toc
   M /trunk/BankItems/localization-enUS.lua
   M /trunk/BankItems/localization-zhCN.lua
   M /trunk/BankItems/localization-zhTW.lua

BankItems: Bump version from 23000 to 23001, pending release to UI sites.
------------------------------------------------------------------------
r57194 | xinhuan | 2007-12-19 12:40:43 -0500 (Wed, 19 Dec 2007) | 1 line
Changed paths:
   M /trunk/BankItems/BankItems.lua

BankItems: Fix a counting problem where it counts all guilds instead of only guilds on the current realm.
------------------------------------------------------------------------
r57192 | xinhuan | 2007-12-19 12:30:21 -0500 (Wed, 19 Dec 2007) | 1 line
Changed paths:
   M /trunk/BankItems/BankItems.lua
   M /trunk/BankItems/localization-enUS.lua
   M /trunk/BankItems/localization-zhCN.lua
   M /trunk/BankItems/localization-zhTW.lua

BankItems: You may now selectively choose guild banks to be included in the tooltip data display (for you people with personal guild banks).
------------------------------------------------------------------------
r57120 | xinhuan | 2007-12-18 03:00:35 -0500 (Tue, 18 Dec 2007) | 1 line
Changed paths:
   M /trunk/BankItems/BankItems.lua

BankItems: You may now search for items using a direct itemlink (/bis [itemlink]) instead of typing it out.
------------------------------------------------------------------------
r57115 | cwdg | 2007-12-18 02:02:44 -0500 (Tue, 18 Dec 2007) | 1 line
Changed paths:
   M /trunk/BankItems/BankItems.toc
   M /trunk/BankItems/localization-zhCN.lua
   M /trunk/BankItems/localization-zhTW.lua

BankItems: zhCN & zhTW update
------------------------------------------------------------------------
r57111 | xinhuan | 2007-12-17 23:07:37 -0500 (Mon, 17 Dec 2007) | 1 line
Changed paths:
   M /trunk/BankItems/BankItems.lua
   M /trunk/BankItems/localization-enUS.lua
   M /trunk/BankItems/localization-zhCN.lua
   M /trunk/BankItems/localization-zhTW.lua

BankItems: Add a total count to the tooltip summary if more than one character has the item.
------------------------------------------------------------------------
r57109 | xinhuan | 2007-12-17 22:45:36 -0500 (Mon, 17 Dec 2007) | 1 line
Changed paths:
   M /trunk/BankItems/BankItems.lua

BankItems: Add tooltip data display to itemlinks clicked in chat.
------------------------------------------------------------------------
r57108 | xinhuan | 2007-12-17 22:32:55 -0500 (Mon, 17 Dec 2007) | 1 line
Changed paths:
   M /trunk/BankItems/BankItems.lua
   M /trunk/BankItems/localization-enUS.lua
   M /trunk/BankItems/localization-zhCN.lua
   M /trunk/BankItems/localization-zhTW.lua

BankItems: Add more descriptive messages in the middle of BIGB if it has no data to show.
------------------------------------------------------------------------
r57086 | xinhuan | 2007-12-17 01:21:16 -0500 (Mon, 17 Dec 2007) | 1 line
Changed paths:
   M /trunk/BankItems/BankItems.lua
   M /trunk/BankItems/localization-enUS.lua
   M /trunk/BankItems/localization-zhCN.lua
   M /trunk/BankItems/localization-zhTW.lua

BankItems: Add '/bigb clear' command to delete guilds from BankItems.
------------------------------------------------------------------------
r57065 | xinhuan | 2007-12-16 11:01:52 -0500 (Sun, 16 Dec 2007) | 1 line
Changed paths:
   M /trunk/BankItems/BankItems.lua

BankItems: Guild tabards now show up on BIGB. Wooot!
------------------------------------------------------------------------
r57039 | xinhuan | 2007-12-16 02:50:31 -0500 (Sun, 16 Dec 2007) | 1 line
Changed paths:
   M /trunk/BankItems/BankItems.lua
   M /trunk/BankItems/localization-enUS.lua
   M /trunk/BankItems/localization-zhCN.lua
   M /trunk/BankItems/localization-zhTW.lua

BankItems: Guild banks can now be searched in addition to your own banks.
------------------------------------------------------------------------
r56812 | xinhuan | 2007-12-10 17:27:25 -0500 (Mon, 10 Dec 2007) | 1 line
Changed paths:
   M /trunk/BankItems/BankItems.lua

BankItems: Added initial support for exporting BIGB.
------------------------------------------------------------------------
r56809 | xinhuan | 2007-12-10 16:29:45 -0500 (Mon, 10 Dec 2007) | 1 line
Changed paths:
   M /trunk/BankItems/BankItems.lua

BankItems: The BIGB display will now update along with the real guild bank if both are open and changes are detected.
------------------------------------------------------------------------
r56779 | xinhuan | 2007-12-10 02:52:36 -0500 (Mon, 10 Dec 2007) | 1 line
Changed paths:
   M /trunk/BankItems/BankItems.lua

BankItems: Fix an issue with frame anchors/positioning/size relating to layout-cache.txt that results in the X, Options and other buttons being shown near the minimap.
------------------------------------------------------------------------
r56595 | xinhuan | 2007-12-04 23:27:46 -0500 (Tue, 04 Dec 2007) | 3 lines
Changed paths:
   M /trunk/BankItems/BankItems.lua
   M /trunk/BankItems/Bindings.xml
   M /trunk/BankItems/localization-enUS.lua
   M /trunk/BankItems/localization-zhCN.lua
   M /trunk/BankItems/localization-zhTW.lua

BankItems:
Added show all realms checkbox to BIGB.
Added keybinding to open BIGB.
------------------------------------------------------------------------
r56593 | xinhuan | 2007-12-04 22:44:35 -0500 (Tue, 04 Dec 2007) | 3 lines
Changed paths:
   M /trunk/BankItems/BankItems.lua

BankItems:
BankItems Guild Bank (BIGB) frame is now movable.
Transparency, scale and movement settings now also apply on BIGB.
------------------------------------------------------------------------
r56371 | cwdg | 2007-12-01 05:21:04 -0500 (Sat, 01 Dec 2007) | 2 lines
Changed paths:
   M /trunk/BankItems/BankItems.lua
   M /trunk/BankItems/localization-enUS.lua
   M /trunk/BankItems/localization-zhCN.lua
   M /trunk/BankItems/localization-zhTW.lua

BankItems:
- Move " has " out to localization files.
------------------------------------------------------------------------