Commit Graph

907 Commits

Author SHA1 Message Date
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
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 b3ab193856 Two other files from the commit remake 2019-05-28 15:41:53 -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 24dde5130c Merge branch 'master' of https://github.com/Tercioo/Details-Damage-Meter 2019-05-12 11:27:59 -03:00
Tercioo 62c2cad907 Framework update and few bug fixes 2019-05-12 11:27:56 -03:00
Tercio Jose 78c96a769d Merge pull request #1 from Scotsoo/toggle-show-hide
Toggle show hide with ctrl+click minimap icon
2019-05-07 09:02:56 -03:00
Scotsoo 2a0d8fa253 Ignoring translations :) 2019-05-06 17:12:40 +01:00
Scotsoo f1b188038c Functionality to ctrl+click minimap icon to hide/show windows
Translations pending
2019-05-05 13:15:35 +01: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 1869c6134d Added API Details.SegmentPhases() and Details.UnitDamageByPhase()
See ingame documentation with /details api
2019-04-22 14:04:50 -03:00
Tercioo 5e0e64982d Added API Details.UnitInfo and Details.UnitTexture
UnitInfo return information about the unit and UnitTexture return the texture for the class and spec for the unit.
2019-04-21 13:50:44 -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 b778d46d3d Added Healing API 2019-04-12 13:18:46 -03:00
Tercioo f793dbeba5 API 2.0 Updates, /details api 2019-04-10 18:39:19 -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 1523f179f8 - Added te first batch of API 2.0 (file functions/api2.lua) 2019-03-23 20:20:12 -03:00
Tercioo 625b1124bd - Added te first batch of API 2.0 (file functions/api2.lua) 2019-03-23 19:35:49 -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 5b90fbbf3c - Fixed debug message without debug enabled. 2019-03-12 16:03:41 -03:00
Tercioo a6f56c46ad - Garbage collector won't clear actors in mythic dungeon segments. 2019-03-11 21:41:55 -03:00
Tercioo 7c8c2aa1d8 - Segments list improvements.
- Shutdown the debug lines.
2019-03-10 23:44:35 -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 8f01d34392 - Fixing the Streamer plugin for the recently changes in details!. 2019-03-08 18:57:38 -03:00
Tercioo 21bb23ead5 - Fixed Raid Check plugin not showing the in plugin management nor in the title bar. 2019-03-08 12:32:33 -03:00
Tercioo 0a234de375 - Fixed plugins initialization broken in latest version. 2019-03-07 17:49:46 -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 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 a4833f966b - Added encounter ID for Grong horde version inside the parser encounter rules. 2019-01-30 17:35:46 -02:00
Tercioo e434a1a0c1 - Fixed Player Details Breakdown window not opening for new instalations. 2019-01-30 14:36:09 -02:00
Tercioo 05cb5eeaf2 - Fixed Player Details! Breakdown window not opening for new installs. 2019-01-25 16:00:17 -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 6fb7af3204 - Improvements on the Encounter Breakdown plugin. 2019-01-20 20:14:24 -02:00
Tercioo 0c486a24a2 - Battle for Dazaralor update.
- Fixed rogue spec icons.
- Some visual improvements.
- Framework update.
2019-01-20 00:22:22 -02:00