Commit Graph

2028 Commits

Author SHA1 Message Date
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 7a3c32f6f8 Update Libraries 2023-12-26 11:19: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 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 298228ece4 Update for Lib OpenRaid 2023-12-14 15:03:05 -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
Tercio Jose 77700991c8 Merge pull request #638 from WillowGryph/WillowGryph-patch-1
Update parser.lua
2023-12-05 00:02:04 -03:00
WillowGryph 740ed501e3 Update parser.lua
Added Rogue Ambushes to parser
2023-12-04 21:59:43 -05:00
Tercio Jose 6abc2cc879 Framework Update 2023-12-04 20:45:16 -03:00
Tercio Jose 3b91363fd9 Fixed an error while doing mythic+ 2023-12-04 20:45:02 -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
Flamanis cfe83ca1e3 Use original cleu handler for Era. 2023-12-03 16:59:48 -06: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 f90a094e54 Debug line 2023-12-01 18:48:32 -03:00
Tercio Jose 19562de6d2 Change logs 2023-12-01 13:44:36 -03:00
Tercio Jose eb8c9894a5 Added Mythic+ Overall's time types 2023-12-01 12:30:19 -03:00
Tercio Jose 0ff046b500 Major upgrade for alpha testers 2023-11-30 16:13:14 -03:00
Tercio Jose 319fe4c84e Added "Dreambinder, Loom of the Great Cycle" and "Corrupted Starlight" to Use Items List 2023-11-20 19:36:58 -03:00
Tercio Jose 95ba39b389 Added Erase Segment Options: "Remove Common Segments" and "Reset, but keep Mythic+ Overall Segments" 2023-11-20 19:36:28 -03:00
Tercio Jose 22483cb77c Fix for the CheckInteractDistance() error 2023-11-20 18:30:34 -03:00
Tercio Jose 90746e8567 Calling CheckInteractDistance() only outside combat 2023-11-17 19:38:31 -03:00
Tercio Jose e4140664ed Fixed an issue with the options panel 2023-11-14 14:17:13 -03:00
Tercio Jose 448a31671b Fixed Details! Streamer plugin on Classic versions of the game; Moved a few things in the options panel 2023-11-14 13:42:57 -03:00
Tercio Jose cf80fe5182 Attempt to wake up CF packager 2023-11-14 09:24:22 -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 4b7463a307 Debug print removed 2023-11-13 11:11:59 -03:00
Tercio Jose ed489fcb6b Getting Evoker Buffs fixed 2023-11-12 22:03:38 -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 4bc79da714 Merge pull request #629 from Flamanis/PetOwnershipFlags
Handle owner flags in PetOwnerFound
2023-11-11 20:32:02 -03:00
Flamanis 2c4bfb23c7 Handle owner flags in PetOwnerFound 2023-11-11 17:28:43 -06:00
Tercio Jose 2d924211d1 Fixed statistics frame not closing the options frame when clicking on the X button 2023-11-11 14:14:12 -03:00
Tercio Jose 8fc05069b1 Fixed nicknames 2023-11-11 14:10:43 -03:00
Tercio Jose 02b7ed87ad Merge pull request #628 from Flamanis/FixNickname
Fix nickname option
2023-11-10 23:05:13 -03:00
Flamanis b166a48817 Fix nickname option 2023-11-10 20:04:16 -06:00
Tercio Jose daaa3a7f1f Fixed an issue where UnitFullName doesn't return the realm name for units in the same realm as the player, but return the realm if querying the player itself 2023-11-10 22:34:29 -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
Tercio Jose 60819b9143 Nicktag reverted; more fixes for combatlog changes on 10.2 patch 2023-11-10 19:10:29 -03:00
Tercio Jose 89b84ced68 Version for new fixes applied 2023-11-09 19:16:52 -03:00
Tercio Jose 61d9375ae2 Merge pull request #625 from Flamanis/FixSingleSegmentBG
Fix single segment BG and a couple missed unitnames
2023-11-09 19:15:41 -03:00
Flamanis 628b14ec42 Fix single segment BG and a couple missed unitnames 2023-11-09 13:46:49 -06:00
Tercio Jose 8b026db68b Tagging release for the new fixes applied over night 2023-11-09 12:21:30 -03:00
Tercio Jose 49e940a173 Merge pull request #624 from Flamanis/fixnicknames
Fix a lot of Name-Realm issues
2023-11-09 12:10:26 -03:00