Commit Graph

378 Commits

Author SHA1 Message Date
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
Tercio Jose defce45d74 Changing player detection by GUID 2024-09-04 19:03:50 -07:00
Tercio Jose f392108ea2 Libraries Updates, Quick fixes, Version bump for wow 11 launch 2024-08-26 10:22:30 -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
Tercio Jose 214f0b2d88 Libraries update 2024-08-26 10:06:39 -07:00
Tercio Jose 16fd6de6f9 Fixed an issue with the end of m+ panel 2024-08-26 10:05:52 -07:00
Tercio Jose 4032ea3746 Added new file to framework 'packtable' 2024-08-26 10:05:34 -07:00
Tercio Jose 065c61c8ff Major rework on the M+ end of run panel 2024-08-26 10:05:12 -07:00
Tercio Jose c8dc780082 Complete re-write for the mythic+ chart shown in the end of the run 2024-08-26 09:47:38 -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 534a39ced5 Framework Update 2024-08-26 09:26:17 -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 4409149841 show "one hour buffs" if they aren't 100% uptime. 2024-08-26 09:13:55 -07:00
Tercio Jose 1bf24647ec Framework update, added RaidTargets in the unitId cache, class_utility code cleanup 2024-08-26 09:00:21 -07:00
Tercio Jose 904a7eab1b framework update 2024-07-10 16:12:25 -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
Tercio Jose 85fff228df Framework update 2024-06-18 13:09:01 -07:00
andrew6180 1a4a06d101 Merge remote-tracking branch 'fork/master' 2024-06-10 08:55:07 -07:00
Tercio Jose 5bf4d2e220 Warlock fixes for tww 2024-06-09 21:44:24 -03:00
Tercio Jose 68e15ac7ca Change logs, Framework Update 2024-06-07 11:07:24 -03:00
andrew6180 7c0725393f Merge remote-tracking branch 'fork/master' 2024-06-06 23:04:05 -07:00
Tercio Jose 9605299be0 Added tranliterate into the icon tooltip 2024-06-01 12:52:52 -03:00
andrew6180 2368623870 fix bad class icon 2024-05-26 20:04:08 -07:00
andrew6180 14c3a45d1a use new spec icon file 2024-05-26 18:49:31 -07:00
Tercio Jose 44c97087eb Fix for Cataclysm attempting to run augmentation evoker code 2024-05-25 13:58:31 -03:00
andrew6180 2b2d7dae5b Fixup more map ids 2024-05-21 07:05:02 -07:00
andrew6180 dfbabe706a MapIDs for valid instances / battleground sizes 2024-05-21 04:25:19 -07:00
andrew6180 eaf3e4765c dont send people to official details discord, private servers are not supported. 2024-05-21 02:31:56 -07:00
andrew6180 0f88bb2639 More random function cleanups 2024-05-21 02:12:33 -07:00
andrew6180 60c4c0c1c1 Remove most C_ functions that cannot be downported 2024-05-21 01:54:45 -07:00
andrew6180 90a085acf0 Clean up most modern GUID usage. 2024-05-20 13:13:52 -07:00
andrew6180 4b5102be79 Fixup mythic plus ending / segmenting 2024-05-18 09:14:05 -07:00
andrew6180 bb7e0d2c27 Work on Ascension Backport 2024-05-17 15:08:08 -07:00
Tercio Jose 8edbcf823c Fix for death recap 2024-05-11 20:32:12 -03:00
Tercio Jose 5aa9929ff3 Fixed an error when manually selection the tooltip anchor position 2024-05-08 13:42:44 -03:00
Tercio Jose 5af84b365b Fixes for 10.2.7 2024-05-07 19:56:53 -03:00
Tercio Jose 27f6d4757c Framework Update 2024-04-29 18:19:26 -03:00
Tercio Jose 82ad16d177 Framework Update 2024-04-23 22:37:40 -03:00
Tercio Jose 58644cda46 Framework update, preparing to release 2024-04-23 21:25:34 -03:00
Tercio Jose 0f561469f3 Cataclysm beta fixes 2024-04-20 14:03:01 -03:00
Tercio Jose 9e8a5a3a06 Version Update 2024-04-05 17:58:37 -03:00
Flamanis cd4a2c72b4 Initial changes to try to fix cata beta. 2024-03-17 04:28:51 -05:00
Tercio Jose 0b7f4d2abf Fixed an issue with icons not showing on classic versions of the game. 2024-03-16 12:15:16 -03:00
Tercio Jose 42abffa680 Fixed an issue with tooltip icons not showing on classic and vanilla 2024-03-13 21:28:28 -03:00
Tercio Jose 613a7d42d9 Fixed an issue with the SetFontOutline 2024-03-13 18:32:53 -03:00
Tercio Jose f9d2e81564 Added combat:GetBossHealth(); combat:GetBossName(); combat:GetCurrentPhase() 2024-03-12 21:32:20 -03:00
Tercio Jose 2c613e063d General round of fixes, implementations and polishing
- Polished tooltips from damage and healing done.
- Added new sound: "Details Truck".
- Added 'right click to close' icons before the phrase, also the text is move visible now.
- Added ReopenAllWindows() as alias for a Portuguese function named ReabrirTodasInstancias().
- Added a close button for the breakdown options panel.
- Added support for mask in the spec icons shown in the regular window. Require to add: Instance.row_info.icon_mas = masktexture.
- Event "COMBAT_MYTHICPLUS_OVERALL_READY" now sends the overall mythic+ combat as payload.
2024-03-11 15:43:10 -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 c1e1191c07 Several tooltips now has thicker lines, bigger icons and smooth rounded corners 2024-03-07 21:20:08 -03:00