Change Log:
--------------------
5.1.0
* Updated TOC for 5.1
5.0.0
* Updated TOC for 5.0
* Dropped holy power highlighting (for now)
4.3.1
* Updated TOC for 4.3
4.3.0
* Bugfixes for WoW 4.3 (should be compatible with WoW 4.2)
4.2.0
* Updated TOC for 4.2
2.8
* Fixed a typo in the options menu that was causing errors.
* Fixed the TOC for the the config addon
2.7
* Updated TOC for 4.1
* Added a threshold slider for Holy Power highlighting
2.6
* Removed Holy power spells that only do linear scaling (Inquisition)
2.5
* Removed Holy power spells that only do linear scaling (Word of Glory, Light of Dawn)
2.4
* Added Light of Dawn to the holy power spell list; Removed Divine Storm
2.3
* Added Word of Glory to the list of holy power spells
2.2
* Added holy power detection (thanks to Avitus@wowi)
2.0
* Updated for WoW v4.0.1
1.5
* Fixed the problem where buttons would stop updating oor/oom status
* Added a few checks to make sure a button has an action with a range component when adding to the list of buttons to update. This will probably introduce a new version of the above issue, but probably only for macros :P
1.4
* Out of range coloring bugfix.
1.3
* Added a configuration interface.
1.2
* Fixed an error with flashing buttons.
1.1
* Initial release.
Description:
--------------------
tullaRange is an addon that's main purpose is to make standard action buttons appear red when out of range. Colors for both the out of range indicator, and the out of mana/energy/rage indicator are customizable via the in game GUI.
Why use tullaRange over something like RedRange?
tullaRange is derived from RedRange. The main thing I do differently is that I replace each individual action button's OnUpdate handler with a single global one. The end result is that tullaRange uses less CPU than other implementations.
--------------------
5.1.0
* Updated TOC for 5.1
5.0.0
* Updated TOC for 5.0
* Dropped holy power highlighting (for now)
4.3.1
* Updated TOC for 4.3
4.3.0
* Bugfixes for WoW 4.3 (should be compatible with WoW 4.2)
4.2.0
* Updated TOC for 4.2
2.8
* Fixed a typo in the options menu that was causing errors.
* Fixed the TOC for the the config addon
2.7
* Updated TOC for 4.1
* Added a threshold slider for Holy Power highlighting
2.6
* Removed Holy power spells that only do linear scaling (Inquisition)
2.5
* Removed Holy power spells that only do linear scaling (Word of Glory, Light of Dawn)
2.4
* Added Light of Dawn to the holy power spell list; Removed Divine Storm
2.3
* Added Word of Glory to the list of holy power spells
2.2
* Added holy power detection (thanks to Avitus@wowi)
2.0
* Updated for WoW v4.0.1
1.5
* Fixed the problem where buttons would stop updating oor/oom status
* Added a few checks to make sure a button has an action with a range component when adding to the list of buttons to update. This will probably introduce a new version of the above issue, but probably only for macros :P
1.4
* Out of range coloring bugfix.
1.3
* Added a configuration interface.
1.2
* Fixed an error with flashing buttons.
1.1
* Initial release.
Description:
--------------------
tullaRange is an addon that's main purpose is to make standard action buttons appear red when out of range. Colors for both the out of range indicator, and the out of mana/energy/rage indicator are customizable via the in game GUI.
Why use tullaRange over something like RedRange?
tullaRange is derived from RedRange. The main thing I do differently is that I replace each individual action button's OnUpdate handler with a single global one. The end result is that tullaRange uses less CPU than other implementations.