Commit Graph

66 Commits

Author SHA1 Message Date
Relintai 0423ee46ce Backported form the WOTLK repo: Ported a (Hopefully) fix a rare nil error when sorting cooldowns. Closes #4 (if it works). Thanks. 2022-05-11 09:21:36 +02:00
Relintai f3fd765276 Add missing Gouge ranks to LibDRData. 2020-09-23 19:29:33 +02:00
Relintai 26b6b27413 Implemented a new 'onlyShowDRCountDown' option. If enabled it will cause the dr icons to only show up when a dr's countdown actually starts. Closes #1. 2020-08-30 22:09:30 +02:00
Relintai cad1f50161 -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.
(Port from the WotLK version)
2016-05-31 14:58:29 +02:00
Relintai b00d151fe3 Fixed Shadowstep's cooldown. 2016-05-22 13:58:06 +02:00
Relintai a06f678097 Fixed a typo in readme.md 2016-05-11 22:45:18 +02:00
Relintai bbc4519031 -Fixed Water Elemental's CD. 2016-05-11 20:45:46 +02:00
Relintai 97b8096726 Incremented version. 2016-05-11 19:54:19 +02:00
Relintai e550ac5c74 Added in TrinketTracker.
I wanted to only do it as an optional dependency, but unfortunately the standalone version has it's own frames, so instead I used the one from Gladdy, I still had to modify it a lot, but it works now. (The dectection stuff in it is the same.)
2016-05-11 14:50:15 +02:00
Relintai 39ec067d56 -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:00:54 +02:00
Relintai d2c6709ba3 -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.
2016-05-11 11:45:38 +02:00
Relintai 84783b4bf3 -I messed up the .toc's version number somwhere along the road, now it's fixed. 2016-05-10 16:33:29 +02:00
Relintai d94ef628c0 Small change. 2016-05-10 15:35:10 +02:00
Relintai 6a0feefeec Added screenshot into the readme. Hopefully it works. 2016-05-10 15:33:37 +02:00
Relintai 7bd6b914ba Added License (MIT) 2016-05-10 14:33:08 +02:00
Relintai f5acd9a1b8 Added readme.md. 2016-05-10 14:30:06 +02:00
Relintai f657e05223 -Mass replace fail fixed, with the cdreset spells. 2016-05-10 13:29:53 +02:00
Relintai b73e65f6a1 Commented out options which aren't implemented. 2016-05-10 13:15:51 +02:00
Relintai c05e3af6c3 Fixed a typo, now the Show Self Cds option is again properly displayed. 2016-05-10 11:34:58 +02:00
Relintai 6d2c9f7995 Fixed a comment typo. 2016-05-10 11:23:33 +02:00
Relintai 53d0da6a88 Changed the default for hunter traps to 30 sec, as survival hunters are rare in TBC. 2016-05-09 22:19:14 +02:00
Relintai 955069e475 -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.
2016-05-09 19:07:29 +02:00
Relintai 58a6cfe458 -Implemented the interruptbar functionality.
-Started the warn functionality.
2016-05-08 19:58:38 +02:00
Relintai 0b61f4bf04 -Specdetection is on by default. 2016-05-08 16:25:53 +02:00
Relintai 688adcf90c I just realized what Rect means for english mothertongue people, so now the addon is renamed to Rekt. 2016-05-08 16:23:04 +02:00
Relintai 2ad449ae9d -Every class is done. 2016-05-08 16:15:58 +02:00
Relintai 091c575586 -Found, and implemented a fix for the combatlog stuck bug.
-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.
2016-05-07 23:43:59 +02:00
Relintai 9020df342c Warrior, Paladin spells are done. 2016-05-06 18:45:11 +02:00
Relintai 222916d9b8 -Started work on a TBC version.
-Updated, or rather "downgrated", Ace libs.
-Started doing spells.
2016-05-06 16:22:10 +02:00
Relintai 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
Relintai a926f1f7d7 Now int the default profile, numbers which should be strings get casted to
string, it's weird tho that on my other comp it works fine :O.
2016-05-06 16:15:51 +02:00
Relintai 877c8c719d Documentation. 2016-05-06 16:14:30 +02:00
Relintai d62eea75dc Modified defaults. 2016-05-06 16:13:29 +02:00
Relintai 354b183c36 Fixed a bug, selfdr frames weren't disappearing after PLAYER_ENTERING_WORLD. 2016-05-06 16:12:06 +02:00
Relintai b493734928 Added in detection spell fo paladin (prot and retri) 2016-05-06 16:11:15 +02:00
Relintai 84cd6c1050 Added healthstone. 2016-05-06 16:10:20 +02:00
Relintai cb1a2ba8da Some documentation. 2016-05-06 16:09:39 +02:00
Relintai be3936dcbe -Hopefully fixed an error. 2016-05-06 16:08:47 +02:00
Relintai 51c96da543 -Added in some pet spells.
-Pet CD Guessing is complete
-Bumped version to 1.0RC1
2016-05-06 16:08:08 +02:00
Relintai f72f0d9ea5 -Typo fix, now drs get removed.
-Fixed drs exceeding 3.
-Fixed some small errors.
2016-05-06 16:07:10 +02:00
Relintai eafba1fd91 Probably fixed dr comparer errors, also possibly fixed other errors. 2016-05-06 16:06:20 +02:00
Relintai 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
Relintai 1475704a05 -Implemented Spec Detection
-Fixed lib loading order.
2016-05-06 16:04:09 +02:00
Relintai a5d137b76f Added in spec detection option.
Bumped version to 0.9
2016-05-06 15:56:29 +02:00
Relintai 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
Relintai a3168fcdab DR's options now works. 2016-05-06 15:54:25 +02:00
Relintai 1520658e91 fix typo 2016-05-06 15:51:41 +02:00
Relintai 58b683680a added in options for target and self, fixed the order 2016-05-06 15:50:46 +02:00
Relintai 57aba8eb77 -Separated the addon into smaller files.
-Started implementing dr's number's
2016-05-06 15:49:39 +02:00
Relintai e23a7487f9 DRs now work. 2016-05-06 15:48:19 +02:00