r20090613

Details

  • Filename
    ShadowedUnitFrames-r20090613.zip
  • Uploaded by
  • Uploaded
    Jun 14, 2009
  • Size
    301.45 KB
  • Downloads
    338
  • MD5
    20de85e441195a0b9b3b384b377ec172

Supported WoW Retail Versions

  • 3.1.0

Changelog

commit c5f8e7f303ba735a9de1b679d14ac12f0bc0a455
Author: Shadowed <shadowed.wow@gmail.com>
Date:   Sat Jun 13 23:41:51 2009 -0700

    * Predicted health updates will change the health gradient (If used) as the delay is too noticeable

commit 2efc1959f2426badba1b11854f51d95f312a8ce7
Author: Shadowed <shadowed.wow@gmail.com>
Date:   Sat Jun 13 19:08:10 2009 -0700

    * Added predictedHealth (Quick health) support, can be enabled per-unit under the Bar tab
    * Exposed the predicted power updates option

commit 6576374ee9e0392c21658d2c1aafb9f145b1dc05
Author: Shadowed <shadowed.wow@gmail.com>
Date:   Sat Jun 13 18:08:01 2009 -0700

    * Fixed typo in IncHeal causing the incoming health bar to not correctly update

commit 2fa1f4d7e9593b416756a2f78b609d2b34c6d8c0
Author: Shadowed <shadowed.wow@gmail.com>
Date:   Sat Jun 13 16:54:21 2009 -0700

    * Fixed Enable incoming heals not doing a restriction test

commit 26036d9f8b4961fee0327afa570bfebf05b53725
Author: Shadowed <shadowed.wow@gmail.com>
Date:   Fri Jun 12 01:28:23 2009 -0700

    * Added a GUID check to party/raid frames that will force a full update when the GUID changes
    * Fixed incoming heal bar anchor points to not have weird height sizing

commit 786932620da8038650541eb62876f1378641bb59
Author: Shadowed <shadowed.wow@gmail.com>
Date:   Fri Jun 12 00:49:39 2009 -0700

    * Fixed ready check indicators freezing and not being hidden if you leave a raid midready check
    * Fixed tag events not being registered if the tag used ( or ), this fixes the [group] tag freezing and not updating, or showing invalid data
    * Fixed a few issues with FullUpdate calls in OnShow/OnHide, might have broken something, we shall see!
    * Fixed more issues with queuing combat updates, for some reason the header would have a height of -4
    * Fixed dragging being stuck issues (Maybe)
    * Added [def:name] will show [missinghp] if it has any data, and [name] otherwise (This duplicates the Grid style of showing a players name until they are missing HP)

commit 81f3f19054442e9152d23e2e123856b842552a47
Author: Shadowed <shadowed.wow@gmail.com>
Date:   Thu Jun 11 21:30:44 2009 -0700

    * Oops, fixed rounding error in [perpp]
    * Fixed non-player, but friendly units returning hostile/unattackable (Totems/pets/non-combat pets/etc)

commit a8184d944a136f0466931934575221f4b31f1322
Author: Shadowed <shadowed.wow@gmail.com>
Date:   Thu Jun 11 15:31:27 2009 -0700

    * Added ability to set reaction colors and green/yellow/red colors separately
    * Fixed neutral/friendly NPCs not using the reaction coloring if color by reaction is enabled
    * Fixed incheal.lua not calling UnregisterAll when it's disabled
    * Fixed getName in incheal.lua not verifying that the server is set, and that it is not an empty string
    * Fixed incoming heal bar not being updated when health changes
    * Fixed [curpp], [abscurpp], [absmaxpp], [maxpp], [perpp] returning 0 if a unit has no power (max power = 0)
    * Split health bar and power bar coloring into two separate groups

commit ba5f6df72a4a30d45ad1c3cdacf4442b65b657f1
Author: Shadowed <shadowed.wow@gmail.com>
Date:   Tue Jun 9 20:29:14 2009 -0700

    * Stole the ABF border (Square Clean)
    * Fixed edge size option not working

commit 477c2d565e4fb82353f542b25bd99a552387f547
Author: Shadowed <shadowed.wow@gmail.com>
Date:   Tue Jun 9 18:25:06 2009 -0700

    * Cleaned up ready check code a little bit