Commit Graph

679 Commits

Author SHA1 Message Date
Flamanis 8ea661e8bf GetSpellLink 2024-06-08 18:28:56 -05:00
Lynn abf6b76c53 Fixes div by 0 error and call to wrong GetSpellInfo 2024-06-08 12:50:08 +02:00
Tercio Jose 036b5d9a86 Merge pull request #741 from Flamanis/TWW-Fixes
Initial changes to fix TWW issues
2024-06-07 19:18:29 -03:00
Tercio Jose 2178cfe357 Fixed cho'gall friendly fire errors 2024-06-06 21:31:52 -03:00
Flamanis 510867a469 imit 2024-06-06 06:34:41 -05:00
Tercio Jose 5cfb67f8db Added transliteration to the pet name 2024-06-01 15:11:06 -03:00
Tercio Jose cd16ce7590 Fixed an issue in the backend of the addon 2024-05-27 18:39:22 -03:00
Tercio Jose 82be7ed472 Don't break the death tooltip if the spell isn't in the game client database 2024-05-27 15:11:36 -03:00
Flamanis 90632b5ab0 Update container_actors.lua 2024-05-20 06:46:08 -05:00
Tercio Jose b89a550d94 Fix for the old time type '3' being deprecated and causing errors for returning players 2024-05-19 14:03:33 -03:00
Tercio Jose c031558109 Transliterate pet names on damage tooltip 2024-05-09 15:13:31 -03:00
Elitesparkle 03a1efe4ba Add Grouping Options
Add options to change the horizontal gap between grouped windows.
2024-03-30 13:33:19 +01:00
Elitesparkle cfb3596608 Update Windows Grouping
Add a gap when grouping windows horizontally.
2024-03-30 11:04:18 +01:00
Tercio Jose c1fa712b91 Change Augmentation tooltip color to darkgreen. When leaving a m+ dungeon, wait 40 seconds before finishing and creating the overall m+ segment. 2024-03-19 18:28:05 -03:00
Tercio Jose 2421b29665 Added an option to toggle between rounded and squared tooltips 2024-03-15 15:46:38 -03:00
Tercio Jose 47bad31a56 Added phase and elapsed time for boss wipes on the segment selection menu 2024-03-15 15:36:54 -03:00
Tercio Jose f9d2e81564 Added combat:GetBossHealth(); combat:GetBossName(); combat:GetCurrentPhase() 2024-03-12 21:32:20 -03:00
Tercio Jose 2c613e063d General round of fixes, implementations and polishing
- Polished tooltips from damage and healing done.
- Added new sound: "Details Truck".
- Added 'right click to close' icons before the phrase, also the text is move visible now.
- Added ReopenAllWindows() as alias for a Portuguese function named ReabrirTodasInstancias().
- Added a close button for the breakdown options panel.
- Added support for mask in the spec icons shown in the regular window. Require to add: Instance.row_info.icon_mas = masktexture.
- Event "COMBAT_MYTHICPLUS_OVERALL_READY" now sends the overall mythic+ combat as payload.
2024-03-11 15:43:10 -03:00
Tercio Jose acc03f4769 Another round of polishing and few aditions
- Added bar texture "Skyline Compact".
- Tooltip show 8 spells, up from 6.
- Breakdown color scheme improved.
- Backend changes.
2024-03-08 14:03:34 -03:00
Tercio Jose c1e1191c07 Several tooltips now has thicker lines, bigger icons and smooth rounded corners 2024-03-07 21:20:08 -03:00
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 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 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 32adc61608 Bug fixes, Framework update, General changes to accommodate new systems. 2024-02-26 14:12:11 -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 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 1c0a0eaea0 Fixed an issue with text colors and the background bar color 2024-02-08 00:36:37 -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 c1d8082546 Using now a crowd control spell list from Lib Open Raid 2024-02-05 19:57:19 -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 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 cf591e89fb Fixes for: OpenRaidLib, Rounded Cooltip, Evoker Extra Bar and Ebon Might, Welcome Window 2024-01-16 19:48:55 -03:00
Tercio Jose 9eb4d344e6 General Changes ad Improvements
- Added: Details:IsInMythicPlus() return true if the player is on a mythic dungeon run.
- CombatObjects now have the key 'is_challenge' if the combat is a part of a challenge mode or mythic+ run.
- Evoker extra bar tooltip's, now also show the uptime of Black Attunement and Prescience applications.
- Breakdown Window now show Plater Npc Colors in the target box.
- Added event: "COMBAT_MYTHICPLUS_OVERALL_READY", trigger when the overall segment for the mythic+ is ready.
- Added event: "COMBAT_PLAYER_LEAVING", trigger at the beginning of the leave combat process.
- Library updates: Details! Framework and Lib Open Raid.
2024-01-08 14:18:08 -03:00
Tercio Jose 2efc5a58f8 General Updates and fixed (see commit description)
- Added the 'Remove Battleground Segments' option to the menu that opens when hovering over the erase button.
- Attempt to fix Battleground faction icons, shown on enemy players damage bars.
- Fixed custom scripts showing the damage text too close to the dps text.
- Lib OpenRaid updated.
- Framework Updated.
2023-12-21 14:34:21 -03:00
Tercio Jose 1830359943 General Fixes, Backend Improvements, Library Updates.
Release Documentation:
- Classic now uses the same combat log reader as retail (Flamanis).
- Merged Rage of Fyr'alath spells (equara).
- Added Rogue Ambushes to merged spells (WillowGryph).
- The Remove Common Segments option now also removes segments trash between raid bosses.
- Fixed an issue where auras applied before combat start, such as Power Infusion and Prescience, which are counted towards the target, were not being accounted for.
- Added to Combat Class: classCombat:GetRunTimeNoDefault(). This returns the run time of the Mythic+ if available, nil otherwise.

Technical Notes:
- Classic now uses retail parser.
- Combat class now have the member: classCombat:GetRunTimeNoDefault(); Returns the run time of a M+ (after completed).
- The Utility class's buff scan at the start of combat has been improved, and the code has been cleaned. Also, the scan runs now on the next frame after combat start.
- Augmentation Evoker won't track auras from the combat start aura scan, if the player isn't in combat (example: a player in the group enters in combat).
- Remove tier bonus for Augmentation Evoker Ebon Might damage prediction and nerfed Close as Cluthmates to 10%.
- Segments Container's ResetDataByCombatType() now supports multiple combat types per classification.
- Code cleanup on Segments menu code to use the new Mythic+ functions added to Combat class.
- Mythic+ start detection produced errors if a WORLD_STATE_TIMER_START event triggered before the CHALLENGE_MODE_START event.
- Mythic+ finish code was bugging when 'time' returned by C_ChallengeMode.GetCompletionInfo() wasn't being checked again nil value.
- Rogue's Ambush ability and Rage of Fyr'alath spellIds added to override_spellId within the parser.
- Details! Framework updated.
- Open Raid Library updated.
2023-12-14 11:33:30 -03:00
Tercio Jose 032279bd51 The option to remove common segments now also removes trash between raid bosses 2023-12-04 20:44:33 -03:00
Tercio Jose 1c6bf8d2f1 When a new segment starts, check for buffs to credit to the target as well (power infusion, prescience, and others) 2023-12-04 20:42:21 -03:00
Tercio Jose f82a2d8faa Added classCombat:GetRunTimeNoDefault(): return only the mythic dungeon elapsed time, return nil if the values isn't found 2023-12-04 20:39:59 -03:00
Tercio Jose 74f987ab95 Fixed dps showing wrong numbers when the combat isn't the current one 2023-12-01 22:14:36 -03:00
Tercio Jose eb8c9894a5 Added Mythic+ Overall's time types 2023-12-01 12:30:19 -03:00