changeset 29:f23f8d29d023

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 2986c72f64ba
children 7f16de46f870
files .pkgmeta KBF.toc README embeds.xml
diffstat 4 files changed, 55 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- /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
--- 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
 
+
--- /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
--- /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 @@
+<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
+..\FrameXML\UI.xsd">
+<!--@no-lib-strip@-->
+<Script file="libs\LibStub\LibStub.lua"/>
+<Include file="libs\AceAddon-3.0\AceAddon-3.0.xml" />
+<Include file="libs\AceEvent-3.0\AceEvent-3.0.xml" />
+<Include file="libs\AceEvent-3.0\AceConsole-3.0.xml" />
+<!--@end-no-lib-strip@-->
+</Ui>
+