r20090518

Details

  • Filename
    ShadowedUnitFrames-r20090518.zip
  • Uploaded by
  • Uploaded
    May 19, 2009
  • Size
    288.17 KB
  • Downloads
    427
  • MD5
    9ba0577734c84a0face1b7b5545b04c1

Supported WoW Retail Versions

  • 3.1.0

Changelog

commit 8ad95609a5df1463f89b3e6a913ba1b1240e4a87
Author: Shadowed <shadowed.wow@gmail.com>
Date:   Mon May 18 22:58:26 2009 -0700

    * Added option to hide Blizzard auras
    * Fixed health bars not reverting to their old color after you drop aggro
    * Fixed inc heal not hiding when changing targets, and not updating when retargeting someone with heals incoming
    * Fixed frame strata issues
    * Fixed an error in fader.lua when disabling it
    * Fixed BarFrame being named as it's unneeded
    * Tooltips are now hidden when you start to drag a frame

commit 290c18a0ddf27df8172e30f743a495166a319e78
Author: Shadowed <shadowed.wow@gmail.com>
Date:   Mon May 18 15:41:10 2009 -0700

    * Made white more white

commit 4118bfa159cd0748b9d69d07cfa9124a92cb9d6f
Author: Shadowed <shadowed.wow@gmail.com>
Date:   Mon May 18 15:16:17 2009 -0700

    * Added a coloring option for pets when using class coloring
    * Added an option to hide Blizzards rune bar
    * Added totem and rune bars
    * Added gradual fading in/out for combat fader
    * Added totem bar and rune bar settings to the layout
    * Fixed merging of layouts, will correctly let children inherit parents values when they don't set one
    * Fixed remaining issues with indicators not hiding/being disabled
    * Fixed an error when using global configuration + trying to change widget sizes
    * Fixed irrelevant debuff filter not being disabled when debuffs is disabled
    * Fixed visual issue with combat text configuration

commit dac11e220b12ea769fd6d12df2fb217bf27d1020
Author: Shadowed <shadowed.wow@gmail.com>
Date:   Mon May 18 02:06:08 2009 -0700

    * Added hide in raid option to party
    * Per row, max rows, x, y aura settings are now disabled if auras are anchored to the same point
    * Fixed raids not defaulting to grouping by index
    * Fixed offline units not showing a 100% health bar
    * Fixed errors related to XP bar, will correctly work again
    * Moved rested bar texture to PreLayoutApplied in xp.lua like it should have been

commit b2d506f7a55241116e61f2de8f277d35d380d52a
Author: Shadowed <shadowed.wow@gmail.com>
Date:   Mon May 18 01:07:49 2009 -0700

    * Anchor position of auras now disables if the aura anchor was disabled.
    * Fixed an error when color on aggro is enabled for invalid units (focustarget/tot/totot)
    * Fixed indicators not being hidden without a reload when selectively disabled
    * Fixed CreateBar giving the frames a name, they are now nameless as well as faceless

commit 2028e750ae554b984933b867c8538b3f691392be
Author: Shadowed <shadowed.wow@gmail.com>
Date:   Sun May 17 23:00:49 2009 -0700

    * Made red less red
    * On second thought, lets add some quick upgrade code to move over the new aura variables as well

commit d764d653217b98eea30193eabeda64670e2bc127
Author: Shadowed <shadowed.wow@gmail.com>
Date:   Sun May 17 22:57:45 2009 -0700

    * Renamed Per column to per row and Rows to Max Rows the variables changed as well so settings for those were reset
    * Fixed some weird handling of aura positions for left/right anchor positions
    * Fixed has reaction not working if color health percent was enabled
    * Fixed range checking using player, unit not unit, player for arg ordering
    * Fixed range checking unit not frame.unitType for auto-disabling

commit 3c842873a8ba9547ec747e8c1a318ca312a7e736
Author: Shadowed <shadowed.wow@gmail.com>
Date:   Sun May 17 22:24:47 2009 -0700

    * Added ranged checking for group
    * Fixed locked being enabled by default
    * Fixed a lot of custom tag related issues
    * Fixed tags not reloading when edited/deleted/added
    * Fixed tag time left showing timers below a zero (Yes I'm picky)
    * Fixed cast bar and inc heal showing up for tot, totot and focustarget units in configuration
    * Fixed combo points showing up for non-player and pet units in configuration
    * Fixed color by reaction not actually working
    * Fixed an error when UnitEnabled not being called after UnitDisabled was called for visibility
    * Fixed XP not actually working
    * Cleaned up code related to UnitEnabled/UnitDisabled

commit 262458edde24211f607d0e475a0eed0b09155a81
Author: Shadowed <shadowed.wow@gmail.com>
Date:   Sun May 17 19:49:39 2009 -0700

     gr

commit 2008209f23517cff9ccae4f5fc8d6e0f9e2b9227
Author: Shadowed <shadowed.wow@gmail.com>
Date:   Sun May 17 19:49:06 2009 -0700

    * Added custom class colorings
    * Added LibHealComm-3.0 support (Disabled by default)
    * Added red, yellow, unattackable health color options (Advanced only)
    * Added a color by reaction option
    * Added grayed out heal bars for units that are offline
    * Added [absolutepp] and [absolutehp] tags, gives absolute power and health values
    * Added [afk] tag, shows DND/AFK status
    * Fixed aggro color not overriding any other set colors
    * Fixed all errors related to auras, you can now set buff and debuff specific settings even if they are on the same anchor point
    * Fixed an error in configuration related to auras
    * Fixed auras not working with global configuration
    * Fixed XP bar option not showing up, or maybe I did but I forgot anyway, it's fixed.
    * Fixed pet frames not showing up
    * Fixed error in SecureHandlers (or maybe it was SecureTemplates) when changing group by options
    * Removed two tag calls in curmaxhp and curmaxpp since it was useless
    * Enable units is now located under the Units category