Commit Graph

48 Commits

Author SHA1 Message Date
ef84e92e9a (Hopefully) fix a rare nil error when sorting cooldowns. Closes #4 (if it works). Thanks. 2022-05-10 23:47:52 +02:00
d3a10c4781 Don't set a texture to the cooldown frames on creation. 2021-06-27 10:46:41 +02:00
b03b127757 Don't set a cooldown to the dr and interruptbar frames either. 2021-06-26 12:43:35 +02:00
7e58f2b605 Don't set a cooldown to the cooldown frame after it's creation. 2021-06-24 21:47:06 +02:00
11ff22b41d Added rank 1 spell lock to Spell.lua. 2021-06-19 21:18:07 +02:00
2409a56086 Port the 'onlyShowDRCountDown' option from the TBC version. 2020-08-30 22:19:44 +02:00
f04b323186 .Properly incremented version. 2016-05-31 14:58:06 +02:00
bc278e9a77 -New debug tool ported over. 2016-05-31 14:53:32 +02:00
225a0bd3de -Now, if an aura is removed, but the addon doesn't get the proper event, the DR icon will wait for 10 sec + the DR reset duration.
(it won't actually start counting, because that will be more misleading.)
-Incremented version.
2016-05-31 13:47:14 +02:00
1dcb9b4342 -I added a dependeny to the TBC version, Here are the modified files, so they are the same.
(Trinkettracker, it's not needed here, as in WotLK the pvptrinket fires a SPELL_CAST_SUCCESS event).
2016-05-11 14:52:59 +02:00
b2cf208b1a -Added an option to set the DR time.
-The default DR time is now 15 seconds, because my tests show that servers use flat 15 seconds.
2016-05-11 12:03:03 +02:00
6423c69476 -Fixed a bug:
The DR Frames now properly reposition themself after the frames are locked, without the need
for a relog or /reload. (I have no idea how I didn't catch this earlier).
Also, when the frames are unlocked, the DR frames properly hide their contents.
-Fixed a bug:
On the server I tested this I noticed that SPELL_AURA_REFRESH event is sent even on the first
CC apply, this made the DR frasem break, but was hard to catch in action.
Ported from the TBC version.
2016-05-11 11:51:55 +02:00
e4456e83d1 Mass replace fail with the cdreset spells fixed. 2016-05-10 13:31:50 +02:00
03430a0e5a -Commented out options which aren't implemented. 2016-05-10 13:16:13 +02:00
a2a3657c85 Fixed a typo, now the Show Self Cds option is again properly displayed. 2016-05-10 11:35:15 +02:00
c3d45d6a9b -Fixed a typo, now the combatlog fix properly works.
-Fixed a typo, now the bars gets properly cleaned up.
-Fixed a bug, where some aura-spells were added twice to the interruptbar. (Like Shadowpriest silence.)
-Started work on the warnframe.
Ported from the TBC version.
2016-05-10 11:19:38 +02:00
d891eb594c -Implemented the interruptbar functionality.
-Started the warn functionality.
Ported from the TBC version.
2016-05-10 11:18:26 +02:00
ab6e0daff5 -I just realized what Rect means for english mothertongue people, so now the addon is renamed to Rekt.
Ported from the TBC version.
2016-05-10 11:07:23 +02:00
4c9292cfa0 -Found, and implemented a fix for the combatlog stuck bug. (Rarely happens here, but it happened a few times.)
-Empty string as the type i spells.lua is a bad idea, just spent an hour tracking down a bug because of that.
--(it errors in the sorters), added a type everywhere, and also documented it.
(Commit ported from TBC version)
2016-05-10 11:04:53 +02:00
db89d1beed Added some todos. 2016-05-10 10:51:44 +02:00
b6d9f5eda9 -As I now use a different name, I have renamed the addon.
-Fixed a slight error, Hunter's cdreset array contained some other stuff that shouldn't have been there.
-Found an error in Warrior's recklessness cds, TODO.
2016-05-06 16:17:32 +02:00
877c8c719d Documentation. 2016-05-06 16:14:30 +02:00
354b183c36 Fixed a bug, selfdr frames weren't disappearing after PLAYER_ENTERING_WORLD. 2016-05-06 16:12:06 +02:00
b493734928 Added in detection spell fo paladin (prot and retri) 2016-05-06 16:11:15 +02:00
84cd6c1050 Added healthstone. 2016-05-06 16:10:20 +02:00
cb1a2ba8da Some documentation. 2016-05-06 16:09:39 +02:00
be3936dcbe -Hopefully fixed an error. 2016-05-06 16:08:47 +02:00
51c96da543 -Added in some pet spells.
-Pet CD Guessing is complete
-Bumped version to 1.0RC1
2016-05-06 16:08:08 +02:00
f72f0d9ea5 -Typo fix, now drs get removed.
-Fixed drs exceeding 3.
-Fixed some small errors.
2016-05-06 16:07:10 +02:00
eafba1fd91 Probably fixed dr comparer errors, also possibly fixed other errors. 2016-05-06 16:06:20 +02:00
ca3296c6f6 -Implemented types and colors.
-Implemented type based sorting.
-DRs now gets cleaned up in PLAYER_ENTER_WORLD.
2016-05-06 16:05:24 +02:00
1475704a05 -Implemented Spec Detection
-Fixed lib loading order.
2016-05-06 16:04:09 +02:00
a5d137b76f Added in spec detection option.
Bumped version to 0.9
2016-05-06 15:56:29 +02:00
19f535a214 -Added in every version of Arcane Torrent.
-Calculated in dash's (druid) minor glyph.
-Fixed Enable/Disable.
-Random Changes
2016-05-06 15:55:37 +02:00
a3168fcdab DR's options now works. 2016-05-06 15:54:25 +02:00
1520658e91 fix typo 2016-05-06 15:51:41 +02:00
58b683680a added in options for target and self, fixed the order 2016-05-06 15:50:46 +02:00
57aba8eb77 -Separated the addon into smaller files.
-Started implementing dr's number's
2016-05-06 15:49:39 +02:00
e23a7487f9 DRs now work. 2016-05-06 15:48:19 +02:00
44f8a819df Some work on the DR timers, added in the settings for them. 2016-05-06 15:45:39 +02:00
35b988f526 Added charge r1, r2 2016-05-06 15:43:17 +02:00
c711ed1d13 CD sorting implemented 2016-05-06 15:40:26 +02:00
0523a0d379 Enable/Disable now works. 2016-05-06 15:37:12 +02:00
1729952a98 Added in profiles. 2016-05-06 15:36:07 +02:00
a5fd1840c7 -Updated the libs, added in the ones I deleded (maybe later they'll be deleted).
-Added DRData lib.
-Fixed CallbackHandler now being loaded when the addon wants to run.
-Added Power Word: Shield.
-Todos updated.
2016-05-06 15:32:07 +02:00
e959cbec1f Showing self cds are now toggable 2016-05-06 15:30:18 +02:00
6f70741c40 Implemented the gui settings for target and focus, implemented growOrder, added in skeleton for sorting,
added debug options.
2016-05-06 15:29:04 +02:00
742b5fbdb7 -Lot of stuff it works. 2016-05-06 15:27:33 +02:00