promotional bannermobile promotional banner

Simple Buff Bars

Abandoned
Simple Buff Bars

File Details

r20090802

  • R
  • Aug 3, 2009
  • 188.26 KB
  • 2.1K
  • 3.2.0
  • Retail

File Name

SimpleBuffBars-r20090802.zip

Supported Versions

  • 3.2.0

Author: Shadowed <shadowed.wow@gmail.com>
Date:   Sat Aug 1 23:22:38 2009 -0700
* Changed temporary enchant detection, hopefully will fix bugs with it not working correctly
* Changed temporary enchants to be enabled by default
* Changed DB to use a default profile
* Fixed issues related to temporary enchants and changing/reloading profiles
* Library update

Date:   Sat May 23 21:19:08 2009 -0700
* You can no longer loop anchors through the configuration

Date:   Sun May 10 15:47:18 2009 -0700
* Fixed an issue with filters not being changed when using duel specs
Author: unknown <Shadowed@.(none)>

Date:   Thu May 7 14:33:37 2009 -0700
* Stupid CRLF
Author: Shadowed <shadowed.wow@gmail.com>

Date:   Sun May 3 02:19:51 2009 +0000
* Fixed color by type not working, you might have to reset the option for it to take affect
* Blizzard timer format is now simply seconds, no longer pads it with a 0
* Cleaned up code a bit
* Cleaned up the temporary enchant code, will only update it if theres an actual change now, this should also fix a bug with a concat error on 'name'

Date:   Sat May 2 08:06:21 2009 +0000
* Fixed an error in temp enchants when using a Fishing Lure

Date:   Fri May 1 03:50:39 2009 +0000
* Fixed a bug if you tried to set a custom font that wasn't loaded at the exact time the bars are created
* Oh right now I remember why I was checking type, fixed debuff color not turning red
* Added an option to hide the icons
* Cleaned up the buff code slightly
* Updated korKR (Thanks Can)

Date:   Tue Apr 28 04:22:09 2009 +0000
* Fixed OnClick being called if the buff wasn't one from the player
* Updated/Added zhCN/zhTW localization (Thanks wowui.cn

Date:   Mon Apr 27 21:17:25 2009 +0000
* Added korKR localization (Thanks again to Can)
* Removed PASSIVE aura filter, as it was removed at some point
* Updating an extra units configuration will update that anchor without to reset the unit
* Added an option to filter buffs the player did not cast (for extra units only)

Date:   Sat Apr 25 04:12:11 2009 +0000
* Should add a tooltip clarifying that if they disable extra units, the configuration for those are reset too I guess
* Fixed temporary enchants having multiple instances appear of the same one
* Added all of the code in to support target/focus/pet bars (When enabled)
* Started to add base code in to allow buff bars for focus/pet/target, since it turns I can do it with very little additional code (If the user doesn't want them enabled)
* Fixed PEW not being unregistered after the first call
* Fixed text width of bars, will correctly resize based on the timer duration width
* Fixed an error at line #101 in filters.lua
* Cleaned up the configuration, no longer uses some of the old whacky methods
* Redid and cleaned up a lot of the display code, no longer need to hack in temporary enchants/tracking to get them to display in anchors
* Added the ability to enable or disable groups

Date:   Fri Apr 17 18:06:30 2009 +0000
* Scale can't go below 0.01 now to prevent an error
* Changed pattern match on temporary enchant names to work with both US and Korean localizations (Thanks Can)

Date:   Thu Apr 16 22:45:30 2009 +0000
* Added a check so we don't stack overflow in OnShow
* Anchor spacing can go from -100 to 100 now (not 0 to 100)
* Fixed tempenchants typo that was allowing temp enchants to be anchored to itself
* Fixed a spellID of the Unleashed Rage filter since Blizzard reduced it from 5 -> 3 ranks

Date:   Sun Apr 12 20:42:14 2009 +0000
* Entering a vehicle will now swap it to showing the buffs of that vehicle until you exit (If UnitHasVehicleUI returns true)
* TOC bump
* Library update

Date:   Tue Jan 13 23:08:52 2009 +0000
* Added Strength of Earth to the caster filter

Date:   Mon Dec 8 22:34:01 2008 +0000
* and I should pay more attention and remove debug code
* Fixes Track Humanoid bugging out what we're currently tracking
* Added Stoneskin, Greater Blessing of Might, and fixed the spellID for Abomination's Might in the Caster filter
* Added Greater Blessing of Wisdom to the Physical filter

Date:   Thu Dec 4 01:25:10 2008 +0000
* Fixed anchor spacing issues
* Trying out a new filtering system, to reduce the amount of buffs shown due to the raid wide stuff.
* Has two filters right now, Physical = Hide Divine Spirit, Flametongue Totme, Moonkin Aura, etc, things that physical DPS don't care about. Caster = Hide Windfury Totem, Blessing of Might, Battle Shout, etc, things casters don't care about.
* Includes an auto filter option to swap between filters depending on class spec.
* Shamans will have the caster filter loaded if they aren't enhancement, Druids will have the Physical filter loaded if they are Feral but caster otherwise, and Holy Paladins will have the caster filter loaded

Date:   Wed Oct 15 06:48:14 2008 +0000
* Fixed an error when using temporary weapon enchants

Date:   Mon Oct 13 07:07:12 2008 +0000
* This is now a 3.0 only version
* Merged wotlk/ branch with trunk/ version

Date:   Fri Sep 26 20:09:43 2008 +0000
* Oh also, updated a ton of libraries