Commit Graph

542 Commits

Author SHA1 Message Date
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
Tercio Jose e449983e0c small adjustments and bug fixes 2022-10-08 11:22:36 -03:00
Tercio Jose f1fa3f5cfe framework update 2022-10-07 11:16:31 -03:00
Tercio Jose 35a79b4014 portoform barrier and division by zero fix, framework update 2022-10-05 19:19:19 -03:00
Tercio Jose 54510ee298 New version format for '/details', added '/details version' to an easy copy and paste 2022-10-04 18:31:53 -03:00
Tercio Jose aa143dcf6e offhand melee abilities spellId updated 2022-10-04 16:27:26 -03:00
Tercio Jose ffd4ba2cf0 Github Ticket #361 2022-10-03 08:42:51 -03:00
Tercio Jose 10e45e08b6 WotLK DK spells merge and Encounter Breakdown fix 2022-10-02 18:11:25 -03:00
Tercio Jose 19e0a362c7 added aura tracker frame /details auras 2022-09-30 15:53:10 -03:00
Tercio Jose 11aa42e4da General fixes, framework update 2022-09-29 13:36:43 -03:00
Tercio Jose 57133d389f Bug fixes for wotlk 2022-09-26 15:31:20 -03:00
Tercio Jose a221a66b4c Library Updates 2022-09-26 10:43:57 -03:00
Tercio Jose 9fb7445a31 General round of fixes and implementations (16 files modified, SafeRun, Cooltip Cleanup) 2022-09-25 14:59:34 -03:00
Tercio Jose a1e7da12f3 Added spells to detect specs in Dragonflight 2022-09-22 11:36:54 -03:00
Tercio Jose 5e847efe3c framework update; added /dumpt to dump tables 2022-09-21 13:42:55 -03:00
Tercio Jose 7c8511bd1d ptr fix 2022-09-13 22:29:08 -03:00
Tercio Jose 74d6114546 updates 2022-09-13 20:10:37 -03:00
Tercio Jose d6e0e27aa3 More fixes for Dragonflight 2022-09-08 18:22:18 -03:00
Flamanis df3430ac72 Add DK into GetRoleFromSpec 2022-09-04 09:56:59 -05:00
Flamanis d2254f51f1 Send spec data in Wrath 2022-09-04 09:48:18 -05:00
Tercio Jose e6511163b7 Fixes (5) 2022-09-01 19:56:19 -03:00
Tercio Jose b069b05b53 Fixes (3) 2022-09-01 19:52:24 -03:00
Tercio Jose c9269f2f7a Merge pull request #336 from Flamanis/GetBattlefieldScores
Wrath GetBattlefieldScores handling
2022-08-31 11:34:00 -03:00
Flamanis 727e57e4d2 Wrath GetBattlefieldScores handling
Wrath, like tbc, GetBattlefieldScores returns rank in the middle of the argument list.
2022-08-31 01:01:07 -05:00
Tercio Jose 8e01dee393 Merge pull request #335 from Flamanis/Ignore-Chaotic-Essence
Ignore Fated Affix Chaotic Essence
2022-08-30 10:16:13 -03:00
Flamanis 92de1b09e3 Ignore Fated Affix Chaotic Essence
The Chaotic Essence fated affix spawns an orb that you click on.

When you do, it becomes hostile and spawns 2 small adds (Chaotic Motes). The small adds double when killed, and the big add does nothing. Damaging the Chaotic Essence does not provide any buffs/throughput to the raid. WCL already ignores it on logs.
2022-08-29 19:52:49 -05:00
Flamanis 2c1cc94843 Too many arguments in heal call during shield refresh 2022-08-29 16:17:37 -05:00
Tercio Jose a889dfcd8d Prevent Scars of Fraternal Strife trinket to start combat 2022-08-26 15:19:52 -03:00
Tercio Jose 8c44f57d57 ToC and Version Updates 2022-08-18 10:42:11 -03:00
Tercio Jose 3d21e4a8e1 Removed Blackrock Granade from player damage from Grimrail Depot dungeon 2022-08-10 18:29:13 -03:00
Tercio Jose d5bde7ed15 Merge pull request #325 from dios-david/add-grimrail-depot-cannon-dmg
Display Grimrail Depot cannon damage as separate entity
2022-08-10 17:45:13 -03:00
Tercio Jose 21d6f29ce5 Merge branch 'master' of https://github.com/Tercioo/Details-Damage-Meter 2022-08-10 17:41:13 -03:00
Tercio Jose 31c202c0f5 Major update
-New feature: Arena DPS Bar, can be enabled at the Broadcaster Tools section, shows a bar in 'kamehameha' style showing which team is doing more damage in the latest 3 seconds.
		-Revamp on the options section for Broadcaster tools.
		-Added 'Icon Size Offset' under Options > Bars: General, this new option allow to adjust the size of the class/spec icon shown on each bar.
		-Added 'Show Faction Icon' under Options > Bars: General, with this new option, you can choose to not show the faction icon, this icon is usually shown during battlegrounds.
		-Added 'Faction Icon Size Offset' under Options > Bars: General, new option to adjust the size of the faction icon.
		-Added 'Show Arena Role Icon' under Options > Bars: General, new option to hide or show the role icon of players during an arena match.
		-Added 'Arena Role Icon Size Offset' under Options > Bars: General, new option which allow to control the size of the arena role icon.
		-Added 'Level' option to Wallpapers, the wallpaper can now be placed on different levels which solves issues where the wallpaper is too low of certain configuration.
		-Streamer! plugin got updates, now it is more clear to pick which mode to use.
		-WotLK classic compatibility (Flamanis, Daniel Henry).
		-Fixed the title bar text not showing when using the Custom Title Bar feature.
		-Role detection in classic versions got improvements.
		-New API: Details:GetTop5Actors(attributeId), return the top 5 actors from the selected attribute.
		-New API: Details:GetActorByRank(attributeId, rankIndex), return an actor from the selected attribute and rankIndex.
		-Major cleanup and code improvements on dropdowns for library Details! Framework.
		-Cleanup on NickTag library.
		-Removed LibGroupInSpecT, LibItemUpgradeInfo and LibCompress. These libraries got replaced by OpenRaidLib and LibDeflate.
2022-08-10 17:41:06 -03:00
Flamanis a623d63a1c Provide Data1,2,3 to custom text funcs
Allows users to write a custom text function that freely modifies data1, data2, and data3 on custom texts.
2022-08-09 14:09:42 -05:00
David Dios 4379e7f3a0 add grimrail depot cannon dmg as separate entity 2022-08-09 03:23:15 +01:00
Tercio Jose c35f6f1180 Merge pull request #322 from Flamanis/Reset-on-new-BG
Add Reset on new PVP option
2022-07-23 17:53:14 -03:00
Flamanis 717424bd83 Add Reset on new PVP option 2022-07-23 15:48:08 -05:00
Tercio Jose 7609a99fb4 Clean up: removed deprecated libraries 2022-07-23 15:44:04 -03:00
Tercio Jose f06c8e2797 Second wave of Blind fixes for WotLK Classic, I don't have access to beta so these fixes may work or not 2022-07-14 21:13:42 -03:00
Tercio Jose 72bd44b973 Added Details:GetTop5Actors(attributeId) and Details:GetActorByRank(attributeId, rankIndex) 2022-06-14 13:48:14 -03:00
Tercio Jose 70e1af340b framework update 2022-06-03 12:48:07 -03:00
Tercio Jose 026aa2223a Added /keystone command; update on OpenRaid library; Several appearance settings added 2022-05-16 14:26:54 -03:00
Tercio Jose ea25cda43d Making sure we have a unitId before query UnitHealth on death log 2022-05-08 11:10:26 -03:00
Tercio Jose 51030c5ef8 TBC issues with lib open raid 2022-05-04 19:28:12 -03:00
Tercio Jose dfd3fa8406 Improvements on skin installation 2022-04-28 16:44:04 -03:00
Tercio Jose 1afb897904 Open Raid Library update 2022-04-28 15:52:11 -03:00
Tercio Jose 694b52ddc4 Updates, please see /details news 2022-04-22 13:30:41 -03:00
Tercio Jose 7762e29d00 More fixes 2022-04-11 15:52:24 -03:00
Tercio Jose 241200d6c0 Arena Enemy Player Deaths improvements 2022-04-08 14:33:42 -03:00
Tercio Jose 0d8b09ffb7 Update on LibOpenRaid to version 24 2022-04-01 11:38:04 -03:00