Commit Graph

2003 Commits

Author SHA1 Message Date
Flamanis cfe83ca1e3 Use original cleu handler for Era. 2023-12-03 16:59:48 -06: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
Flamanis ce35713b50 Remove UnitIsUnit('player',X) checks, and change UnitName calls to use Details.playername 2023-11-09 00:45:20 -06:00
Flamanis bc0070cc6d Force Nicktag to include realm name on retail 2023-11-08 23:56:35 -06:00
Tercio Jose 5e7df0d94a Added Details:GetUntitClass(unitId), this call handles the Ambiguate in combatlog's player name when calling UnitClass 2023-11-08 20:25:25 -03:00
Tercio Jose 3b2ba40b29 API 2.0 now uses Details:GetFullName(unitId) to retrieve a unit name 2023-11-08 19:01:26 -03:00
Tercio Jose dd13aff961 Attempt to fix an issue for players on realms that have a space in the realm name. 2023-11-08 12:56:16 -03:00
Tercio Jose 57535baddf Change logs and small fixes 2023-11-08 10:13:21 -03:00
Tercio Jose 642d74031c Plugin ToC Updates 2023-11-08 09:54:35 -03:00
Tercio Jose 9a64ba69bb Merge pull request #623 from Flamanis/RealmsSpaces
Fix for realms with spaces and pets
2023-11-08 09:07:29 -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 21f30af11f Fixed Death tooltip not clamping to screen 2023-10-29 23:49:40 -03:00
Tercio Jose 718cd9b93b Release for PTR tests (fixes for combatlog changes) 2023-10-28 21:12:54 -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
Tercio Jose b304b3bbe4 Setting Details.playername cache as "player-realm" for 10.2 2023-10-28 14:58:02 -03:00
Tercio Jose 9c4f249c8d Fixed /details pets 2023-10-28 14:55:54 -03:00
Tercio Jose 966e0c3a99 Changelog 2023-10-27 19:26:39 -03:00
Tercio Jose 73d152baac Framework and 10.2 updates 2023-10-25 12:57:00 -03:00
Tercio Jose 10dd61abdd Merge pull request #617 from Flamanis/Remove-LibCompress
Remove LibCompress library that was already unused
2023-10-25 11:00:21 -03:00
Flamanis b3579c0085 Remove LibCompress library that was already unused 2023-10-24 09:29:44 -05:00
Tercio Jose 5a5d25e868 Merge branch 'master' of https://github.com/Tercioo/Details-Damage-Meter 2023-10-13 18:04:16 -03:00
Tercio Jose 597371aba1 Framework Update 2023-10-13 18:04:13 -03:00
Tercio Jose f086e1a4ea Merge pull request #612 from Flamanis/master
Avoid _ from global namespace.
2023-10-12 19:25:33 -03:00
Flamanis b3afc493b6 Merge branch 'Tercioo:master' into master 2023-10-12 17:21:28 -05:00