Commit Graph

1891 Commits

Author SHA1 Message Date
Tercio Jose e75c6ff43c Don't wipe some caches when entering in combat 2023-07-26 09:03:13 -03:00
Tercio Jose 13670e8b44 framework update 2023-07-25 20:19:41 -03:00
Tercio Jose 94ae59dfa9 Stop breakdown opening when there's player data available at the window 2023-07-24 20:53:04 -03:00
Tercio Jose 762c80669d Better options for Real Time DPS
- Removed 'Real Time DPS' from the time measure dropdown.
- Added "Show 'Real Time' DPS" toggle to show real time dps while in combat.
- Added "Order Bars By Real Time DPS" toggle to order bars by the amount of real time dps.
- Added "Always Use Real Time in Arenas" toggle to always use real time dps in Arenas.
- Added .last_dps_realtime to player actors, caches the latest real time dps calculated.
2023-07-24 16:43:34 -03:00
Tercio Jose ae490f434d Added .total_extra for damage actors, when above zero, a secondary statusbar is shown in the player bar 2023-07-20 16:37:27 -03:00
Tercio Jose 22d8686b03 Fixed overall data only showing Augmented Evokers 2023-07-20 15:21:47 -03:00
Tercio Jose c39deda381 LibOpenRaid Update
- Fixed an issue with the rename InstaciaCallFunction to InstanceCallDetailsFunc.
2023-07-19 18:20:08 -03:00
Tercio Jose 08ccadfbde Add the evoker predicted damage to overall data 2023-07-19 11:13:37 -03:00
Tercio Jose de678d70ac Checking for windows using a combat which got destroyed while transfering the current combat to the segmentsTable 2023-07-19 10:45:10 -03:00
Tercio Jose c3e931a459 Renamed InstaciaCallFunction to InstanceCallDetailsFunc 2023-07-19 09:57:00 -03:00
Tercio Jose 8875c15b33 General BugFixes and Changes
- Renamed damageActor.extra_bar to damageActor.total_extra
- Added: Details:ShowExtraStatusbar(barLineObject, amount, amountPercent, extraAmount)
- If any damage actor has 'total_extra' bigger than 0, the extra bar is shown.
- List of spec names for spec tooltip detection now load at Startup not at lua compiling.
- Fixes on Encounter Details plugin.
- Fixed an issue of clicking in a plugin icon in the title bar of Details! but the plugin not open.
2023-07-18 22:06:06 -03:00
Tercio Jose bfdce8071b Bug Fixed 2023-07-18 18:19:38 -03:00
Tercio Jose bfbe4ca852 Another fix for FindBuffDuration 2023-07-18 16:21:02 -03:00
Tercio Jose 3eebecda83 Fixed Details:FindDebuffDuration(unitId, spellId, casterName) which wasn't taking the casterName in consideration 2023-07-18 15:38:15 -03:00
Tercio Jose 5206d47287 Merge branch 'master' of https://github.com/Tercioo/Details-Damage-Meter 2023-07-17 22:02:37 -03:00
Tercio Jose 72120a8a3e Fixed things about the Real Time DPS; Open Raid Lib Update 2023-07-17 22:02:35 -03:00
Tercio Jose 938c4090a1 Merge pull request #565 from Flamanis/NeltharusWeapons
Add individual bar for Neltharus Weapons. Weapons on final boss and t…
2023-07-16 22:45:48 -03:00
Tercio Jose e2e2369a81 Framework Update 2023-07-13 22:04:48 -03:00
Tercio Jose 7a0e045308 Real Time DPS, ten years old 2023-07-13 22:02:10 -03:00
Tercio Jose 9a49918a9d Fixes 2023-07-11 19:36:10 -03:00
Tercio Jose ded52a8383 ToC Updates 2023-07-11 19:10:52 -03:00
Tercio Jose 5180459d67 Using effective time when displaying tooltips information 2023-07-11 19:05:06 -03:00
Tercio Jose 391d5ad762 Libs Updates 2023-07-11 19:01:51 -03:00
Tercio Jose 4e5c114f9f Merge pull request #569 from Flamanis/Fix-specid-tooltip
Wrap the specid name locatlization cache in a DF+ check
2023-07-11 18:43:21 -03:00
Flamanis 45573bf99d Use Detailsframework not DF 2023-07-11 16:43:06 -05:00
Flamanis 4f01d4665d Wrap the specid name locatlization cache in a DF+ check 2023-07-11 16:42:13 -05:00
Tercio Jose 50dc90cc6c More fixes for real time dps 2023-07-11 17:07:07 -03:00
Tercio Jose fa65530a7c update 2023-07-11 14:11:03 -03:00
Tercio Jose 6f92e054d8 Merge pull request #567 from Flamanis/Overall-Clear-Logout-fix
Don't populate overall segment on load. and force refresh window on s…
2023-07-11 10:45:23 -03:00
Tercio Jose 80b8e338b0 Merge pull request #566 from Flamanis/SpecIdsTooltip
Add spec detection by tooltip.
2023-07-11 10:44:35 -03:00
Flamanis 5cb48534f6 Don't populate overall segment on load. and force refresh window on segment swap 2023-07-10 20:15:32 -05:00
Flamanis 71f1ed6149 Add spec detection by tooltip. 2023-07-10 18:00:04 -05:00
Flamanis ecc13faf86 Add individual bar for Neltharus Weapons. Weapons on final boss and the Burning Chain 2023-07-10 02:03:18 -05:00
Tercio Jose 79353cee90 Fix icon things, improvements to class detection by using GetPlayerInfoByGUID() 2023-07-08 15:21:40 -03:00
Tercio Jose bff23a8a0b icon updates 2023-07-08 11:18:52 -03:00
Tercio Jose 2768b988cf removed Breath of Eons from spec detection for augmentation evokers 2023-07-08 11:18:38 -03:00
Tercio Jose 5c8b4526af When DBM/BW send a callback, check if the current combat in details is valid 2023-07-08 11:18:15 -03:00
Tercio Jose efd1e883be When the actor is ungroupped players, check if that player has a spec and show the spec icon instead 2023-07-08 11:17:37 -03:00
Tercio Jose dfdc826241 Merge pull request #564 from Flamanis/Don't-swap-to-overall
Segments locked don't swap windows to overall.
2023-07-08 10:21:41 -03:00
Tercio Jose c5a958ba3c Merge pull request #563 from Flamanis/SetSegmentTooltip
Use new SetSegment over TrocaTabela for the segment selector
2023-07-08 10:21:24 -03:00
Flamanis 9cf0c2d85a Segments locked don't swap windows to overall. 2023-07-08 04:17:30 -05:00
Flamanis ba145bca12 Use new SetSegment over TrocaTabela for the segment selector 2023-07-08 02:14:57 -05:00
Tercio Jose 0677e2e874 Framework, update 2023-07-07 18:49:16 -03:00
Tercio Jose e6448ffee6 Merge pull request #560 from Numynum/patch-1
Sort damage taken tooltip on damage amount
2023-07-06 18:19:35 -03:00
Tercio Jose ebffd6c1b6 Framework update to version 446 2023-07-05 07:57:46 -03:00
Tercio Jose 56275fecf9 Added Details:GetBossEncounterTexture(encounterName); Added combat.bossIcon; Added combat.bossTimers 2023-07-05 00:24:08 -03:00
Tercio Jose 9b879f4baa Details:UnpackDeathTable(deathTable) now return the spec of the character as the last parameter returned 2023-07-04 18:47:06 -03:00
Tercio Jose f3c49ec02e Added: Details:DoesCombatWithUIDExists(uniqueCombatId); Details:GetCombatByUID(uniqueCombatId); combat:GetCombatUID() 2023-07-04 18:46:22 -03:00
Tercio Jose 9cf94ead8c classCombat:GetTimeData(chartName) now check if the combat has a TimeData table or return an empty table; Added classCombat:EraseTimeData(chartName) 2023-07-04 18:27:23 -03:00
Tercio Jose 978b464419 Code for Dispel has been modernized, deathTable now includes the member .spec 2023-07-04 18:25:47 -03:00