Change Log:
--------------------
v3.2 (2011-12-01)
WoW 4.3.0 Support
-Updated to work with WoW 4.3.0
v3.1 (2010-10-13)
Optimization
-Optimized lookup table and memory usage.
v3.0 (2009-02-15)
Rewrite
-Rewritten with much smaller and more efficient code.
v2.1 (2008-08-16)
Minor Fix
-Added back in code for Blizzard's default UI. (No clue why it bypasses my rewritten detection code.)
v2.0 (2008-08-16)
Complete Rewrite
-Recoded the entire hooking system. (Should work on all UI AddOns now.)
v1.0 (2008-04-18)
Initial Version
-Hooks into the UI function that sets values on "Cooldown" frames.
Description:
--------------------
This is a very simple, very small AddOn, that displays a numerical value on cooldowns and the Buff/DeBuff display on the target frame.
Durations are color-coded by units of time.
White for Seconds
Yellow for Minutes
Orange for Hours
Version 3.0 has been rewritten with a much smaller codebase that hooks into the global metatable all Cooldown frames use.
This makes the AddOn more robust and able to run with virtually all UI configurations.
--------------------
v3.2 (2011-12-01)
WoW 4.3.0 Support
-Updated to work with WoW 4.3.0
v3.1 (2010-10-13)
Optimization
-Optimized lookup table and memory usage.
v3.0 (2009-02-15)
Rewrite
-Rewritten with much smaller and more efficient code.
v2.1 (2008-08-16)
Minor Fix
-Added back in code for Blizzard's default UI. (No clue why it bypasses my rewritten detection code.)
v2.0 (2008-08-16)
Complete Rewrite
-Recoded the entire hooking system. (Should work on all UI AddOns now.)
v1.0 (2008-04-18)
Initial Version
-Hooks into the UI function that sets values on "Cooldown" frames.
Description:
--------------------
This is a very simple, very small AddOn, that displays a numerical value on cooldowns and the Buff/DeBuff display on the target frame.
Durations are color-coded by units of time.
White for Seconds
Yellow for Minutes
Orange for Hours
Version 3.0 has been rewritten with a much smaller codebase that hooks into the global metatable all Cooldown frames use.
This makes the AddOn more robust and able to run with virtually all UI configurations.