r20090712

Details

  • Filename
    ShadowedUnitFrames-r20090712.zip
  • Uploaded by
  • Uploaded
    Jul 12, 2009
  • Size
    367.17 KB
  • Downloads
    515
  • MD5
    5df3937de222d29316f33b70e04c85cf

Supported WoW Retail Versions

  • 3.1.0

Changelog

commit 7f46d0236a1f257dfb620e11c1ac7ed4003f711c
Author: Shadowed <shadowed.wow@gmail.com>
Date:   Sat Jul 11 23:45:37 2009 -0700

    * Fun with branching, now unregistering UNIT_NAME_UPDATE for headers since Blizzard fails

commit 498effbc8bc3453301c3384b6bf9263dbd33cdb3
Author: Shadowed <shadowed.wow@gmail.com>
Date:   Sat Jul 11 19:18:08 2009 -0700

    * Fixed leader and master looter positioning for default layout

commit 9b1aa7d03ef364014504c5d115d7e62baff154c3
Author: Shadowed <shadowed.wow@gmail.com>
Date:   Sat Jul 11 19:12:28 2009 -0700

    * Fixed inside bottom right anchor using the IBR reference still

commit d031b306b5d6742b679bf42118d47040453d666b
Author: Shadowed <shadowed.wow@gmail.com>
Date:   Sat Jul 11 17:23:58 2009 -0700

    * Localization update

commit 6fa1484a91cf8137c7c838abb210f952e3c1dc09
Author: Shadowed <shadowed.wow@gmail.com>
Date:   Sat Jul 11 17:23:18 2009 -0700

    * Added a check to revert INSIDE anchors to BOTTOM

commit 83dced5fa318d0a6e671ccd533bd4f7485805fd0
Author: Shadowed <shadowed.wow@gmail.com>
Date:   Sat Jul 11 17:22:49 2009 -0700

    * Moved font strings to check growth when deciding how much width is available
    * Fixed BRI/BLI anchors being flagged as IBR/IBL still
    * Added column/aura growth data as it's static, no sense using a metatable for it
    * Added reversing directions

commit 77fab7ddcd4afc574531c6254f185234edd41ede
Author: Shadowed <shadowed.wow@gmail.com>
Date:   Sat Jul 11 17:14:31 2009 -0700

    * Exposed more outside text anchors for tag enabled text
    * Exposed bottom right, top right, left bottom, right bottom for aura anchors when advanced settings are enabled
    * Changed prioritize buffs to be enabled instead of hidden
    * Changed max rows to show a 1 - 50 slider when max columns is needed, 1 - 5 slider when it's not
    * Changed Alignment wording for portraits to Position

commit 1b28d4241f3f4f6fb11bbe3cdc8f320a74a9d333
Author: Shadowed <shadowed.wow@gmail.com>
Date:   Sat Jul 11 17:11:31 2009 -0700

    * Settled on the version of aura code I'll use, need to figure out how to add the stack scaling and anchoring buffs/debuffs to each other next

commit 9ee90675d5be54960c4b54e350d0216f29443bee
Author: Shadowed <shadowed.wow@gmail.com>
Date:   Sat Jul 11 16:16:29 2009 -0700

    * Playing around with aura code

commit 085d9b6f3318260bc24ee7f6778b5c9d7eba1307
Author: Shadowed <shadowed.wow@gmail.com>
Date:   Fri Jul 10 18:13:16 2009 -0700

    * Removed the inside anchor point for auras
    * Fixed columns resizing off of max rows instead of per row, the per row label was updated in the configuration to reflect this
    * Cleaned up some more aura code
    * Merged aura scanning and display into one function