Commit Graph

539 Commits

Author SHA1 Message Date
andrew6180 3095ac1ac4 Mythic plus is just difficulty 3 2024-05-18 07:24:47 -07:00
andrew6180 bb7e0d2c27 Work on Ascension Backport 2024-05-17 15:08:08 -07:00
Tercio Jose 26c55e9fbc Merge pull request #705 from WillowGryph/WillowGryph-Overrides
Update parser.lua
2024-05-01 14:50:30 -03:00
Flamanis 3e1212a7ec Cata fixes. 2024-04-20 10:15:23 -05:00
Tercio Jose 6ae2042446 Merge pull request #696 from Flamanis/Cata-initial-fixes
Initial changes to try to fix cata beta.
2024-04-05 17:49:28 -03:00
WillowGryph 424d2602f5 Update parser.lua
Added Arms Warrior Whirlwind, Warrior Charge, and Monk Blackout Kick to spell overrides.
2024-03-27 17:53:46 -04: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
Flamanis cd4a2c72b4 Initial changes to try to fix cata beta. 2024-03-17 04:28:51 -05: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 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 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 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 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 c1d8082546 Using now a crowd control spell list from Lib Open Raid 2024-02-05 19:57:19 -03:00
Tercio Jose dab65476f5 Version UP and Removed debug line for release version 2024-02-04 15:26:26 -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 b7c2b6c7a1 Release Candidate 1 2024-01-20 14:28:25 -03:00
Tercio Jose 017f38a31b Merge pull request #665 from Flamanis/Ignore-Smoldering-Seedling-Healing
Ignore healing to the Smoldering Seedling spawned by the trinket.
2024-01-14 23:18:05 -03:00
Tercio Jose 9c63b08895 General Updates
- Fixed an error while scrolling down target npcs in the breakdown window.
- Fixed an error when clicking to open the Death Recap by Details!.
- End of Mythic Run panel got updates.
- Framework updated: new rounded tooltips.
2024-01-12 23:56:55 -03:00
Flamanis 1497180bfa Ignore healing to the Smoldering Seedling spawned by the trinket. 2024-01-10 22:24:22 -06:00
Tercio Jose f078bd5296 Fix 2024-01-08 14:57:07 -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 99aff93ba8 Merge pull request #620 from Flamanis/JudgementWrath
Attribute Judgement of Light to the healed on Wrath
2023-12-30 12:23:30 -03:00
Flamanis 4b5e453380 Update parser.lua 2023-12-29 23:56:56 -06:00
Tercio Jose 5547cfa3d5 Stuff under development 2023-12-28 16:37:32 -03:00
Tercio Jose d102fe7a07 Backend improvements and bug fixes
- Fixed an error when hovering over some spells in the Auras panel on the Player Breakdown window.
- Fixed the character item level, which was not showing for players that left the party group on the Player Breakdown window.
- Fixed boss images not showing at the segments selection menu.
- Other updates related to encounter journal and mythic+, both under development.
2023-12-26 11:38:00 -03:00
Tercio Jose 0bd0343034 Framework Update 2023-12-19 10:30:25 -03:00
Tercio Jose 2a2e9eb769 Framework and Lib OpenRaid updates. 2023-12-18 17:14:26 -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 40766812a8 Merged Rage of Fyr'alath spells 2023-12-08 16:26:12 -03:00
Tercio Jose 28ad87eb86 Merge pull request #636 from Flamanis/master
Use original cleu handler for Era.
2023-12-08 13:49:42 -03:00
WillowGryph 740ed501e3 Update parser.lua
Added Rogue Ambushes to parser
2023-12-04 21:59:43 -05:00
Tercio Jose 3b91363fd9 Fixed an error while doing mythic+ 2023-12-04 20:45:02 -03:00
Flamanis cfe83ca1e3 Use original cleu handler for Era. 2023-12-03 16:59:48 -06:00
Tercio Jose 0ff046b500 Major upgrade for alpha testers 2023-11-30 16:13:14 -03:00
Tercio Jose e721a07068 Undoing changes for combatlog changes on 10.2 as the combatlog changes got reverted 2023-11-14 00:30:10 -03:00
Tercio Jose 29427009e5 More fixes for deathlog 2023-11-12 16:22:25 -03:00
Tercio Jose 7e7dda8ee7 Fixed the Mythic+ Graphic not showing after clicking in "Show"; Fixed Health Bar on deathlog; 2023-11-12 16:01:17 -03:00
Tercio Jose ba7d2c2c2d Fixed an issue where the combat time was always 1 second for some users 2023-11-12 13:23:32 -03:00
Tercio Jose 7a5529d4e4 More fixes 2023-11-10 21:10:01 -03:00
Tercio Jose d95ff2b827 More fixes for patch 10.2 combatlog changes 2023-11-10 20:42:57 -03:00
Flamanis 628b14ec42 Fix single segment BG and a couple missed unitnames 2023-11-09 13:46:49 -06:00
Flamanis ce35713b50 Remove UnitIsUnit('player',X) checks, and change UnitName calls to use Details.playername 2023-11-09 00:45:20 -06:00
Tercio Jose 57535baddf Change logs and small fixes 2023-11-08 10:13:21 -03:00
Flamanis 761eaac2d1 Fix for realms with spaces and pets 2023-11-07 22:23:01 -06:00
Tercio Jose 466c67aea4 Added atonement update to all all players to see on their buff uptime 2023-11-06 15:28:14 -03:00
Tercio Jose d11f8a1ccd Fixed an error during Battlegrounds
Stacked heals feature wasn't checking if the previous deathlog event was a healing event as well.
2023-11-02 13:59:17 -03:00
Tercio Jose 557f54d98a More fixes for patch 10.2 combatlog changes 2023-10-28 21:11:44 -03:00
Tercio Jose f870036f06 10.2 always send the realm name even if the unit is from the player's realm, this patch fixes the issues caused by the change 2023-10-28 16:03:01 -03:00