Commit Graph

531 Commits

Author SHA1 Message Date
Tercio Jose c42a35657d 8.3.0 > 9.0.1 2020-10-16 19:51:44 -03:00
Tercio Jose eabba12e08 Fix window showing bck after 10seconds of /de hide 2020-08-21 13:24:00 -03:00
Tercio Jose 72ddfe8202 Another round of general bug fixes
- Added Abyssal  Healing Potion.
- Fixed healing done targets on the breakdown window.
- Fixed hovering bars when the window is embed into the chat window.
2020-07-01 12:54:30 -03:00
Tercio Jose 168056cffb More fixes for hiding issues 2020-06-30 14:35:02 -03:00
Tercio Jose 9b03c8184e Fix for some Hiding issues 2020-06-30 14:24:46 -03:00
Tercio Jose 1d980f085e Search first for Female Declensions 2020-06-29 19:51:35 -03:00
Tercio Jose d545f1216e Fixes on the new feature Auto Hide 2020-06-28 15:23:50 -03:00
Tercio Jose 2d40243d25 Full Revamp on Auto Hide Settings 2020-06-21 18:56:17 -03:00
Tercio Jose c2007529d6 GetLocate on the fly instead of relying on a cached value 2020-06-03 19:55:42 -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
Tercio Jose 149986e6cc Removed the leftover print plus framework updates 2020-03-14 13:40:14 -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
Tercio Jose bcdd7ae683 Get cached value for the user language 2020-02-10 20:20:09 -03:00
Denis Kamenskikh 238a4de40f Fix gender constants. 2020-02-02 15:47:31 +03:00
Denis Kamenskikh 2d0f5685df Find pet owner using correct player name declension for ruRU locale. 2020-02-02 14:12:32 +03: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
Tercio Jose 9e97edb7c5 Fixing 2019-10-20 20:06:32 -03:00
Tercio Jose 7a301fbca8 Check if unit exists before calling UnitIsUnit 2019-10-19 21:00:47 -03: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
Tercio Jose 4e8b13a2ef Revamp on '/details users' 2019-10-16 20:24:49 -03:00
Tercio Jose b4c9a55cc2 General Bug Fixes
- Fixed custom displays import.
- Fixed 'Dynamic Overall Data' tooltip script.
- When using /details it tells the version of the addon much more clear.
2019-09-21 13:40:38 -03:00
Tercio Jose 09cb8a7ab9 General Updates.
- localizations updates.
- string bug fixes.
- coments updates.
2019-09-07 19:17:06 -03:00
Tercioo 7b86e5920d Classic fixes 2019-08-10 13:55:45 -03:00
Tercioo b333731bd6 Last damage now shows the damage - overkill by default.
A command has been added to test the overkill without discouting the overkill damage from the last hit.
/run Details.show_totalhitdamage_on_overkill = true
2019-07-25 15:16:32 -03:00
Tercioo 05d9f92ca1 Overkill fixes 2019-07-24 13:22:39 -03:00
Tercioo 04f621d78e Added Click Through and 8.2 Bug Fixes
- Added click through option in options > display section.
- Fixed code editor for bar texts not opening.
- General small bug fixes.
2019-07-02 18:50:14 -03:00
Tercioo 2018078d4b WoW Patch 8.2 General Fixes
- Cleanup on .pkgmeta file.
- Removed 3DModelsPatch plugin.
- ToC files Updated.
- Minor 8.2 API changes bug fixes.
2019-06-26 12:55:18 -03:00
Tercioo e3c854203c Classic WoW changes
I don't have access to classic wow at the moment, so thise changes are what players are telling me it's bugged.
2019-06-08 15:31:28 -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 62c2cad907 Framework update and few bug fixes 2019-05-12 11:27:56 -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 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 d18fa8c138 Moving rank text to a new Statusbar in the Player Detail Window
Rank information was shown in the header above the tabs, now the player details window has a statusbar and the rank information is shown there.
2019-04-13 13:00:51 -03:00
Tercioo 2ff8108c83 More development on the new API 2019-04-09 14:05:18 -03:00
Tercioo 4bd7bbc6df - If the skin selected does not exists, use the default skin.
- Added 'icon_offset' member into instances to offset the class icon.
- Event Tracker not uses the cooldown and crowd control lists from the framework.
- Added new gradient wallpapers.
2019-04-03 15:08:37 -03:00
Tercioo 020bb1bcda - Attempt to delete the last trash segment in a dungeon run if this trash is the current segment. I'll delete it and pass the last boss segment as the current segment, after that it'll create the overall segment for the dungeon run. 2019-03-18 15:10:59 -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 02fa9a5c6b - Fixed an issue where some options combinations was making the window unlock after /reload.
- Framework update.
- Localization updates.
2019-02-19 21:56:21 -03:00
Tercioo c018f4db29 - Custom display 'My Spells' now get the player role from the current spec the character is using.
- Framework: table copy won't try to copy '__index' meta table.
2019-02-09 14:05:24 -02:00
Tercioo ca0775dcda - Fixed window for report to Copy/Paste.
- Removed Report History from the report window.
- Fixed tooltip not hiding after clicking the report button.
2018-11-21 22:14:43 -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 24eebefb6f - Added import and export profiles.
- Improved import and export custom skins.
- Fixed shaman's sundering spell not showing in crowd control.
- Fixed sharing guild statistics.
2018-10-28 15:58: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 9e9f897db6 - Updated to BFA 'Potion Used' and 'Health Potion and Stone' custom displays.
- Fixed small visual glitches and tooltip updates.
2018-09-30 20:05:18 -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