Start getting all the settings together for packaging & syndication
 | author | 
 Chris Mellon <arkanes@gmail.com> | 
 | date | 
 Tue, 28 Dec 2010 16:55:19 -0600 | 
 | parents | 
  | 
 | children | 
 7f16de46f870  | 
 | rev | 
   line source | 
  
| 
arkanes@29
 | 
     1 Buff bars in the tradition of EBB, with support for click-to-remove. 
 | 
| 
arkanes@29
 | 
     2 
 | 
| 
arkanes@29
 | 
     3 
 | 
| 
arkanes@29
 | 
     4 
 | 
| 
arkanes@29
 | 
     5 Features:
 | 
| 
arkanes@29
 | 
     6 	Use /kbf to toggle the positioning anchor
 | 
| 
arkanes@29
 | 
     7 	Click on a buff to remove it (if possible)
 | 
| 
arkanes@29
 | 
     8 	
 | 
| 
arkanes@29
 | 
     9 Issues/flaws:
 | 
| 
arkanes@29
 | 
    10 	Vehicle support: KBF will swap to show the buffs of your vehicle, rather than your own buffs if:
 | 
| 
arkanes@29
 | 
    11 		a) You are in a "real" vehicle, with its own action bar
 | 
| 
arkanes@29
 | 
    12 		b) You are out of combat when you enter (or leave, for switching back) the vehicle.
 | 
| 
arkanes@29
 | 
    13 		
 | 
| 
arkanes@29
 | 
    14 		Condition (b) is a consequence of the blizzard secure aura system not supporting vehicles.
 | 
| 
arkanes@29
 | 
    15 	Weapon enchants:
 | 
| 
arkanes@29
 | 
    16 		Weapon enchants will always be shown at the top of the buff list.
 | 
| 
arkanes@29
 | 
    17 		Any enchant on your thrown weapon will not be shown. This is a bug in the blizzard secure aura system.
 | 
| 
arkanes@29
 | 
    18 		If you apply an enchant to your off-hand in-combat and then try to remove it before you have left combat, it will remove your main hand enchant instead.
 | 
| 
arkanes@29
 | 
    19 		This is due to a bug in the blizzrd secure aura system which I can only work around out of combat.
 | 
| 
arkanes@29
 | 
    20 	
 | 
| 
arkanes@29
 | 
    21 	Debuffs:
 | 
| 
arkanes@29
 | 
    22 		Debuffs will always be shown at the bottom of the list.
 | 
| 
arkanes@29
 | 
    23 		
 | 
| 
arkanes@29
 | 
    24 	Sorting:
 | 
| 
arkanes@29
 | 
    25 		Currently all buffs/debuffs will be sorted by name. In the future you will be able to choose
 | 
| 
arkanes@29
 | 
    26 		between the small set of options permited by the blizzard buff system.
 | 
| 
arkanes@29
 | 
    27 		
 | 
| 
arkanes@29
 | 
    28 	Sizeing:
 | 
| 
arkanes@29
 | 
    29 		The size and shape of the bars cannot be changed, due to limitations in the blizzard code.
 | 
| 
arkanes@29
 | 
    30 		In the future, you may be able to change the scaling of the bars. |