Commit Graph

  • ef84e92e9a (Hopefully) fix a rare nil error when sorting cooldowns. Closes #4 (if it works). Thanks. master 1.11.8 Relintai 2022-05-10 23:47:52 +0200
  • d3a10c4781 Don't set a texture to the cooldown frames on creation. 1.11.7 Relintai 2021-06-27 10:46:41 +0200
  • b03b127757 Don't set a cooldown to the dr and interruptbar frames either. 1.11.6 Relintai 2021-06-26 12:43:35 +0200
  • 7e58f2b605 Don't set a cooldown to the cooldown frame after it's creation. 1.11.5 Relintai 2021-06-24 21:47:06 +0200
  • 11ff22b41d Added rank 1 spell lock to Spell.lua. 1.11.4 Relintai 2021-06-19 21:18:07 +0200
  • b16959ab6c Revert "Fix Spell Lock's id in LibDRData aswell." Relintai 2021-06-19 21:13:50 +0200
  • 058bc22595 Fix Spell Lock's id in LibDRData aswell. 1.11.3 Relintai 2021-06-19 20:59:26 +0200
  • 96df817995 Add 2 missing shadowfury ranks to LibDRData. 1.11.2 Relintai 2021-06-19 18:20:12 +0200
  • 2409a56086 Port the 'onlyShowDRCountDown' option from the TBC version. 1.11.1 Relintai 2020-08-30 22:19:44 +0200
  • f04b323186 .Properly incremented version. 1.11 Relintai 2016-05-31 14:58:06 +0200
  • bc278e9a77 -New debug tool ported over. Relintai 2016-05-31 14:53:32 +0200
  • 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. Relintai 2016-05-31 13:47:14 +0200
  • 5258c5a061 Incremented version. 1.1 Relintai 2016-05-11 19:53:27 +0200
  • 1dcb9b4342 -I added a dependeny to the TBC version, Here are the modified files, so they are the same. Relintai 2016-05-11 14:52:59 +0200
  • 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. Relintai 2016-05-11 12:03:03 +0200
  • 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. Relintai 2016-05-11 11:51:55 +0200
  • 6e932b8993 Added a screenshot to the readme.md. 1.05-02 Relintai 2016-05-10 15:35:30 +0200
  • 7698f8a3b2 -Added License (MIT). Relintai 2016-05-10 14:32:52 +0200
  • e4456e83d1 Mass replace fail with the cdreset spells fixed. Relintai 2016-05-10 13:31:50 +0200
  • 03430a0e5a -Commented out options which aren't implemented. 1.05 Relintai 2016-05-10 13:16:13 +0200
  • a2a3657c85 Fixed a typo, now the Show Self Cds option is again properly displayed. Relintai 2016-05-10 11:35:15 +0200
  • c3d45d6a9b -Fixed a typo, now the combatlog fix properly works. Relintai 2016-05-10 11:19:38 +0200
  • d891eb594c -Implemented the interruptbar functionality. Relintai 2016-05-10 11:18:26 +0200
  • caac5d2156 -Specdetection is on by default. Relintai 2016-05-10 11:10:31 +0200
  • ab6e0daff5 -I just realized what Rect means for english mothertongue people, so now the addon is renamed to Rekt. Relintai 2016-05-10 11:07:23 +0200
  • 4c9292cfa0 -Found, and implemented a fix for the combatlog stuck bug. (Rarely happens here, but it happened a few times.) Relintai 2016-05-10 11:04:53 +0200
  • db89d1beed Added some todos. Relintai 2016-05-10 10:51:44 +0200
  • 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. Relintai 2016-05-06 16:17:32 +0200
  • 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. Relintai 2016-05-06 16:15:51 +0200
  • 877c8c719d Documentation. Relintai 2016-05-06 16:14:30 +0200
  • d62eea75dc Modified defaults. Relintai 2016-05-06 16:13:29 +0200
  • 354b183c36 Fixed a bug, selfdr frames weren't disappearing after PLAYER_ENTERING_WORLD. Relintai 2016-05-06 16:12:06 +0200
  • b493734928 Added in detection spell fo paladin (prot and retri) Relintai 2016-05-06 16:11:15 +0200
  • 84cd6c1050 Added healthstone. Relintai 2016-05-06 16:10:20 +0200
  • cb1a2ba8da Some documentation. Relintai 2016-05-06 16:09:39 +0200
  • be3936dcbe -Hopefully fixed an error. Relintai 2016-05-06 16:08:47 +0200
  • 51c96da543 -Added in some pet spells. -Pet CD Guessing is complete -Bumped version to 1.0RC1 Relintai 2016-05-06 16:08:08 +0200
  • f72f0d9ea5 -Typo fix, now drs get removed. -Fixed drs exceeding 3. -Fixed some small errors. Relintai 2016-05-06 16:07:10 +0200
  • eafba1fd91 Probably fixed dr comparer errors, also possibly fixed other errors. Relintai 2016-05-06 16:06:20 +0200
  • ca3296c6f6 -Implemented types and colors. -Implemented type based sorting. -DRs now gets cleaned up in PLAYER_ENTER_WORLD. Relintai 2016-05-06 16:05:24 +0200
  • 1475704a05 -Implemented Spec Detection -Fixed lib loading order. Relintai 2016-05-06 16:04:09 +0200
  • a5d137b76f Added in spec detection option. Bumped version to 0.9 Relintai 2016-05-06 15:56:29 +0200
  • 19f535a214 -Added in every version of Arcane Torrent. -Calculated in dash's (druid) minor glyph. -Fixed Enable/Disable. -Random Changes Relintai 2016-05-06 15:55:37 +0200
  • a3168fcdab DR's options now works. Relintai 2016-05-06 15:54:25 +0200
  • 1520658e91 fix typo Relintai 2016-05-06 15:51:41 +0200
  • 58b683680a added in options for target and self, fixed the order Relintai 2016-05-06 15:50:46 +0200
  • 57aba8eb77 -Separated the addon into smaller files. -Started implementing dr's number's Relintai 2016-05-06 15:49:39 +0200
  • e23a7487f9 DRs now work. Relintai 2016-05-06 15:48:19 +0200
  • 0c908c4171 Probable fix for an error Relintai 2016-05-06 15:46:51 +0200
  • 44f8a819df Some work on the DR timers, added in the settings for them. Relintai 2016-05-06 15:45:39 +0200
  • 0cc26befa9 When unlocked the draggable frames are now marked. Relintai 2016-05-06 15:44:57 +0200
  • adc10d23bb Cleanup on PLAYER_ENTER_WORLD done. Relintai 2016-05-06 15:44:01 +0200
  • 35b988f526 Added charge r1, r2 Relintai 2016-05-06 15:43:17 +0200
  • 310c3fe2ed Fixed global enable/disable. Relintai 2016-05-06 15:42:19 +0200
  • ddbf784636 Implemented Chat Command, also in the last commit, Arcane Power was added in. Relintai 2016-05-06 15:41:20 +0200
  • c711ed1d13 CD sorting implemented Relintai 2016-05-06 15:40:26 +0200
  • 0523a0d379 Enable/Disable now works. Relintai 2016-05-06 15:37:12 +0200
  • 1729952a98 Added in profiles. Relintai 2016-05-06 15:36:07 +0200
  • 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. Relintai 2016-05-06 15:32:07 +0200
  • e959cbec1f Showing self cds are now toggable Relintai 2016-05-06 15:30:18 +0200
  • 6f70741c40 Implemented the gui settings for target and focus, implemented growOrder, added in skeleton for sorting, added debug options. Relintai 2016-05-06 15:29:04 +0200
  • 742b5fbdb7 -Lot of stuff it works. Relintai 2016-05-06 15:27:33 +0200
  • 9450c23285 More awesomeness. Like empty files. Relintai 2016-05-06 15:26:01 +0200
  • 20c3e5169b Initial commit. Relintai 2016-05-06 15:25:00 +0200