florian.berthold
02b17e0a00
fix: pcall-guard C_ClassInfo.GetSpecInfo to silence CoA spec API spam
...
On the current CoA Beta client, C_ClassInfo.GetAllSpecs(class) returns
items that GetSpecInfo cannot accept as arg #2 , throwing
'Script::ValidateInput Invalid argument type at index 2. Expected string.'
~150 times per session across DF, LibOpenRaid, gears, profiles, etc.
Wrap every unguarded GetSpecInfo(class, spec) site in pcall + nil-guard
so the iteration skips bad entries silently. Matches the pattern already
used by CoaExporter and prevents Error.txt flooding.
2026-05-23 00:14:25 +02:00
andrew6180
aa6220c2fe
reborn fire ele / earth ele
2025-10-11 22:17:24 -07:00
andrew6180
10aa661796
Fix lua error for char advancement upgrade
2025-08-05 10:48:28 -07:00
andrew6180
10347c7465
new possible fix for absorb order sorting. Bump Version.
2024-12-09 12:22:55 -07:00
andrew6180
3dfc122946
change implementation of extra attacks to 'details' way
2024-12-09 12:08:52 -07:00
Kyriazis Kokkinos
eaafbfa5dd
Add support for seperation of Extra Attack effects
2024-12-09 16:31:31 +02:00
andrew6180
160db8e22a
maybe fix sort error
2024-11-15 17:33:24 -07:00
andrew6180
a034ddfa3e
Parser: track absorbs from absorbed amount on spell_dmg
2024-11-05 17:33:16 -07:00
Tercio Jose
60178963eb
Disabled the open world parser for now
2024-10-18 13:11:46 -07:00
andrew6180
6480fbb303
Possible fix for table.sort having nil values?
2024-10-18 11:39:48 -07:00
andrew6180
402b918045
Parser: fix energize events. Remove energize overflow since its not tracked in 3.3.5
2024-10-07 11:18:13 -07:00
andrew6180
f82040a99f
Kinda temporary handler for spell school absorbs. May cause side issues but should have school specific total absorb eventually.
2024-09-08 11:44:49 -07:00
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
fe8b3536d1
Removed the name cache from Parser
2024-09-04 18:59:22 -07:00
Tercio Jose
0897550b1b
Fixed an issue with player names cache getting 'Unknown' from UnitName()
2024-08-26 10:17:31 -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
97e83c95e3
Several bug fixes, visual updates on m+ panel, fixed m+ chart again, more updates for Breakdown Wndow
2024-08-26 10:12:18 -07:00
andrew6180
dc2758ccbe
png -> blp
2024-08-26 10:10:41 -07:00
Tercio Jose
c4793587f7
More visual changes for wow 11
2024-08-26 10:09:54 -07:00
Tercio Jose
4578ddaa41
A round of general bug fixes
2024-08-26 10:08:46 -07:00
Tercio Jose
065c61c8ff
Major rework on the M+ end of run panel
2024-08-26 10:05:12 -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
f0f664e703
check if the actor created by the pvp parser is valid and tag the actor as made by pvp parser
2024-08-26 09:29:47 -07:00
Tercio Jose
a65839529b
Fixed an issue with the loot on the end of the mythic plus panel
2024-08-26 09:28:41 -07:00
Tercio Jose
4c65968927
Fixed /key not showing the map name
2024-08-26 09:25:47 -07:00
Tercio Jose
5659b7d9f0
Cutting off events that are beyond 10 seconds from the character death
2024-08-26 09:25:12 -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
c704bc446a
Removed Ambiguate from parser
2024-08-26 09:15:22 -07:00
Tercio Jose
4409149841
show "one hour buffs" if they aren't 100% uptime.
2024-08-26 09:13:55 -07:00
Tercio Jose
1dec8b7540
Ignore World Auras like those weekly that cannot be cancelled
2024-08-26 09:11:34 -07:00
Tercio Jose
8ef8878586
Use unit caches
2024-08-26 09:01:35 -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
andrew6180
6dc4aa979f
Update OnParserEventOutOfCombat for 3.3.5
2024-08-26 08:50:27 -07:00
Tercio Jose
66624f924c
Refined disabled parser outside combat
2024-08-26 08:48:58 -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
5d45539caa
More storage development
2024-08-26 08:43:42 -07:00
andrew6180
cbc9022cd5
Parser: fix lua error when no total absorb
2024-08-26 08:37:40 -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
af3477354a
fix swing damage spell type
2024-07-10 15:45:58 -07:00
Tercio Jose
ad98fe82a3
Pets summoned by trinkets now have the trinket name.
2024-07-09 06:57:06 -07:00
Tercio Jose
f6c59381ab
Pet container rewritten
2024-07-09 06:55:49 -07:00
andrew6180
faf859dc7d
Add option to split dot / hot damage into separate entries entirely.
2024-06-18 13:07:28 -07:00
andrew6180
2be4836a21
Remove (debug) from first hit message
2024-06-11 21:23:48 -07:00