Change Log:
r1242 | shadowed.wow | 2009-04-12 14:19:19 -0700 (Sun, 12 Apr 2009) | 3 lines
* Fixed an error on line #149, attempt to index local bar a nil value
* TOC bump
r1172 | shadowed.wow | 2009-03-30 14:48:08 -0700 (Mon, 30 Mar 2009) | 1 line
* Changed groupID to also be set in the main group table instead of only the anchor frame
r1169 | shadowed.wow | 2009-03-29 20:57:13 -0700 (Sun, 29 Mar 2009) | 1 line
* Whoops fixed argcheck error
r1168 | shadowed.wow | 2009-03-29 18:51:56 -0700 (Sun, 29 Mar 2009) | 2 lines
* Added group:SetGroupID(id) lets you set an identifier for a group without having to resort to name hackery when figuring out what was moved
* Cleaned up assert, will only string.format the text if an error happened
r1166 | shadowed.wow | 2009-03-28 18:53:31 -0700 (Sat, 28 Mar 2009) | 1 line
* Fixed $Revision$ missing
r1165 | shadowed.wow | 2009-03-28 18:51:38 -0700 (Sat, 28 Mar 2009) | 2 lines
* Removed sparks from timer bars
* Changed text positioning, timer text is now on the left, time left text is on the right
r968 | shadowed.wow | 2008-10-15 15:57:58 -0700 (Wed, 15 Oct 2008) | 1 line
* Fixed a typo that would cause an error at line #177 if a timer went over an hour
r920 | shadowed.wow | 2008-09-17 13:13:27 -0700 (Wed, 17 Sep 2008) | 1 line
* Fixed SetScale, SetBaseColor and SetBackgroundColor not taking effect until a new bar was shown
r916 | shadowed.wow | 2008-09-14 17:49:54 -0700 (Sun, 14 Sep 2008) | 1 line
* Added SetBackgroundColor API
r911 | shadowed.wow | 2008-09-12 12:59:08 -0700 (Fri, 12 Sep 2008) | 1 line
* Reduced fade time to 0.10 seconds instead of 0.25
r895 | shadowed.wow | 2008-09-06 18:36:28 -0700 (Sat, 06 Sep 2008) | 1 line
* Fixed typo in changing the font in :SetFont
r894 | shadowed.wow | 2008-09-06 12:53:19 -0700 (Sat, 06 Sep 2008) | 1 line
* Added SetFont(path, size, style) API, by default this will use the GetFont() values returned from GameFontHighlight
r847 | shadowed.wow | 2008-08-09 19:57:51 -0700 (Sat, 09 Aug 2008) | 1 line
* Annnd fixed SetMaxBars and SetPoint to work
r846 | shadowed.wow | 2008-08-09 19:54:06 -0700 (Sat, 09 Aug 2008) | 1 line
* Fixed toc name
r845 | shadowed.wow | 2008-08-09 19:53:03 -0700 (Sat, 09 Aug 2008) | 1 line
* Import of GTB-1.0/ (Same as GTB/ just folder rename)
Description:
GTB is a simple timer library for people who don't want 500 options and just need a basic display.
Not really much description needed, you can find the API here http://www.wowwiki.com/GTB an exaple of a mod that uses this is http://wowinterface.com/downloads/info8063-Afflicted2.html or any other addon of mine that uses timer bars for display basically. |
|