Commit Graph

850 Commits

Author SHA1 Message Date
andrew6180 2be4836a21 Remove (debug) from first hit message 2024-06-11 21:23:48 -07:00
andrew6180 2730507075 Remove monkguard + hunter frenzy 2024-06-10 13:06:32 -07:00
andrew6180 1a4a06d101 Merge remote-tracking branch 'fork/master' 2024-06-10 08:55:07 -07:00
Tercio Jose 0d18c17b52 Fixed v11 Details/core/util.lua:1258: Division by zero 2024-06-08 20:55:56 -03:00
Flamanis 8ea661e8bf GetSpellLink 2024-06-08 18:28:56 -05:00
andrew6180 fbdf2bc436 treat guardians as pets since necromancer uses guardians 2024-06-07 00:14:04 -07:00
andrew6180 7c0725393f Merge remote-tracking branch 'fork/master' 2024-06-06 23:04:05 -07:00
Flamanis 510867a469 imit 2024-06-06 06:34:41 -05:00
Tercio Jose bdf8901fa2 Attmept to create the _current_combat.alternate_power if it no existant for some reason in Cataclysm classic 2024-06-02 15:19:51 -03:00
andrew6180 d9b7e2a26c destroyed tooltip msg should be debug i think 2024-05-27 05:39:36 -07:00
andrew6180 e28310a160 re-add spec icons 2024-05-26 21:19:12 -07: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 2f0e5b572f downport aura tracker window (/details auras) 2024-05-21 01:25:02 -07:00
andrew6180 2abce7e110 Some spell ID cleanup / stagger impl 2024-05-20 15:47:52 -07:00
andrew6180 90a085acf0 Clean up most modern GUID usage. 2024-05-20 13:13:52 -07:00
andrew6180 bd68720db3 Parser: handle spell school swaps for pets 2024-05-20 11:43:24 -07:00
Flamanis abd8ff6399 Update parser.lua 2024-05-20 01:33:03 -05:00
Tercio Jose ce74a53d6a Merge pull request #730 from Flamanis/Fix-realms-with-dashes
Fix dashes and spaces in player realm name
2024-05-19 22:28:34 -03:00
Flamanis e464daddbb Fix dashes and spaces in player realm name 2024-05-19 17:44:37 -05:00
andrew6180 c75d043020 Revert "Added rallied to victory to track when this buff is placed on someone."
This reverts commit 9d6fb936cb.
2024-05-19 14:52:56 -07:00
andrew6180 852c69865f Merge remote-tracking branch 'fork/master' 2024-05-19 14:48:19 -07:00
Tercio Jose 9d6fb936cb Added rallied to victory to track when this buff is placed on someone. 2024-05-19 15:10:46 -03:00
Tercio Jose 759b1b2224 Avoid the options panel going out of screen with SetClampedToScreen() 2024-05-19 14:09:04 -03:00
andrew6180 3095ac1ac4 Mythic plus is just difficulty 3 2024-05-18 07:24:47 -07:00
andrew6180 bb7e0d2c27 Work on Ascension Backport 2024-05-17 15:08:08 -07:00
Tercio Jose 26c55e9fbc Merge pull request #705 from WillowGryph/WillowGryph-Overrides
Update parser.lua
2024-05-01 14:50:30 -03:00
Flamanis 3e1212a7ec Cata fixes. 2024-04-20 10:15:23 -05:00
Tercio Jose 6ae2042446 Merge pull request #696 from Flamanis/Cata-initial-fixes
Initial changes to try to fix cata beta.
2024-04-05 17:49:28 -03:00
WillowGryph 424d2602f5 Update parser.lua
Added Arms Warrior Whirlwind, Warrior Charge, and Monk Blackout Kick to spell overrides.
2024-03-27 17:53:46 -04:00
Tercio Jose 08bb134571 Fixed an issue 2024-03-26 14:36:19 -03:00
Tercio Jose 66c94a135f ToC Updates 2024-03-25 13:48:33 -03:00
Tercio Jose 6dc43b433c Merge pull request #697 from Flamanis/Other-addon-icons
Allow external code to add values to the Bars:General->Icons->Texture dropdown
2024-03-25 12:14:30 -03:00
Tercio Jose c1fa712b91 Change Augmentation tooltip color to darkgreen. When leaving a m+ dungeon, wait 40 seconds before finishing and creating the overall m+ segment. 2024-03-19 18:28:05 -03:00
Flamanis a8a995b7c2 Remake pr 2024-03-17 17:38:46 -05:00
Flamanis cd4a2c72b4 Initial changes to try to fix cata beta. 2024-03-17 04:28:51 -05:00
Tercio Jose 2421b29665 Added an option to toggle between rounded and squared tooltips 2024-03-15 15:46:38 -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
Tercio Jose c4ee7e89ea End of mythic+ panel updates, training dummy icon, etc.
- Added a round of polishing into the end of mythic+ panel.
- Added: Details:RegisterFrameToColor(frame) the registered frame will use the same color scheme of all the other frames from Details!.
- Segments menu will show a different icon for training dummies.
- Fixed functions that retrieve information about a dungeon.
- Fixed an issue while trying to report using the "Report Results" from the report results tooltip.
2024-03-07 16:05:47 -03:00
Tercio Jose b7e6b89792 Fixed "Time out of combat" after mythic+ and another round of polishing frames and menus 2024-03-06 14:50:56 -03:00
Tercio Jose 9c23a8a8af Polishing the background of many Details! window, they all now share the same color, the color can be set with Details:SetWindowColor(r, g, b, a) 2024-03-05 21:41:39 -03:00
Tercio Jose a155ec56a3 Another round of polishing 2024-03-04 21:40:46 -03:00
Tercio Jose ca192bb646 Polishing the segments menu 2024-03-02 21:52:58 -03:00