r20090525

Details

  • Filename
    ShadowedUnitFrames-r20090525.zip
  • Uploaded by
  • Uploaded
    May 25, 2009
  • Size
    286.08 KB
  • Downloads
    340
  • MD5
    a3ae6d3deb3f68c02cf90faf877a21a1

Supported WoW Retail Versions

  • 3.1.0

Changelog

commit 89ab9b0fb8224ac56c1d44276f79005c6cc0e43e
Author: Shadowed <shadowed.wow@gmail.com>
Date:   Mon May 25 00:31:31 2009 -0700

    * Added a full update if a party members GUID changes
    * Fixed aura filtering for auras you cast, stupid Blizzard and there stupid filtering

commit 7e12ab0d9ad93686e44c43e9915bfce6bbaef213
Author: Shadowed <shadowed.wow@gmail.com>
Date:   Sun May 24 17:43:33 2009 -0700

    * Fixed UNIT_FACTION calling Update not UpdateColor for health bars

commit 67f8722742dddb3da2067a067ca84f599793142b
Author: Shadowed <shadowed.wow@gmail.com>
Date:   Sun May 24 13:03:17 2009 -0700

    * Fixed a typo that was causing totem bars not to work

commit ad30e31323a556f3b78615e19d193fb90dbea95e
Author: Shadowed <shadowed.wow@gmail.com>
Date:   Sun May 24 10:41:39 2009 -0700

    * Fixed XP bar typos

commit e1590df60527b1ddafeb3b7b6e428cee65a99898
Author: Shadowed <shadowed.wow@gmail.com>
Date:   Sun May 24 09:45:24 2009 -0700

    * Fixed group by default for raid frames, should be GROUP not INDEX
    * Added sort order for raid frames

commit 84ab22d74f62fd4c0bb8ca5f0829aa41f25018ae
Author: Shadowed <shadowed.wow@gmail.com>
Date:   Sun May 24 09:33:55 2009 -0700

    * Fixed some initializing issues causing errors with fresh SV

commit 349f87a051b45a5586084013dab94ce4793cb537
Author: Shadowed <shadowed.wow@gmail.com>
Date:   Sun May 24 03:12:04 2009 -0700

    * Added layout importing/exporting/swapping/deleting/etc to the configuration
    * Added description/label swapping based on where auras are to prevent confusion
    * Renamed default layout to default not "Defaults"
    * Removed layout being written on shutdown causing an error around #510
    * Removed extra event calls for tags
    * Removed empty string returns from tags, they now return nil like they should
    * Fixed totem and rune bars showing up for non Shaman/Death Knights

commit 162ceb5dded0e40536d6eabc28e2bf40400aa35e
Author: Shadowed <shadowed.wow@gmail.com>
Date:   Sat May 23 19:41:17 2009 -0700

    * Removed usage of AceAddon-3.0 and AceEvent-3.0, as I really do not use either of them enough to make it worth while.

commit 09dc1a3c8c3f8264de393a3bc42ea39d3b411a10
Author: Shadowed <shadowed.wow@gmail.com>
Date:   Sat May 23 18:57:14 2009 -0700

    * Fixed typos that were causing frames to jump around when they were anchored to the bottom of the screen
    * Fixed level tag not using UNIT_LEVEL
    * Fixed typo causing an error when using [abscurhp] tag
    * Fixed typo causing an error when XP bar is enabled
    * Fixed fader not working when targeting someone
    * Text now allows -50 through 50 for offsets
    * Removed "Runes" color setting, as far as I know this is never even used
    * Renamed the color variables to plural form for my sanity, this will reset your power coloring settings but copy over xp/health

commit ed085022323454fbb2530217aeacad84a2c43cd0
Author: Shadowed <shadowed.wow@gmail.com>
Date:   Fri May 22 13:54:49 2009 -0700

    * Removed [colorname] use [classcolor][name][close] now
    * Added [smartclass] returns the creature family if the units not a player, class otherwise
    * Added [reactcolor] returns reaction coloring based on what the unit is, using config settings for colors (Same as health ones)
    * Added abscurhp, absmaxhp, abscurpp, absmaxpp for absolute current/max power/health values
    * Hiding the fact that offsets attached to the screen are scaled, users won't see it until reload
    * Made the help message about offsets more obvious
    * Fixed [levelcolor] not returning level if it was colored
    * Fixed level text not updating when the player levels
    * Fixed full update not being ran on target/focus change (Fixes portraits and such not updating)
    * Fixed ghost auras showing up
    * Fixed load order causing a LibSharedMedia error if you didn't have LSM already