Commit Graph

149 Commits

Author SHA1 Message Date
andrew6180 14f904a832 Do not -1 GetNumGroupMembers, party UnitIdCache includes player. 2024-09-08 11:06:34 -07:00
andrew6180 1431681412 Remove dragonflight checks 2024-09-06 11:39:12 -07:00
Tercio Jose 11a821729b removed debug prints 2024-08-26 10:15:19 -07:00
Tercio Jose ff80c8c9c6 Fixing last commit stuff 2024-08-26 10:14:43 -07:00
Tercio Jose 6456547ab1 Fixing battleground naming bug, fixed tooltip border 2024-08-26 10:13:54 -07:00
Tercio Jose 4578ddaa41 A round of general bug fixes 2024-08-26 10:08:46 -07:00
Tercio Jose 70a9a067df When in open world, if a group member enters in combat, a new segment is created 2024-08-26 09:35:12 -07:00
Tercio Jose 4c65968927 Fixed /key not showing the map name 2024-08-26 09:25:47 -07:00
Tercio Jose beca97a948 Changed the health on death logs to be live percent (health % at hit moment), was before health amount divided by default character life amount 2024-08-26 09:24:39 -07:00
Tercio Jose 161481c821 Fixes on the new limit of segments wipes 2024-08-26 08:54:36 -07:00
Tercio Jose 6a1b10f8f0 More debug for the new storage system 2024-08-26 08:54:28 -07:00
Tercio Jose 6975f3e9db Added the new wipe counter for tests 2024-08-26 08:52:47 -07:00
Tercio Jose 66624f924c Refined disabled parser outside combat 2024-08-26 08:48:58 -07:00
Tercio Jose 5d45539caa More storage development 2024-08-26 08:43:42 -07:00
andrew6180 27c64fd7fb fix difficulty ids 2024-07-10 16:56:39 -07:00
Tercio Jose a02e5d4bc6 Rewrite on storage and internal ranking system 2024-07-10 16:28:19 -07:00
Tercio Jose 00f04959cb added commentator stuff, general code cleanup and better formatting, some deprecated code removed 2024-07-10 15:59:02 -07:00
andrew6180 1a4a06d101 Merge remote-tracking branch 'fork/master' 2024-06-10 08:55:07 -07:00
Flamanis 510867a469 imit 2024-06-06 06:34:41 -05:00
andrew6180 df7799d8f9 fix querying self 2024-05-26 20:46:11 -07:00
andrew6180 aac7ef6e35 fix item level inspect 2024-05-26 20:34:24 -07:00
andrew6180 2368623870 fix bad class icon 2024-05-26 20:04:08 -07:00
andrew6180 dfbabe706a MapIDs for valid instances / battleground sizes 2024-05-21 04:25:19 -07:00
andrew6180 e311b21caa Load Details Data Storage. 2024-05-21 02:56:49 -07:00
andrew6180 0f88bb2639 More random function cleanups 2024-05-21 02:12:33 -07:00
andrew6180 bb7e0d2c27 Work on Ascension Backport 2024-05-17 15:08:08 -07:00
Flamanis cd4a2c72b4 Initial changes to try to fix cata beta. 2024-03-17 04:28:51 -05:00
Tercio Jose f9d2e81564 Added combat:GetBossHealth(); combat:GetBossName(); combat:GetCurrentPhase() 2024-03-12 21:32:20 -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 a155ec56a3 Another round of polishing 2024-03-04 21:40:46 -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 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 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 d95ff2b827 More fixes for patch 10.2 combatlog changes 2023-11-10 20:42:57 -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
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 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 2b82e4bce2 Updates
- Improved Augmented damage prediction.
- Lib Open Raid update
2023-09-08 10:41:02 -03:00
Tercio Jose ea2cec6861 Added augmented buffs in the Auras tab of players which received Ebon Might and Precience
- Forcing update interval to 0.1 on arenas matches using the real-time dps feature.
- Framework Update.
- Lib Open Raid Update.
- More parser cleanups and code improvements.
- Auras tab now ignores regular "world auras" (those weekly buffs of reputation, etc)
2023-08-05 21:39:00 -03:00
Tercio Jose 9fb2b0d66b translated code to English and a few bug fixes from latest alpha 2023-06-21 17:27:58 -03:00
Tercio Jose 9021a4de4d Fixing stuff from latest alpha and more development 2023-05-30 15:45:50 -03:00
Tercio Jose 0cdfa2b900 Replacing table.wipe with Details:Destroy() 2023-05-22 15:31:29 -03:00
Tercio Jose 690168bef3 Fixed more bugs on the new Breakdown Window 2023-05-01 14:20:04 -03:00
Tercio Jose 93dd3e2a27 Fixed bugs from latest release 2023-02-09 10:04:27 -03:00
Tercio Jose 59372cc0bd Cache maintenance; Parser options 2023-01-27 14:45:33 -03:00
Tercio Jose eef2d19cef Fixed a small stutter when hovering over the segments menu after doing some mythic+ dungeons 2022-12-22 19:26:19 -03:00
Tercio Jose 6097863dc4 raid database updates 2022-12-21 20:03:54 -03:00
Tercio Jose 6542699b75 don't print the class played time if the played time is already in the chat window 2022-12-13 08:32:16 -03:00
Tercio Jose 6609580f09 fixed class played time spamming chat 2022-12-08 15:41:24 -03:00