Commit Graph

392 Commits

Author SHA1 Message Date
QartemisT 0207a8a094 Remove debug print statements.
User reports from DBM discord have reported messages from DBM spamming into their chat, so removing the obvious debug statements that got pushed into public.
2021-01-29 13:11:21 +00:00
Tercio Jose d907624537 Update to version 8192 2021-01-28 20:56:02 -03:00
Tercio Jose 8ce12dd713 Added covenant into the Raid Check plugin 2021-01-23 20:58:51 -03:00
Tercio Jose e6639b1ec7 Coach feature should work no on pre-made groups and instance groups 2021-01-23 12:53:27 -03:00
Tercio Jose af14e08106 General fixes 2021-01-21 17:52:08 -03:00
Tercio Jose d93fa5248f More fixes and development 2021-01-16 15:57:59 -03:00
Tercio Jose bda2829746 General Fixes
- Added Phial of Serenity from Kyrians to Potion Usage.
- Merged all warriors whirlwind.
- Cleanup on old cooldowns.
- Added Rake and Binding Shot to Crowd Control.
- Fixed some cases of DeathLog not showing healing.
2021-01-01 14:28:27 -03:00
Tercio Jose 38f66a24de More fixes 2020-12-22 11:44:23 -03:00
Tercio Jose b703d60a5c Added mythic dungeon settings 2020-12-21 14:23:37 -03:00
Tercio Jose 9b972e41f9 Coach updates 2020-12-20 17:44:09 -03:00
Tercio Jose 4046189c5f Bug fixes 2020-12-20 11:59:26 -03:00
Tercio Jose ec5fad443a Finished the first 'Alpha Version' of the Coach feature 2020-12-19 19:25:11 -03:00
Tercio Jose 4d1747f8a8 fix 2020-12-17 18:49:02 -03:00
Tercio Jose 3842c0a9f6 Testing Coach Deaths 2020-12-17 18:30:56 -03:00
Tercio Jose bf67a7773d Bug fixing 2020-12-14 14:30:01 -03:00
Tercio Jose 8f1df5e015 small bug fixes 2020-12-12 18:08:11 -03:00
Tercio Jose f4be41b115 added libRaidStatus 2020-12-07 22:09:25 -03:00
Tercio Jose 0ca2822753 More development on the Coach packager feature, /details coach 2020-12-06 14:14:51 -03:00
Tercio Jose 3af27dc7b1 version up 2020-12-05 17:30:55 -03:00
Flamanis d2bab21d7a GetClassColor custom actor support + Fix
Allow for GetClassColor to return a custom color from custom actors. And fix the final else not returning anything.
2020-11-26 14:11:21 -06:00
Tercio Jose ea9ad32a7f Shaladownlands Launch 2020-11-23 17:03:08 -03:00
Tercio Jose 8f381f1235 More fixes and debug for the Coach feature 2020-11-04 10:50:04 -03:00
Tercio Jose 7de3c46897 Coach debug 2020-11-04 09:39:03 -03:00
Tercio Jose 84a6c8b9dc Adding again the option to remove enemy players from battlegrounds. 2020-11-04 09:22:59 -03:00
Tercio Jose 93a7a8cc69 Added the baseline for the Coach Mode feature
- Added the command '/details coach' to  enabled coach mode, need to be raid leader and all members must have details up to date.
- Fixed Tiny Threat not showing threat.
- Fixed annoucement interrupt toggle enable was reseting on logon.
- Added container_spells:GetOrCreateSpell(id, shouldCreate, token)
- Added Details:GetRaidLeader(), return the RL name.
- Framework update.
2020-11-03 20:55:19 -03:00
Tercio Jose 262f115114 - Added option to select the title bar icons 2020-10-29 15:41:42 -03:00
Tercio Jose 6e7414fb6b fix 2020-10-17 17:15:29 -03:00
Tercio Jose c42a35657d 8.3.0 > 9.0.1 2020-10-16 19:51:44 -03:00
Tercio Jose 530a825358 More development on combat packaging 2020-10-05 15:03:38 -03:00
Tercio Jose 99fc7dde4f Development of combat packager to send combat data over comms 2020-10-04 19:32:16 -03:00
Tercio Jose bc04237981 Making sure the merge trash is enabled on new installations 2020-08-11 18:05:37 -03:00
Tercio Jose 2d40243d25 Full Revamp on Auto Hide Settings 2020-06-21 18:56:17 -03:00
Tercio Jose c520bd2c3a Merge pull request #74 from Fethbita/master
Diamond Ice ID is now fixed
2020-06-08 19:39:33 -03:00
Tercio Jose fedfe341a3 More spell reflection implementations
- added reflected spells in the player tooltip.
- added reflected spell in the player details window.
- reflection spells like Warrior's Spell Reflection now has a new spell school called "Reflection".
- soft tooltips and player details window improvements.
- damage spell object now has the member 'extra' which is a table that can store hash data.
- profile.tooltip.tooltip_max_abilities won't be forced to 6 any more, to set your own amount of spells shown on tooltips use:
/run Details.tooltip.tooltip_max_abilities = number;
2020-06-01 20:51:48 -03:00
Fethbita ada9f483c9 Diamond Ice ID is now fixed
Also added some defensive abilities to hunter specs that didn't have them before
Fixed some space-tab problems
2020-05-31 17:19:02 +03:00
Tercio Jose 29afc7ea65 Merge pull request #73 from Fethbita/master
@Fethbita  
Added Diamond Ice to spells list.
2020-05-30 11:43:19 -03:00
Tercio Jose 2ccc88cf31 Players can now ignore spells from the Spells List, to access go to Options Panel > Spell List > All Spells 2020-05-30 11:24:31 -03:00
Fethbita 99429ecfbc Added Diamond Ice to spells list
In functions/spells.lua line 828, I don't know what
[60192]	=	"HUNTER", -- "Freezing Trap"
60192 is supposed to mean. Maybe an old remnant?
2020-05-30 10:20:21 +03:00
Tercio Jose 8667265b24 Added a Ignore field into the Spell List so users can blacklist spells from there 2020-05-29 13:02:32 -03:00
Tercio Jose 646732e0a6 Fixed AutoHide in Battlegrounds 2020-05-24 12:42:43 -03:00
Tercio Jose 2149413da3 Added ignore npc table
- Can be added anywhere using /run Details.npcid_ignored[npcid] = true
- Framework and Localization update.
2020-04-21 14:03:46 -03:00
Tercio Jose 3d7f299207 General fixes and implementations
- Fixed a bug for healing done from unit to unit (by rubenvrolijk@github).
- Added Vanish to the list of defensive cooldowns for Rogues (by DylanMeador@github).
- Added Ny'alotha raid information (by jjholleman@github).
- Fixed Eye of Corruption and Grand Delusions.
- Fixed an error while retriving data from the guild (statistics sync).
- Updated the ToC files for bundled plugins.
- Segments Locked featured won't work for Overall Data.
- Fixed an issue on Player Details Window where sometimes Death Strike healing done would blink the Rune Weapon healing done.
- Regular Details Framework updates.
2020-03-01 23:32:31 -03:00
Jordi Holleman 67966832a3 Updated N'zoth's id, added Il'gynoth's icon
N'zoth's id was the same as Skitra's id.
Il'gynoth's boss-face icon was missing which caused the later bosses to have the incorrect icons and names.
2020-02-25 00:47:54 +01:00
Jordi Holleman bc9e1b40be Added Queen Azshara's ID
Azshara's Encounter Journal ID was still missing from Eternal Palace raid info
2020-02-25 00:44:56 +01:00
Tercio Jose 7b5e2d7748 Merge pull request #26 from DylanMeador/master
Add vanish to the list of defensive cooldowns for Rogues
2020-02-22 16:23:05 -03:00
Jordi Holleman f6969d9b1b Added Ny'alotha raidinfo 2020-02-21 23:35:45 +01:00
Tercio Jose bcdd7ae683 Get cached value for the user language 2020-02-10 20:20:09 -03:00
Tercio Jose 6161cc4517 - Fixed Eye of Corruption and Grand Delusions
Also Segment Lockdown is now enabled by default on new installs.
2020-01-20 19:05:59 -03:00
Dylan Meador adc6901d3a Add vanish to the list of defensive cooldowns for Rogues so it can optionally be turned on and off 2019-11-20 10:50:34 -05:00
Tercio Jose b700d87491 Merging pull request 'Add support for transliteration' by Vardex.
This commit adds the code changes in Details! that is required to make the new library work.
2019-10-27 18:07:15 -03:00