Commit Graph

392 Commits

Author SHA1 Message Date
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
m4tjz 02b330a095 Update parser.lua 2020-05-17 17:12:55 -03:00
m4tjz e5a9b76d31 Update parser.lua
Better tracking of Spell Reflected Damage.
2020-05-17 16:38:55 -03:00
Tercio Jose 1142fbb13a Lock damage reflection on a time windows of 3 seconds from reflected to target hit 2020-05-10 19:33:19 -03:00
Tercio Jose b3fafad975 Merge pull request #62 from athei/spell_reflect
Track spell reflect damage
2020-05-10 17:30:58 -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
Alexander Theißen 655f54ad8f Track spell reflect damage
Add damage that was reflected to the entity that has done
the reflected (mostly prot warris). Previously the damage
was added to the caster of the spell.
2020-04-11 10:08:53 +02:00
Tercio Jose 5d371f4e94 Merge pull request #30 from rubenvrolijk/patch-1
bugfix healing done from unit to unit
2020-02-22 16:26:28 -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
Tercio Jose baf7d2f3b2 General 8.3 Update
- ToC Bump.
- Fixed the '_bit_band' bug.
- Framwork update from 161 to 164.
2020-01-16 13:40:14 -03:00
Tercio Jose a193b29907 Healers can now heal training dummies without the need to be in combat; Added stormstrike to consolidaded spells 2020-01-06 20:52:30 -03:00
rubenvrolijk d26f2efa11 bugfix healing done from unit to unit 2019-11-30 13:05:22 +01:00
Tercio Jose f01394be98 '/details users' major upgrade
- Stop showing the '/details users' panel again after the user closes the panel.
- Improvements on aura detection at the start and end of an encounter.
- Rewrite on Potion Used custom display.
2019-10-19 15:09:10 -03:00
Tercioo 05d9f92ca1 Overkill fixes 2019-07-24 13:22:39 -03:00
Tercioo 6069094af7 Re-making the commit for reported issues on classic wow 2019-05-28 13:25:48 -03:00
Tercioo 7c9a3957b4 Revert "More fixes for Classic WoW"
This reverts commit e21d70e46e.
2019-05-28 13:05:35 -03:00
Tercioo e21d70e46e More fixes for Classic WoW
This version should be stable on Classic WoW.
2019-05-26 14:48:12 -03:00
Tercioo 643d25bb91 Initial WoW Classic Support
First pass of changes to make Details! compatible with WoW Classic.
2019-05-23 15:13:42 -03:00
Tercioo cc57155d71 Energy and Resources Revamp
- Energy overflow when using spells are now tracked (using a spell which gives energy and the energy gained passses the max amount of energy).
- Energy overflow with classses with auto energy restoration like rogues are also tracked.
- Resources now are shown as resource per second instead of per minute.
2019-05-04 11:35:38 -03:00
Tercioo 5e5fd97e55 Added API: SegmentInfo(), SegmentTotalDamage(), SegmentTotalHealing(), see '/details api' for more information 2019-05-01 14:54:56 -03:00
Tercioo dfad8bc9fd New API Details.SegmentPhases() and Details.UnitDamageByPhase()
Details.SegmentPhases(): return a table containing phase numbers, use to query unit damage for a specific encounter phase.
Details.UnitDamageByPhase( unitId, phaseNumber): query the damage of a unit during a specific phase.
2019-04-23 15:02:34 -03:00
Tercioo be966f7436 Added support for Combat Log Event Recording (in game)
Further versions will support ingame time line analysis using the combat log event records, at the moment it is available for early adopters.
To enable, edit the line '_is_storing_cleu' to true in Parser.lua.

Also on this version: added early implementation of damage chart in the Player Detail Breakdown window, it is disabled by default for users.
2019-04-16 13:20:28 -03:00
Tercioo 55790fb0ff - Tagging deprecated functions as 'deprecated' and small cleanups.
- Adding more prints to chat on the overall merge.
2019-03-15 20:03:38 -03:00
Tercioo b7b90f6d5e - Make sure the actor isn't a fight component before the garbage collector erases it.
- Do not do trash cleanups during mythic+ dungeon runs.
- Do not overrite a fight component or group state if the new value is false during a merge.
2019-03-14 20:30:51 -03:00
Tercioo 29f8cfbf75 - Changed the way mythic dungeons are handled internally.
- Added events: COMBAT_MYTHICDUNGEON_START, COMBAT_MYTHICDUNGEON_END, COMBAT_ENCOUNTER_END, COMBAT_ENCOUNTER_START.
- Added API: Details:GetCombatFromBreakdownWindow()
- Added wasted time in the segment tooltip for mythic dungeon overall and trash overall.
- Added Fel Eruption crowd control.
2019-03-10 21:36:25 -03:00
Tercioo 3c62ffbf5b - Attempt to fix some plugins loading after details! start and failing to install.
- Fixed Vamguard plugin not showing debuffs on tanks.
- Fixed a bug within Atal'Dazar dungeon where in some cases adds damage where considered friendly fire.
2019-03-06 15:22:09 -03:00
Tercioo ab333051bc - Framework update.
- Schedules run after combat ends and no more after regen_enabled.
2019-02-23 14:55:50 -03:00
Tercioo df46fc9cf2 - Moving Details:Start() to PLAYER_LOGIN. 2019-02-21 13:02:22 -03:00
Tercioo a4833f966b - Added encounter ID for Grong horde version inside the parser encounter rules. 2019-01-30 17:35:46 -02:00
Tercioo 2c71a6428c - Major clean up on plugins that lost support on 8.0.
- Some code cleanup and old windows using old window styles are now using the framework.
- Removed some debug prints.
- All export data are using LibDeflate now.
2019-01-23 16:20:12 -02:00
Tercioo 9301c993ca - Encounter updates and framework fixes. 2019-01-22 14:28:29 -02:00
Tercioo d5773d1583 - Framework update for mage polymorph fixes.
- Fixes for battle of dazar'alor raid.
2019-01-22 09:39:01 -02:00
Tercioo 24d5be67d2 - Fixed East Asian myriads showing a giganting non formated number in the total bar DPS.
- Added a reset nickname button in the right side of the nickname field.
- Framework and NickTag library updates.
2018-12-03 17:25:35 -02:00
Tercioo 7e0916de63 - Added Death Logs for mythic dungeon runs in the Overall Data. 2018-11-22 14:01:54 -02:00
Tercioo 268fab49a9 - New Feature: import and export profiles.
- Major improvements on bar text scripts.
- Improved import and export custom skins.
- Fixed shaman's sundering spell not showing in crowd control.
- Fixed sharing guild statistics.
- More spells added to spell consolidation: Whirlwind, Fracture, Mutilate.
- Monk Mistweaver Blackout Kick now has a indicator when it comes from passive 'Teachings of the Monastery'.
- Added slash command '/details debugwindow' for cases when the window isn't shown or are anchored in the wrong place.
- Exposed spell ignore table, you can now add spells to be ignored using Details.SpellsToIgnore [spellID] = true.
2018-11-07 17:32:08 -02:00
Tercio 8dd8714dd5 - Major improvements on row text scripts, now they pass 4 objects: actor, combat, instance and the default text of the bar.
- Added warrior Whirlwind, deamonhunter Fracture, rogue Mutilate to spell consolidation.
2018-10-30 19:40:07 -03:00
Tercio c8bac60626 - Fixed damage on low level training dummies where it was showing 1 damage for each ability.
- Added a line in the tooltip shown when hovering over the spec icon to show non-formated DPS, example: "12.0K" DPS shows "11,985.8".
- Developers: command /run Details:DumpTable() should now show the correct table names with quotation marks if string.
- Framework update.
2018-10-19 21:11:32 -03:00
Tercio 6cfb1a71c4 - Fixing the pvp issue introduced in the previous build. 2018-10-10 23:01:37 -03:00
Tercio 14651bebb1 - Send character data when the group roster changes.
- Removed ignore_actors check since there's nothing to check at the moment.
2018-10-10 14:31:12 -03:00
Tercio 98b28ee05b - Player detail window now has bigger lines (16 pixels to 20).
- Renamed the Group DPS window title to Real Time Group DPS.
- Framework update.
2018-10-09 18:43:05 -03:00
Tercio c228e85acf - Added a macro section with useful macros.
- More polish done to the Encounter Details! window.
2018-10-06 17:39:20 -03:00
Tercio fa15da8338 - framework update.
- fix for friendly fire cleanup on the previous commit.
2018-10-05 09:18:09 -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 7b3078ae39 - Deprecated rules for friendly fire has been removed, this might fix some random issues with mind controlled players in the Lord Stormsong encounter in the Shrine of the Storm dungeon.
- Fixed DBM/BigWigs aura creation from the Spell List panel.
- Chart scripts now receives the envTable, use local envTable = ... .
- Polymorth (Black Cat) and Between the Eyes got added to Crowd Control list.
- Fixed Timeline plugin not showing the cooldown panel.
- Overall data setting won't reset on every logout.
- Slash command '/details merge' won't flag the merged combat as a trash segment anymore.
- Added function to use on macros to open the Player Details Window: /script Details:OpenPlayerDetails(1).
- Done more improvements on the Death Recap window.
2018-09-25 20:21:13 -03:00
Tercio d8134d51f1 - Fixed pets with the owner name showing twice in the pet name.
- Fixed tooltips not showing pets for the end segment created after a mythic dungeon.
2018-09-18 18:13:39 -03:00
Tercio 4b7beb1469 - Fixed custom display 'Dynamic Overall Data'.
- Fixed friendly fire for some dungeon bosses.
- New API: Details:GetSpecByGUID (unitGUID)
2018-08-28 13:03:08 -03:00
Tercio b5c646540f - Workaround for Hunter's Incendiary Ammunition bug. 2018-08-22 12:22:19 -03:00
Tercio 08bc98c2b3 - Parser cleanup. 2018-08-21 18:14:42 -03:00
Tercio e3e63dcd67 - bug fixes. 2018-08-16 22:05:10 -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