Open
Conversation
- TOC Interface bumped to 120001, added IconTexture field - GetSpellInfo migrated to C_Spell.GetSpellInfo with positional return compat - GetMouseFocus replaced with GetMouseFoci compat wrapper (LibDropDown) - ColorPicker opacity API fixed for retail in GUI_Realtime (WOW_RETAIL guard) - IsInScenarioGroup fallback to C_Scenario.IsInScenario - UIFrameFade fallback added for potential removal - Removed dead InterfaceOptionsFrame reference - table.getn() replaced with # operator
- ChatThrottleLib: hooks C_ChatInfo.SendChatMessage when available (12.0 API move) - ChatThrottleLib: hooks C_BattleNet.SendGameData when available - GUI_Main/GUI_Detail: SendChatMessage alias uses C_ChatInfo.SendChatMessage fallback
- AceConfigDialog-3.0: v87 -> v92 (Settings API migration, removes InterfaceOptions_AddCategory, adds C_SettingsUtil.OpenSettingsPanel compat) - AceConfigRegistry-3.0: v21 -> v22 (relWidth option support) - AceGUIWidget-EditBox: ChatFrameUtil.InsertLink compat for 12.0 - AceGUIWidget-MultiLineEditBox: same ChatFrameUtil migration - AceGUIContainer-TreeGroup: v48 -> v49 (tooltip SetText wrap arg fix) - AceGUIWidget-Keybinding: v26 -> v27 (GamePad button support) - AceGUIWidget-Slider: v23 -> v24 (font loading workaround) Source: https://github.com/WoWUIDev/Ace3
- Replace FillLocalizedClassList/LocalizedClassList with LOCALIZED_CLASS_NAMES_MALE global (removed in 11.0.2, replacement available since 10.2.5) - Replace BNGetFriendInfo/BNGetSelectedFriend with C_BattleNet.GetFriendAccountInfo (removed in 8.2.5, replacement available since then)
…eter API WoW 12.0 (Midnight) blocks addons from registering COMBAT_LOG_EVENT_UNFILTERED. This adds Tracker_DamageMeter.lua which uses Blizzard's server-side C_DamageMeter API for damage/healing/absorb tracking. Handles secret values during combat by using synthetic ordering for real-time bar display, with actual values populated when combat ends. Includes spell breakdown support for detail views.
Owner
|
Thanks, will test this tomorrow. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
COMBAT_LOG_EVENT_UNFILTEREDtoC_DamageMeterAPI (Blizzard now blocks CLEU for addons)GetSpellInfo,SendChatMessage,GetMouseFocus,UIFrameFade,FillLocalizedClassList,BNGetFriendInfoStatus
Work in progress — core functionality works, with some Midnight API limitations still remaining:
C_DamageMeter__RECOUNT_DM__...placeholders do not persist between target swaps.C_DamageMeterdata (Friendly Fire, Overhealing, DOT/HOT Uptime, Healing Taken, etc.)