Commit graph

189 commits

Author SHA1 Message Date
Tercio Jose
fe05d2f9de More debugging tools 2024-08-26 09:30:48 -07:00
Tercio Jose
69b63671fc Fixed an issue with the command /keys 2024-08-26 09:29:25 -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
7538b36b2a Added more tools to debug pets on '/details debug' and '/details mypets' 2024-08-26 08:48:01 -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
Tercio Jose
0665227f6a Added a panel for '/details debug' command 2024-07-09 07:05:07 -07:00
Tercio Jose
4116ae29e2 Removed some debug msgs, added /de m+debug and /de m+debugloot; Framework update 2024-07-09 07:04:39 -07:00
Tercio Jose
f6c59381ab Pet container rewritten 2024-07-09 06:55:49 -07:00
andrew6180
1a4a06d101 Merge remote-tracking branch 'fork/master' 2024-06-10 08:55:07 -07:00
Tercio Jose
c9029933f8 Started the spellcache for tww; "/de spellid" to copy the spellid of the latest hovered over spell in the breakdown; Fixed /dumpt for spellids 2024-06-10 00:07:00 -03:00
Lynn
0ee3f1a511 More GetSpellInfo fixes 2024-06-08 14:00:01 +02:00
andrew6180
eaf3e4765c dont send people to official details discord, private servers are not supported. 2024-05-21 02:31:56 -07:00
andrew6180
60c4c0c1c1 Remove most C_ functions that cannot be downported 2024-05-21 01:54:45 -07:00
andrew6180
bb7e0d2c27 Work on Ascension Backport 2024-05-17 15:08:08 -07: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
4eff7b223e General Fixes after major patch 2024-01-17 11:35:18 -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
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
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
9c4f249c8d Fixed /details pets 2023-10-28 14:55:54 -03:00
Tercio Jose
0cca378d2b Unwanted mass rename of tinsert to table.insert 2023-10-11 20:32:32 -03:00
Tercio Jose
c3e931a459 Renamed InstaciaCallFunction to InstanceCallDetailsFunc 2023-07-19 09:57:00 -03:00
Tercio Jose
a86f717200 Code cleanup, framework update and bug fixes 2023-06-23 14:16:12 -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
efd131ef04 More fixes for the "Report to Discord" bugs; Implementations to show plugins in the breakdown window; 2023-06-12 19:59:15 -03:00
Tercio Jose
aaab652817 Code cleanups, Bug Fixes, Show plugins in the breakdown window, added damage taken and friendly fire tp breakdown 2023-06-11 20:46:27 -03:00
Tercio Jose
0c397b5816 container_segments 424 error: now it is ensuring to wipe the combatObject that got removed from containerSegments 2023-06-06 17:36:13 -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
ba267b3eca Fixed issue with nested pets which wasn't showing when pressing the arrow in the bar 2023-05-01 21:30:16 -03:00
Tercio Jose
690168bef3 Fixed more bugs on the new Breakdown Window 2023-05-01 14:20:04 -03:00
Flamanis
f9237566f6 Keystone realmNameGsub change 2023-02-07 22:24:10 -06:00
Flamanis
f4f3f6b5bf Check party state on cached keystones 2023-01-21 17:11:44 -06:00
Tercio Jose
8025165398 Scripts "Health Potion & Stone" and "Potion Used" updated 2023-01-17 19:11:36 -03:00
Tercio Jose
1e83cac1f2 /keys now only show the player name, before was showing the player name and the realm name 2023-01-02 16:02:48 -03:00
Tercio Jose
3bd7350321 Fixed debug log line 2022-12-28 23:00:38 -03:00
Tercio Jose
3078eae54e Added /details m+log; fixed some slash commands not working for Germany 2022-12-21 09:54:45 -03:00
Benjamin Herr
0a9ed6fffa
fix /keys sorting by rating
The column index was off by one after the classic dungeon name column went away.
2022-12-20 20:32:25 -08:00
Tercio Jose
6609580f09 fixed class played time spamming chat 2022-12-08 15:41:24 -03:00
Tercio Jose
e12ec18381 Added played class time to /played, also added a command to disable it 2022-12-04 12:21:44 -03:00
Tercio Jose
f17f8642b7 Added option to merge pets at the Player Breakdown window 2022-12-01 22:52:25 -03:00
Tercio Jose
10136d78f4 Added hunter bloodlust detection (Primal Rage) 2022-11-23 19:20:09 -03:00
Tercio Jose
dde1bb28b8 Release Candidate 3 2022-11-21 20:57:39 -03:00
Tercio Jose
1c8dfb3ab7 Release Candidate 1 2022-11-18 16:54:25 -03:00
Tercio Jose
422e24b826 Fix warlock entering in combat due to periodic damage 2022-10-30 18:17:25 -03:00
Tercio Jose
a9e858d864 Disabled Bindings.xml to avoid taints in 10.0 2022-10-20 09:47:48 -03:00
Tercio Jose
fd801fa69f Open Raid Library update 2022-10-18 10:31:05 -03:00