r25965
Details
-
Filenameantagonist-r25965.zip
-
Uploaded by
-
UploadedJan 21, 2007
-
Size273.17 KB
-
Downloads29
-
MD5deb5b8e5b417210dac0bd5c12f698d93
Supported WoW Retail Versions
- 2.0.1
Changelog
r25695 | sole | 2007-01-21 09:11:12 -0500 (Sun, 21 Jan 2007) | 1 line
Antagonist: - Fixed syntax errors
r25694 | sole | 2007-01-21 08:21:21 -0500 (Sun, 21 Jan 2007) | 1 line
Antagonist: - Fixed typos
r25693 | sole | 2007-01-21 08:04:29 -0500 (Sun, 21 Jan 2007) | 1 line
Antagonist: - Fixed IsCandyBarRegisteredWithGroup string expected, got number error.
r25690 | sole | 2007-01-21 07:23:36 -0500 (Sun, 21 Jan 2007) | 2 lines
Antagonist - Changed the caching of bar ids. This results in cleaner code and hopefully the titles will now dissapear properly. I tested it a bit, but not as much as I wouldve liked to as my server is crashing non-stop right now.
r25645 | sole | 2007-01-20 16:24:54 -0500 (Sat, 20 Jan 2007) | 3 lines
Antagonist - Fixed 'size' error. - Made OnClick shift+rightclick remove titles if they aren't necesarry anymore after killing a group of bars.
r25400 | sole | 2007-01-16 06:46:26 -0500 (Tue, 16 Jan 2007) | 6 lines
Antagonist: - Uncommented all debug messages (will be recommented later). This fixes the load error (I commented out an end somewhere while doing a replace all of self:Debug to --self:Debug :P ) - Added OnClick handler. RightClick = kill bar. Shift + RightClick = kill group (casts/buffs/cooldowns). This is drycoded so expect it not to work. - Made 'SelfRelevant' option a bit smarter. - A few optimizations here and there.(more coming) - Updated toc.
r25397 | duglum | 2007-01-16 04:25:15 -0500 (Tue, 16 Jan 2007) | 1 line
Antagonist: added missing "end" for functions at line 239 and 487 or something.. check the diff for exact position.
r25378 | sole | 2007-01-16 00:49:38 -0500 (Tue, 16 Jan 2007) | 4 lines
Antagonist: - Fixed bug where titles wouldn't hide. - Fixed bug with spells not being detected when dueling someone in your party/raid. - When a duel is finished, all bars will now be stopped.
r23278 | sole | 2007-01-03 22:22:54 -0500 (Wed, 03 Jan 2007) | 3 lines
Antagonist: - Now when you target a unit which is midway through a cast, the bar for that cast will not be set to full fill with the time left on the cast. The bar will be set to the full cast time of the spell and the time left on the bar will be set to the time left on the cast. Sorry if its confusing, you'll see what I mean. - Added more debug messages.
r22434 | sole | 2006-12-28 07:29:55 -0500 (Thu, 28 Dec 2006) | 1 line
Antagonist: Removed the new textures for 2 reasons. 1 - After a second look, I decided they were too fugly. 2 - SurfaceLib was acting weird and not showing up with the good textures sometimes (this affected all addons using SurfaceLib).
r22432 | sole | 2006-12-28 06:42:00 -0500 (Thu, 28 Dec 2006) | 5 lines
Antagonist: - Added 5 new textures (credit: SW_Stats) - Fixed bug with errors popping up when attempting to run a test bar while in standby mode. Test bars will no longer run while in standby. - Changed test bar times to 5, 10 and 15 seconds. - Added debug messages to help me track down the titles not dissapearing bug.