Change Log:
--------------------
5.3.002 06/06/2013 - added options for bar border inset
5.3.001 06/05/2013 - updated for 5.3
5.2.001 04/28/2013 - fix Frost Bomb
5.2.001 03/10/2013 - updated for 5.2
5.1.001 12/08/2012 - updated for 5.1
5.0.004 09/18/2012:
- fix for cooldowns that share the same spell name
- performance fixes
5.0.003 09/11/2012 - workaround for several spells not showing
5.0.002 09/05/2012 - fixed cooldowns for grouped spells (ie. totems)
5.0.001 09/04/2012 - updated for 5.0.4
4.3.002 07/24/2012:
- fix support for priests' Chakra/Holy Word spells
- changed the "1m" tick to "30" seconds
- tweaked refresh rate to be a bit smoother
4.3.001 11/29/2011 - update for 4.3
4.2.001 06/29/2011 - update for 4.2
4.1.001 04/26/2011 - update for 4.1
4.0.003 10/30/2010:
- added workarounds for priests' Archangel and Holy Word spells
- cleaned up options menu
4.0.002 10/18/2010 - fix for long wait times at loading screen
4.0.001 10/12/2010 - 4.0 compat
3.3.003 01/16/2010 - removed "30" tick and added "3" tick
3.3.002 01/11/2010 - added LibSharedMedia-3.0 callback support
3.3.001 12/08/2009:
- updated toc for 3.3
- added option to increase icon size
- added option to reset settings
3.2.005 10/30/2009 - fix an issue where cooldowns refreshed to global cooldown did not update properly (ie. Shield Slam with Sword and Board)
3.2.004 10/07/2009:
- added option to save settings per character
- make death knight rune detection more robust to cooldown changes
3.2.003 09/04/2009:
- allow external access to useful CoolLine functions
- added ConfigMode support
3.2.002 08/04/2009 - fix spell cooldowns triggering when runes are on cooldown
3.2.001 08/04/2009:
- toc to 3.2
- fade icons out a bit faster
- text now have a shadow
3.1.006 07/24/2009:
- switched to a 6-minute time scale instead of 10
- performance tweaks
- added more font size values
3.1.004 05/30/2009:
- icons' alpha now constant
- slightly reduced icon fade time
3.1.003 05/...
Description:
--------------------
CoolLine is a spell/item cooldown mod that displays icons on a single bar/line to give you an idea of when it will be ready. No statusbar timer and no text timer.
CoolLine is inspired by Forte_Cooldown (a module in the ForteXorcist package). CoolLine is basically a stripped down and standalone version written from scratch. The name comes from putting "cooldown" and "timeline" together (yes, lame).
YouTube Intro
How to Use:
Change settings - "/coolline" or check Interface Options -> AddOns
Change position and size - unlock to make it draggable and resizable
Filter/unfilter a spell or item cooldown - "/coolline Spell Item Name Link"
Add more fonts/texture - CoolLine uses LibSharedMedia
External Support:
CoolLine.NewCooldown(name, icon, endtime, isplayer)
name - unique string id of the cooldown, used as a look-up id
icon - string icon path used to display image on the bar
endtime - numerical time when the icon should expire, based on GetTime()
isplayer - boolean value used to determine if the icon is colored by spell
CoolLine.ClearCooldown(unused, name)
Notes:
Only one spell/item will be shown in an event that multiple spells/items share the same cooldown (whichever appeared first).
By design, icons will often overlap; if you do not like it, this type of cooldown mod is not for you.
What you see is what you get. If you like the idea of this mod but want more, I highly suggest checking out ForteXorcist or Ellipsis. I'll most likely ignore requests to make CoolLine more similar to them.
CoolLine only does spell/item cooldowns and NOT buff/...
--------------------
5.3.002 06/06/2013 - added options for bar border inset
5.3.001 06/05/2013 - updated for 5.3
5.2.001 04/28/2013 - fix Frost Bomb
5.2.001 03/10/2013 - updated for 5.2
5.1.001 12/08/2012 - updated for 5.1
5.0.004 09/18/2012:
- fix for cooldowns that share the same spell name
- performance fixes
5.0.003 09/11/2012 - workaround for several spells not showing
5.0.002 09/05/2012 - fixed cooldowns for grouped spells (ie. totems)
5.0.001 09/04/2012 - updated for 5.0.4
4.3.002 07/24/2012:
- fix support for priests' Chakra/Holy Word spells
- changed the "1m" tick to "30" seconds
- tweaked refresh rate to be a bit smoother
4.3.001 11/29/2011 - update for 4.3
4.2.001 06/29/2011 - update for 4.2
4.1.001 04/26/2011 - update for 4.1
4.0.003 10/30/2010:
- added workarounds for priests' Archangel and Holy Word spells
- cleaned up options menu
4.0.002 10/18/2010 - fix for long wait times at loading screen
4.0.001 10/12/2010 - 4.0 compat
3.3.003 01/16/2010 - removed "30" tick and added "3" tick
3.3.002 01/11/2010 - added LibSharedMedia-3.0 callback support
3.3.001 12/08/2009:
- updated toc for 3.3
- added option to increase icon size
- added option to reset settings
3.2.005 10/30/2009 - fix an issue where cooldowns refreshed to global cooldown did not update properly (ie. Shield Slam with Sword and Board)
3.2.004 10/07/2009:
- added option to save settings per character
- make death knight rune detection more robust to cooldown changes
3.2.003 09/04/2009:
- allow external access to useful CoolLine functions
- added ConfigMode support
3.2.002 08/04/2009 - fix spell cooldowns triggering when runes are on cooldown
3.2.001 08/04/2009:
- toc to 3.2
- fade icons out a bit faster
- text now have a shadow
3.1.006 07/24/2009:
- switched to a 6-minute time scale instead of 10
- performance tweaks
- added more font size values
3.1.004 05/30/2009:
- icons' alpha now constant
- slightly reduced icon fade time
3.1.003 05/...
Description:
--------------------
CoolLine is a spell/item cooldown mod that displays icons on a single bar/line to give you an idea of when it will be ready. No statusbar timer and no text timer.
CoolLine is inspired by Forte_Cooldown (a module in the ForteXorcist package). CoolLine is basically a stripped down and standalone version written from scratch. The name comes from putting "cooldown" and "timeline" together (yes, lame).
YouTube Intro
How to Use:
Change settings - "/coolline" or check Interface Options -> AddOns
Change position and size - unlock to make it draggable and resizable
Filter/unfilter a spell or item cooldown - "/coolline Spell Item Name Link"
Add more fonts/texture - CoolLine uses LibSharedMedia
External Support:
CoolLine.NewCooldown(name, icon, endtime, isplayer)
name - unique string id of the cooldown, used as a look-up id
icon - string icon path used to display image on the bar
endtime - numerical time when the icon should expire, based on GetTime()
isplayer - boolean value used to determine if the icon is colored by spell
CoolLine.ClearCooldown(unused, name)
Notes:
Only one spell/item will be shown in an event that multiple spells/items share the same cooldown (whichever appeared first).
By design, icons will often overlap; if you do not like it, this type of cooldown mod is not for you.
What you see is what you get. If you like the idea of this mod but want more, I highly suggest checking out ForteXorcist or Ellipsis. I'll most likely ignore requests to make CoolLine more similar to them.
CoolLine only does spell/item cooldowns and NOT buff/...