# HG changeset patch # User Chris Mellon # Date 1293576919 21600 # Node ID f23f8d29d023fbd1cb4e54b37cd7a43e5449b2a2 # Parent 2986c72f64ba7de4bfaa835e65ea1c62b313d935 Start getting all the settings together for packaging & syndication diff -r 2986c72f64ba -r f23f8d29d023 .pkgmeta --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.pkgmeta Tue Dec 28 16:55:19 2010 -0600 @@ -0,0 +1,12 @@ +externals: + libs/LibStub: + url: svn://svn.wowace.com/wow/libstub/mainline/trunk + tag: latest + libs/AceEvent-3.0: + url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceEvent-3.0 + libs/AceConsole-3.0: + url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceConsole-3.0 + +ignore: + - .pkgmeta + - .docmeta \ No newline at end of file diff -r 2986c72f64ba -r f23f8d29d023 KBF.toc --- a/KBF.toc Tue Dec 28 16:54:40 2010 -0600 +++ b/KBF.toc Tue Dec 28 16:55:19 2010 -0600 @@ -2,8 +2,10 @@ ## Title: Kaylen's Buff Frames ## Notes: Cata-compatible buff frames ## Author: Kaylen -## OptionalDeps: Ace3, LibGratuity-3.0 +## OptionalDeps: Ace3, LibGratuity-3.0, LibStub, AceEvent-3.0, AceConsole-3.0 +emebeds.xml KBF.xml KBF.lua + diff -r 2986c72f64ba -r f23f8d29d023 README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Tue Dec 28 16:55:19 2010 -0600 @@ -0,0 +1,30 @@ +Buff bars in the tradition of EBB, with support for click-to-remove. + + + +Features: + Use /kbf to toggle the positioning anchor + Click on a buff to remove it (if possible) + +Issues/flaws: + Vehicle support: KBF will swap to show the buffs of your vehicle, rather than your own buffs if: + a) You are in a "real" vehicle, with its own action bar + b) You are out of combat when you enter (or leave, for switching back) the vehicle. + + Condition (b) is a consequence of the blizzard secure aura system not supporting vehicles. + Weapon enchants: + Weapon enchants will always be shown at the top of the buff list. + Any enchant on your thrown weapon will not be shown. This is a bug in the blizzard secure aura system. + 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. + This is due to a bug in the blizzrd secure aura system which I can only work around out of combat. + + Debuffs: + Debuffs will always be shown at the bottom of the list. + + Sorting: + Currently all buffs/debuffs will be sorted by name. In the future you will be able to choose + between the small set of options permited by the blizzard buff system. + + Sizeing: + The size and shape of the bars cannot be changed, due to limitations in the blizzard code. + In the future, you may be able to change the scaling of the bars. \ No newline at end of file diff -r 2986c72f64ba -r f23f8d29d023 embeds.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/embeds.xml Tue Dec 28 16:55:19 2010 -0600 @@ -0,0 +1,10 @@ + + +