Change Log:
--------------------
10/18/2011
Fixed COMBAT_LOG_EVENT_UNFILTERED to have the correct arguments for 4.2.
Changed a few if statements in COMBAT_LOG_EVENT_UNFILTERED
Added nDemonic_SetCooldown(duration), checks for glyph then sets the cooldown duration.
Added nDemonic_TukInit(), checks for tukui then sets the options accordingly.
Added new help display with more information and better formatting.
Added reset option to return nDemonic back to it's default state, incomplete.
Remove Tukui frames/panels. Started using new v13 API.
Changed OnUpdate function to throttle itself. Might revert back if I don't notice a performance boost.
11/04/2010
Fixed the cooldown time(Again). Blizzard keeps adjusting the time on me.
10/14/2010
Now that the cooldown bug is fixed, I've adjusted the cooldown timers to work properly
10/12/2010
Updated the version in the TOC file.
09/22/2010
Added a check for Glyph of Demonic Circle(I'm bad).
Adjusted the code for the changes coming in Cataclysm.
09/20/2010
Added draggable frame
Added slash commands ndemonic lock and unlock
base icon flashing when cooldown is up implemented(not included)
Cooldown display partially implemented, not included.
03/18/2010
Version changed to 0.1.1
Forgot to remove pointless comments. Bumping version. :)
Bumped the version to 0.1.0
03/14/2010
Most of the code went through a pretty major rewrite.
We now clear our portal when we die or change zones.
The portal no longer gets displayed as on cooldown when gcd is triggered
The only localization issues should be my nMessage text.
We now check COMBAT_LOG_EVENT_UNFILTERED for teleport/summon.
We no longer write the message to the frame each update(lol).
03/05/2010
Added a function to disable the UI if you're not a warlock
Fixed a memory leak if you're not a warlock and the addon is active.
Further worked on reducing memory usage.
02/24/2010
Added a change log
Cleaned up code to reduce the amount of lin...
Description:
--------------------
Okay, this is basically a pretty generic mod to check the range on demonic circle. It will let you know if you're in range, out of range or if it's on cooldown.
It will clear itself when you zone or die.
Configuration is handled by /ndemonic.
Any further configuration can be done by editing the nDemonic.lua file itself.
Any suggestions, comments or whatever just leave here, also, feel free to check the github in case there's an updated version there I haven't uploaded here yet.
https://github.com/nuggs/nDemonic
TODO
TukUI v13 support
Add markers to minimap and directional arrows(minimap).
Configurable text/icon/both display.
Movable frame with location saved.
Rewrite the way the cooldown is handled
Optional display of cooldown.
*text in bold is currently in progress, red is completed.
--------------------
10/18/2011
Fixed COMBAT_LOG_EVENT_UNFILTERED to have the correct arguments for 4.2.
Changed a few if statements in COMBAT_LOG_EVENT_UNFILTERED
Added nDemonic_SetCooldown(duration), checks for glyph then sets the cooldown duration.
Added nDemonic_TukInit(), checks for tukui then sets the options accordingly.
Added new help display with more information and better formatting.
Added reset option to return nDemonic back to it's default state, incomplete.
Remove Tukui frames/panels. Started using new v13 API.
Changed OnUpdate function to throttle itself. Might revert back if I don't notice a performance boost.
11/04/2010
Fixed the cooldown time(Again). Blizzard keeps adjusting the time on me.
10/14/2010
Now that the cooldown bug is fixed, I've adjusted the cooldown timers to work properly
10/12/2010
Updated the version in the TOC file.
09/22/2010
Added a check for Glyph of Demonic Circle(I'm bad).
Adjusted the code for the changes coming in Cataclysm.
09/20/2010
Added draggable frame
Added slash commands ndemonic lock and unlock
base icon flashing when cooldown is up implemented(not included)
Cooldown display partially implemented, not included.
03/18/2010
Version changed to 0.1.1
Forgot to remove pointless comments. Bumping version. :)
Bumped the version to 0.1.0
03/14/2010
Most of the code went through a pretty major rewrite.
We now clear our portal when we die or change zones.
The portal no longer gets displayed as on cooldown when gcd is triggered
The only localization issues should be my nMessage text.
We now check COMBAT_LOG_EVENT_UNFILTERED for teleport/summon.
We no longer write the message to the frame each update(lol).
03/05/2010
Added a function to disable the UI if you're not a warlock
Fixed a memory leak if you're not a warlock and the addon is active.
Further worked on reducing memory usage.
02/24/2010
Added a change log
Cleaned up code to reduce the amount of lin...
Description:
--------------------
Okay, this is basically a pretty generic mod to check the range on demonic circle. It will let you know if you're in range, out of range or if it's on cooldown.
It will clear itself when you zone or die.
Configuration is handled by /ndemonic.
Any further configuration can be done by editing the nDemonic.lua file itself.
Any suggestions, comments or whatever just leave here, also, feel free to check the github in case there's an updated version there I haven't uploaded here yet.
https://github.com/nuggs/nDemonic
TODO
TukUI v13 support
Add markers to minimap and directional arrows(minimap).
Configurable text/icon/both display.
Movable frame with location saved.
Rewrite the way the cooldown is handled
Optional display of cooldown.
*text in bold is currently in progress, red is completed.