Commit Graph

90 Commits

Author SHA1 Message Date
Tercio Jose 2768b988cf removed Breath of Eons from spec detection for augmentation evokers 2023-07-08 11:18:38 -03:00
Tercio Jose 318555ae51 More fixes for Augmentation Evoker on 10.1.5 2023-06-30 15:04:05 -03:00
Tercio Jose 7b34b88ca3 More code cleanup and framework update 2023-06-25 11:29:45 -03:00
Tercio Jose 690168bef3 Fixed more bugs on the new Breakdown Window 2023-05-01 14:20:04 -03:00
Tercio Jose 11a6c48ddd General Fixes 2023-04-30 23:23:56 -03:00
Tercio Jose ac7816ea0f Only cache defensive spells as the list fills 'DefensiveCooldownSpells' 2023-03-04 09:28:25 -03:00
Flamanis 7f51fdf83a Add Demonhunter and Evoker to DefensiveCooldownSpells. Use LibOpenRaid if possible 2023-02-27 16:53:10 -06:00
Flamanis d2a33a456b Remove Ignore Pain Spec Guessing 2023-01-31 15:49:19 -06:00
Flamanis ff3eb88aa8 Remove multi-spec entries for shaman guessing 2023-01-06 17:44:24 -06:00
Flamanis b8851987bb Update SpecSpellList for DF live
Removals:
Shaman - Healing Stream Totem is usable by all specs
Druid - Survival Instincts is on both Guardian and Feral
Druid - Adaptive Swarm is used by multiple specs
Paladin - Avenging wrath is usable by all specs
Warlock - Grimoire of Sacrifice is usable by both Aff and Destro
Rogue - Shiv is usable by all specs
Hunter - Marksman and BM hunters have the same Kill Command. Survival does not.

Additions:
Hunter - BM gets Cobra Shot
Hunter - Survival has different Kill Shot and Muzzle (Interrupt) ids
Warrior - Protection has Spell Block
Evoker - Devastation has another ID for Eternity Surge (Kinda just added this one in for safety)
Priest - Discipline has Purge The Wicked talent which replaces Shadow Word Pain
Mage - Arcane Mage's Arcane Familiar
Paladin - Protection has Blessed Hammer and Blessing of Spellwarding
Druid - Balance has Wild Mushroom, and different spell ids for Moonkin Form, Starfire, and Starsure
Druid - Guardian has a different id for Berserk that the 'modifiers' are consolidated into
Monk - Mistweaver has Mana Tea
Demon Hunter - Vengeance has Sigil of Silence and Fracture
Demon Hunter - Havoc has Blur
Death Knights - Added the primary strikes. Heart Strike (Blood), Obliterate (Frost), Festering Strike (Unholy)
2022-12-15 04:20:18 -06:00
Tercio Jose 1c8dfb3ab7 Release Candidate 1 2022-11-18 16:54:25 -03:00
Tercio Jose 422e24b826 Fix warlock entering in combat due to periodic damage 2022-10-30 18:17:25 -03:00
Tercio Jose 6243a32740 More bug fixes 2022-10-12 18:37:00 -03:00
Tercio Jose 1ed29008aa Small bug fixes and improvements 2022-10-10 13:26:13 -03:00
Tercio Jose b588d5e30c Fixed an error while trying to move the window by clicking and holding on a window line 2022-10-09 20:48:47 -03:00
Tercio Jose 944178f76f Updated LibOpenRaid and DetailsFramework 2022-10-09 19:47:56 -03:00
Tercio Jose 9974a87119 Format the text in the breakdown player list using the same font, size and outline of the damage window 2022-10-09 17:12:13 -03:00
ForestJ316 7ecb86c51c Add renewed hope to disco spec 2022-09-23 20:08:42 +01:00
ForestJ316 7f5ded76b2 Add more bdk spec spells for WotLK Classic 2022-09-23 05:33:48 +01:00
Tercio Jose a1e7da12f3 Added spells to detect specs in Dragonflight 2022-09-22 11:36:54 -03:00
ForestJ316 762623ddaf Update SpecSpellList to WotLK standard 2022-09-20 17:05:20 +01:00
Tercio Jose 74d6114546 updates 2022-09-13 20:10:37 -03:00
Flamanis d65d6d08bd Change check for IsTBCWow to IsWotLKWow
I got the capitalization correct this time I swear. I triple checked it!
2022-09-04 05:47:41 -05:00
Tercio Jose dbfe4b0fc2 Don't show new version chat message when Suppress Alerts 2021-07-01 22:26:00 -03:00
Tercio Jose b596445ace Packr Utility on Coach mode and Vanguard massive update 2021-06-22 17:00:09 -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 b703d60a5c Added mythic dungeon settings 2020-12-21 14:23:37 -03:00
Tercio Jose 8f1df5e015 small bug fixes 2020-12-12 18:08:11 -03:00
Tercio Jose c42a35657d 8.3.0 > 9.0.1 2020-10-16 19:51:44 -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
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
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
Tercioo b48ea2a64d Geberal Bug Fixes
- Fixed an issue where sometimes resizing the window breaks it and need a reload.
- Fixed some classes showing the wrong icon (by nullKomplex)
2019-07-07 11:51:58 -03:00
Tercio 027cdda48c - Show light of the martyr damage on death log.
- Truncate spell and source name in the death recap window.
2018-09-28 19:19:03 -03:00
Tercio 5217fdd9b2 - Updated flask and food list to BFA.
- Framework update.
- RaidCheck plugin updated.
- API added: _detalhes:GetSpecFromSerial (guid)
- API added: _detalhes:GetIconTexture (iconType, withAlpha)
- API added: _detalhes:GetRoleIcon (role)
- API added: _detalhes:GetSpecIcon (spec)
2018-08-19 15:27:19 -03:00
Tercio 9af2eabb13 - Fixed an issue with Alliance or Horde icons showing at random in player bars.
- Fixed the Death Recap window not showing data during battlegrounds.
- Fixed new segment creation when the option to use only one segment while in a battleground is disabled.
- Fixed east asian number format on several strings.
- 'Smart Score' option renamed to "Unique Segment" under the PvP options for battlegrounds.
2018-08-13 17:01:58 -03:00
Tercio 5f55045b15 - Framework update.
- Fix for hunters spec detection.
- Spells panel can now be opened from outside Details!.
- Overall data will now track everything by default for new Details! instalation.
2018-07-30 14:02:20 -03:00
Tercio 720a95bc1b - Added size offset options for the chat tab embed feature.
- Revamp on the editor for the custom line text.
2018-07-28 18:22:13 -03:00
Tercio dba05908ec - Second pass on Patch 8.0.1 2018-07-17 13:31:22 -03:00
Tercio df9ce12b82 - Patch 8.0.1 2018-07-17 12:07:40 -03:00
Tercio f55511e337 - Added several options and tools for streamers and youtubers.
- Bar animation now uses delta time and speed shouldn't variate with framerate.
- Test bars got improvement!
- Fixed balance druid sometimes being detected as resto druid.

- API: added new events: COMBAT_ARENA_START, COMBAT_ARENA_END, COMBAT_MYTHICDUNGEON_START, COMBAT_MYTHICDUNGEON_END.
- API: added Details:AddColorString (player_name, class), add the player class color in the name string.
- API: added Details:AddRoleIcon (player_name, role, size), add the role icon in the name string.
- API: framework updated to v57.
2017-10-09 22:43:26 -03:00
Tercio 54cc5f5b65 - lib folder renamed. 2017-10-01 21:03:47 -03:00
Tercio 7805d269e6 - Rolling back to Mercurial repository. 2017-09-27 17:59:04 -03:00
Tercio 7df507bd46 - testing the mercurial repo packpager. 2017-09-19 12:56:32 -03:00
Tercio 9267195a95 - fixed warrior fury being detected as protection warrior.
- fixed an issue on the player detail window.
2017-05-25 13:32:02 -03:00
Tercio 24506109a7 - Ticket #169 fix: Damage Prevented is now working for new segments.
- Few spells added to CC spell list.
2017-03-01 09:31:00 -03:00
Tercio 5c33cf637c - removed consecration from paladin tank spell list. 2016-11-04 00:05:05 -02:00
Tercio d1c1118d39 - Ballon tutorial for encounter details is now clamped to screen.
- Raid check plugins shall work on dungeons as well.
- Potion of the Prolongued Power should be tracker now.
2016-10-26 17:42:33 -02:00