Commit Graph

2114 Commits

Author SHA1 Message Date
Tercio Jose c4ee7e89ea End of mythic+ panel updates, training dummy icon, etc.
- Added a round of polishing into the end of mythic+ panel.
- Added: Details:RegisterFrameToColor(frame) the registered frame will use the same color scheme of all the other frames from Details!.
- Segments menu will show a different icon for training dummies.
- Fixed functions that retrieve information about a dungeon.
- Fixed an issue while trying to report using the "Report Results" from the report results tooltip.
2024-03-07 16:05:47 -03:00
Tercio Jose b7e6b89792 Fixed "Time out of combat" after mythic+ and another round of polishing frames and menus 2024-03-06 14:50:56 -03:00
Tercio Jose 9c23a8a8af Polishing the background of many Details! window, they all now share the same color, the color can be set with Details:SetWindowColor(r, g, b, a) 2024-03-05 21:41:39 -03:00
Tercio Jose a155ec56a3 Another round of polishing 2024-03-04 21:40:46 -03:00
Tercio Jose b1a7c5e278 Applied a round of polishing to the Breakdown Window 2024-03-03 15:18:10 -03:00
Tercio Jose ca192bb646 Polishing the segments menu 2024-03-02 21:52:58 -03:00
Tercio Jose 8ab122bf4f Set as trash combats not insided mythic+ or boss fights 2024-03-01 22:36:26 -03:00
Tercio Jose 703cee33fd Fixed mythic+ segments being considered trash. 2024-03-01 21:00:48 -03:00
Tercio Jose 7d8b84a216 More bug fixes and implementations on the backend of mythic dungeons handling. 2024-03-01 17:30:59 -03:00
Tercio Jose a8d8733274 Another round of bug fixes 2024-02-29 23:59:33 -03:00
Tercio Jose 62bb7c3aeb Breakdown expand arrows, now point to the right when collapsed (was pointing up) 2024-02-29 15:15:08 -03:00
Tercio Jose 2aebdda530 Bug Fixes 2024-02-29 14:43:49 -03:00
Tercio Jose e23d7f59ab Bug Fix 2024-02-29 11:57:06 -03:00
Tercio Jose 19b2556106 Added option to Enable/Disable augmentation extra bar; Disabled DataStorage for 11.0 revamp 2024-02-28 19:18:30 -03:00
Tercio Jose ac57a39c70 Added Compare between segments in the Breakdown Compare tab 2024-02-28 12:43:59 -03:00
Tercio Jose 32adc61608 Bug fixes, Framework update, General changes to accommodate new systems. 2024-02-26 14:12:11 -03:00
Tercio Jose 483d9c6976 Added segments list for the breakdown window 2024-02-26 13:54:00 -03:00
Tercio Jose c4040ac4de Added report to breakdown window 2024-02-26 13:53:27 -03:00
Tercio Jose 937e167327 Plugin options frame
Added a new skin for plugin options: rounded panel, this is the new default and identified by template id 3.
2024-02-26 13:52:21 -03:00
Tercio Jose 72c61b8c6a Instance class changes
- Added GetActorBySubDisplayAndRank(displayId, subDisplayId, rankIndex): return an actorObject for the given sub display and rank.
2024-02-26 13:50:51 -03:00
Tercio Jose 71565d3a90 Class combat updates
- Added combat type DETAILS_SEGMENTTYPE_EVENT_VALENTINEDAY.
- Added: SetDateToNow(bSetStartDate, bSetEndDate), set the start or end data to the current time.
- Added: GetEncounterName(): return the encounter name if any.
- Added: GetBossImage(): return the boss face.
- Added: GetSegmentSlotId(): return which slot in the segments table this combat is in.
- Added: GetCombatIcon(): return an atlastable containing texture information for the combat icon. example: a skull for a boss fight.
- Added: GetCombatName(bOnlyName, bTryFind): return a name for the combat.
- Added: GetTrinketProcsForPlayer(playerName): return table<spellid, trinketprocdata>.
- Added: GetFormattedCombatTime(): return elapsed time as string, format: "minute:seconds".
- Added combat.zoneName and combat.mapId.

- Renamed InstanceType() to GetInstanceType().
- Renamed: GetFormatedCombatTime() to GetMSTime(): return floors minute, second.
2024-02-26 13:48:47 -03:00
Tercio Jose 7176e027a8 Version Dump 2024-02-19 12:59:56 -03:00
Tercio Jose 3e9775499f Framework Update 2024-02-19 12:59:11 -03:00
Tercio Jose 2ca4c011c0 Improvements for the Ask to Erase Data and more development on End of M+ panel 2024-02-18 19:52:02 -03:00
Tercio Jose cd8266fff6 More fixes for text color and bar color. Early and under development report button addon to the Player Breakdown window. 2024-02-15 17:02:29 -03:00
Tercio Jose 2fd02eebb1 General development and bug fixes (see commit description).
- Fixed the deaths display, where the windows wasn't usig custom text scripts.
- Fixed an issue with custom displays, where it was unable to use class colors in their texts.
- More development and bug fixes on the new Mythic+ Run Completion panel.
- Framework Update.
2024-02-13 13:24:28 -03:00
Tercio Jose 18e7464cef Bug fixes for the Mythic+ End of Run panel
- General fixes applied to the Mythic+ Panel.
- The Mythic+ section in the options panel can now be translated.
- More fixes for text color.
2024-02-08 11:46:31 -03:00
Tercio Jose 1c0a0eaea0 Fixed an issue with text colors and the background bar color 2024-02-08 00:36:37 -03:00
Tercio Jose cef44035c9 Renamed "Show Damage Charts" to "Show End of M+ Panel" 2024-02-07 20:32:47 -03:00
Tercio Jose c080f6e9b8 Releasing the new end of mythic+ panel 2024-02-07 13:17:00 -03:00
Tercio Jose 4f63a6fee9 Fixed an error given at completing a mythic dungeon run 2024-02-07 12:07:04 -03:00
Tercio Jose 9f245631a6 Fixed an issue in Vanilla when the addon tried to use retail talent api 2024-02-07 11:21:47 -03:00
Tercio Jose 0f62e059a6 Fixed player color not showing when not using class colors 2024-02-07 11:20:55 -03:00
Tercio Jose 2928593144 Updated Open Raid Library 2024-02-05 20:05:58 -03:00
Tercio Jose c1d8082546 Using now a crowd control spell list from Lib Open Raid 2024-02-05 19:57:19 -03:00
Tercio Jose fa4fcbffba Fixed wrong file loading order on classic and vanila. 2024-02-04 16:49:51 -03:00
Tercio Jose dab65476f5 Version UP and Removed debug line for release version 2024-02-04 15:26:26 -03:00
Tercio Jose ee0b350aba Maintenance Update and Mythic Dungeon Plus development progress
- Dungeon followers now correctly show into the damage done section.
- Fixed an error while statusbar plugin options.
- Framework update.
- Mythic Dungeon Plus code has been separated into six files (was just 2), this will help with the organization
and maintenance of the code.
2024-01-31 13:34:00 -03:00
Tercio Jose d4da0b2f46 Tagging release for latest commit which fixed an issue with WotLK. 2024-01-22 15:53:57 -03:00
Tercio Jose cce2584e74 Fix for an error when starting a boss encounter on Wrath 2024-01-22 09:29:37 -03:00
Tercio Jose 3298663488 Change Logs 2024-01-20 17:28:09 -03:00
Tercio Jose b7c2b6c7a1 Release Candidate 1 2024-01-20 14:28:25 -03:00
Tercio Jose 4eff7b223e General Fixes after major patch 2024-01-17 11:35:18 -03:00
Tercio Jose 159c9c5f19 Merge pull request #669 from Hollicsh/master
Update please .toc files (## Interface ver.)
2024-01-16 20:21:56 -03:00
Valdemar aff0f6a739 Update Details_Wrath.toc 2024-01-17 04:17:53 +05:00
Valdemar 75a1c70053 Update Details_Classic.toc 2024-01-17 04:17:50 +05:00
Valdemar 71905b6759 Update Details.toc 2024-01-17 04:17:46 +05:00
Valdemar 511e8bf171 Update Details_Vanguard_Wrath.toc 2024-01-17 04:11:48 +05:00
Valdemar 9f28362f07 Update Details_Vanguard.toc 2024-01-17 04:11:45 +05:00
Valdemar ca6d298db1 Update Details_Vanguard-Wrath.toc 2024-01-17 04:11:42 +05:00