vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 0.3.2:
2 * Fixed set anchor and reset anchor
3 * Error reporting on reset anchor more informative, open the window before resetting (there was a bug with this before so if it wasn't working to open it then it should work now) '/mb tog' followed by '/mb reset anchor ' will fix your bank window.
4 * BankFrame re-registers if you disable MyBank
5 * reset settings option actually resets all settings now
6 * Fixed a bug with AxuItemMenus
7 * Added color options to the default background
8 - /mi back default [alpha [red green blue]] , where alpha, red, green, and blue are values between 0.0 and 1.0
9  
10 0.3.1:
11 * Fixed a tooltip problem with MyBank when at bank.
12 * Added debug statements related to Frame locking.
13 * Added missing default values for MyInventory.
14 0.3.0:
15 * Converted to ace
16 * Added MyBagsCache. (see note)
17 * Added AIOI ordering
18 * Added reset options. "/mi reset anchor" to move the frame to it's origional location, "/mi reset settings" to clear all options to default
19 * Added scale option
20 * Added anchor point option. /mi anchor (point) where point is topleft, topright, bottomleft, bottomright. The frame will always grow/scale from whichever corner you select. Also, if you select a left anchor (assumes you have the window on the left side of the screen), tooltips will open to the right and vice versa.
21 * Fixed Freeze option in regards to close on ESC. Windows will always stay open unless manually closed with toggle or the close button.
22 * Cooldown frame added to Item Buttons
23 * MyInventory allows you to remove specific bags from it's display by shift+right clicking the bag icon in the MyBags frame.
24 * Added Dressing Room support (test realms only)
25 * Added Readme.txt and ChangeLog.txt.
26  
27 0.2.0:
28 * Added additonal KC_Items support:
29 - KC_Inventory is required to view offline characters inventories.
30 - KC_Bank is required to view offline characters Banks and to view your own bank away from a Banker.
31 - Items show tooltips, and can be linked into the chat.
32 * Ammo Bags will now have a black border. This is currently hard coded, it will eventually be moved into an option.
33 * Fixed the direction of BankSlot and Bag tooltips. All tooltips open to the Left of the items now.
34 * Buy Bank slot doesn't respond away from Bank any more
35 * Fixed some frame layout glitches with specific settings.
36 * Fixed the lock button.
37 * Loaded a Bank Portrait instead of the backpack icon. Also loads the NPC icon when at bank like the regular bank.
38  
39 0.1.0:
40 * Initial release