r20090519
Details
-
FilenameShadowedUnitFrames-r20090519.zip
-
Uploaded by
-
UploadedMay 19, 2009
-
Size288.70 KB
-
Downloads451
-
MD5cc433d53a300e1cf601df926ae8cc429
Supported WoW Retail Versions
- 3.1.0
Changelog
commit 476c25eaf77bae00ae332b0642bb42c85014bc06
Author: Shadowed <shadowed.wow@gmail.com>
Date: Tue May 19 19:41:53 2009 -0700
* Added party target units
* Changed max rows for auras for party units to 1 by default
* Changed auras to be disabled by default for raid
* Changed party pet height to 25 to fit the default positioning of the party target frames
* Fixed a bug with disabling units in visibility not taking affect until a UI reload
* Fixed manual offsets not setting UI scale as well (And causing frames to jump around)
* Fixed aggro color staying after losing aggro (Seriously this time!)
* Fixed dragging not working for raid and party frames
commit 3730206149cbc225863ebd1d1b133af24086d9e4
Author: Shadowed <shadowed.wow@gmail.com>
Date: Mon May 18 23:10:18 2009 -0700
* Fixed hide in raid not being rechecked when you toggle it
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