Commit Graph

66 Commits

Author SHA1 Message Date
Tercio Jose ca192bb646 Polishing the segments menu 2024-03-02 21:52:58 -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 cf591e89fb Fixes for: OpenRaidLib, Rounded Cooltip, Evoker Extra Bar and Ebon Might, Welcome Window 2024-01-16 19:48:55 -03:00
Tercio Jose 9c63b08895 General Updates
- Fixed an error while scrolling down target npcs in the breakdown window.
- Fixed an error when clicking to open the Death Recap by Details!.
- End of Mythic Run panel got updates.
- Framework updated: new rounded tooltips.
2024-01-12 23:56:55 -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 64675e2f71 Framework Update and Removed Debug String 2023-12-29 17:21:09 -03:00
Tercio Jose 21f30af11f Fixed Death tooltip not clamping to screen 2023-10-29 23:49:40 -03:00
Tercio Jose 0b32fe3459 Change log, version up, and plugins TOC bumps 2023-08-12 14:32:01 -03:00
Tercio Jose 7b34b88ca3 More code cleanup and framework update 2023-06-25 11:29:45 -03:00
Tercio Jose 33b0dd0138 Libraries update 2023-03-19 20:06:58 -03:00
Tercio Jose edfe561dcc Firmware update 2023-02-27 11:50:35 -03:00
Tercio Jose 7cd1839f82 Pre-Update for new features 2023-02-07 13:46:35 -03:00
Tercio Jose 51a81dc5ae Framework update, tooltips can have now the second frame 2023-01-07 22:52:06 -03:00
Tercio Jose 7d5d80073b More progress on caching stuff; journal links; cooltip hotfixes; code cleanups 2022-12-23 20:33:29 -03:00
Tercio Jose ce9a3b875b Visualize better mythic plus segments 2022-12-22 22:18:28 -03:00
Tercio Jose bcc968b306 Libraries Update 2022-12-19 12:56:38 -03:00
Tercio Jose 641e5cf0dc Lib OpenRaid and Details! Framework updates 2022-12-11 14:09:44 -03:00
Tercio Jose 5571749ef6 Using portrait for enemy faces 2022-12-02 19:32:51 -03:00
Tercio Jose ebe8c496d1 More fixes 2022-11-27 15:24:32 -03:00
Tercio Jose 1c8dfb3ab7 Release Candidate 1 2022-11-18 16:54:25 -03:00
Tercio Jose 45a980023c General fixes 2022-11-01 19:45:51 -03:00
Tercio Jose 422e24b826 Fix warlock entering in combat due to periodic damage 2022-10-30 18:17:25 -03:00
Tercio Jose fd801fa69f Open Raid Library update 2022-10-18 10:31:05 -03:00
Tercio Jose 035c8d6a7f bug fixes 2022-10-15 13:11:18 -03:00
Tercio Jose 50ed1cf776 Added Misses 2022-10-13 19:08:17 -03:00
Tercio Jose 6243a32740 More bug fixes 2022-10-12 18:37:00 -03:00
Tercio Jose 1ed29008aa Small bug fixes and improvements 2022-10-10 13:26:13 -03:00
Tercio Jose 944178f76f Updated LibOpenRaid and DetailsFramework 2022-10-09 19:47:56 -03:00
Tercio Jose ea9caa1f40 Fixed: report window send button, tooltip showing the player's death 2022-10-06 16:24:29 -03:00
Tercio Jose 0a54e3dc89 Bookmark code cleanup and framework update 2022-10-02 15:52:32 -03:00
Tercio Jose 858cca3248 Framework and Library updates 2022-10-01 16:39:37 -03:00
Tercio Jose a430220913 GameCooltip visual fix 2022-09-26 11:22:22 -03:00
Tercio Jose a221a66b4c Library Updates 2022-09-26 10:43:57 -03:00
Tercio Jose 9fb7445a31 General round of fixes and implementations (16 files modified, SafeRun, Cooltip Cleanup) 2022-09-25 14:59:34 -03:00
Tercio Jose 5e847efe3c framework update; added /dumpt to dump tables 2022-09-21 13:42:55 -03:00
Tercio Jose 4abcab3a6e Fixes (10) 2022-09-01 21:09:39 -03:00
Tercio Jose dfde3d5dbc Fixes (9) 2022-09-01 20:54:06 -03:00
Tercio Jose ae22cfc634 Fixes (2) 2022-09-01 19:22:41 -03:00
Tercio Jose e701c95fdd ToC Updates; Change logs; Framework update 2021-11-02 19:30:06 -03:00
Tercio Jose 5491660448 Fix for an error on classic era SoM 2021-10-24 14:32:42 -03:00
Tercio Jose 10936adf71 changes 2021-04-03 18:40:01 -03:00
Tercio Jose 701baee614 fix 2020-10-23 15:42:25 -03:00
Tercio Jose c42a35657d 8.3.0 > 9.0.1 2020-10-16 19:51:44 -03:00
Tercio Jose fedfe341a3 More spell reflection implementations
- added reflected spells in the player tooltip.
- added reflected spell in the player details window.
- reflection spells like Warrior's Spell Reflection now has a new spell school called "Reflection".
- soft tooltips and player details window improvements.
- damage spell object now has the member 'extra' which is a table that can store hash data.
- profile.tooltip.tooltip_max_abilities won't be forced to 6 any more, to set your own amount of spells shown on tooltips use:
/run Details.tooltip.tooltip_max_abilities = number;
2020-06-01 20:51:48 -03:00
Tercioo 0c486a24a2 - Battle for Dazaralor update.
- Fixed rogue spec icons.
- Some visual improvements.
- Framework update.
2019-01-20 00:22:22 -02:00
Tercioo 24d5be67d2 - Fixed East Asian myriads showing a giganting non formated number in the total bar DPS.
- Added a reset nickname button in the right side of the nickname field.
- Framework and NickTag library updates.
2018-12-03 17:25:35 -02:00
Tercioo 268fab49a9 - New Feature: import and export profiles.
- Major improvements on bar text scripts.
- Improved import and export custom skins.
- Fixed shaman's sundering spell not showing in crowd control.
- Fixed sharing guild statistics.
- More spells added to spell consolidation: Whirlwind, Fracture, Mutilate.
- Monk Mistweaver Blackout Kick now has a indicator when it comes from passive 'Teachings of the Monastery'.
- Added slash command '/details debugwindow' for cases when the window isn't shown or are anchored in the wrong place.
- Exposed spell ignore table, you can now add spells to be ignored using Details.SpellsToIgnore [spellID] = true.
2018-11-07 17:32:08 -02:00
Tercio 6cfb1a71c4 - Fixing the pvp issue introduced in the previous build. 2018-10-10 23:01:37 -03:00
Tercio 3f18a99d42 - Details! is ready for Uldir mythic raiding!.
- Details! Scroll Damage for training in dummies is now ready for more tests, access it /details scrolldamage.
- Damage and Healing tooltips now show a statusbar indicating the percent done by the ability.
- Added a scale slider  to the options panel.
- Added monk's Quaking Palm to crowd control spells.
- Fixed an issue with Plater integration.
- Fixed tooltips not hiding when the cursor leaves the spell icon in the Damage Taken by Spell.
- Framework: fixed an issue with tooltips and menus where the division line wasn't hiding properly.
- Framework: fixed some buttons not showing its text in the options panel.
2018-09-10 21:17:53 -03:00
Tercio a1c527711c - Removed bookmark tutorial popup.
- Major Framework update to fix already existing XML warnings.
- Added more alias for the basic api, old calls won't be changed:
 * Details:GetWindow -> GetInstance
 * Window:IsShown() -> Instance:IsActive()
 * Window:HideWindow() -> Instance:ShutDown()
 * Window:ShowWindow() -> Instance:EnableInstance()
2018-07-24 13:56:44 -03:00