vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 -- ---------------------- --
2 -- --
3 -- Elkano's BuffBar 1.2 --
4 -- --
5 -- ---------------------- --
6  
7 Thank you for downloading this addon.
8  
9 This addon provides status bar style indicators for the buffs and debuffs that are currently applied to your character.
10 It will also show temporary weapon buffs like eg poisons, counts for stackable debuffs or buffs with charges and the debuff borders introduced with 1.11.
11 Hopefully this addon will have a much smaller memory footprint than other addons of its kind by using CreateFrame in order to instaciate only as many frames as needed.
12  
13 USAGE:
14 Install the addon as you would do with any other addon. When buffs/debuffs are shown you can move the frame by leftclicking and draging it around.
15 Slash commands for changing size, lock frames, ... are: /ebb or /elkbuffbar
16  
17 If you find any bugs feel free to tell me about them using my author portal at http://elkano.wowinterface.com/
18  
19 CHANGES:
20 version 1.2 - 2006/07/06
21 - fixed some more bugs with CompostLib
22 - added a bunch of new slash command settings
23 - made frame clamp to screen
24 - rewrote positioning code
25  
26 version 1.1a - 2006/06/29
27 - fix a bug with weapon buffs
28  
29 version 1.1 - 2006/06/29
30 - added slash commands: /ebb /elkbuffbar
31 - may now change height, width, lock, icon pos, alpha and sort algo
32  
33 version 1.0a - 2006/06/26
34 - fixed a bug with CompostLib
35 - included CompostLib into zip
36  
37 version 1.0 - 2006/06/26
38 - initial release