Skip to content

Commit

Permalink
fix: #2186 Activation overlays in Retail
Browse files Browse the repository at this point in the history
  • Loading branch information
ascott18 committed Jul 27, 2024
1 parent f5dabbd commit b5b9eb6
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v11.0.4
* Fix: #2186 Activation overlays in Retail

## v11.0.3
* Fix activation overlays in Classic
* Fix the Tracking ACtive condition (again)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ if CreateFrame("Frame", nil, UIParent, "ActionBarButtonSpellActivationAlert").Pr
-- The intro animation to the new activation alert animation in wow 10.1.5 is extremely weird,
-- so we're electing to not use it and only use the loop animation (ProcLoop).
overlay.ProcStartFlipbook:Hide()
-- Masque will keep trying to re-show it, so prevent that.
overlay.ProcStartFlipbook.Show = function() end

-- Remove the default OnHide script that stops the animation when the overlay hides,
-- as otherwise the animation will stop if the parent group hides, e.g. when leaving and entering combat rapidly.
Expand Down
3 changes: 3 additions & 0 deletions Options/CHANGELOG.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ if not TMW then return end
TMW.CHANGELOG_LASTVER="10.0.0"

TMW.CHANGELOG = [==[
## v11.0.4
* Fix: #2186 Activation overlays in Retail
## v11.0.3
* Fix activation overlays in Classic
* Fix the Tracking ACtive condition (again)
Expand Down
2 changes: 1 addition & 1 deletion TellMeWhen-Cata.toc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
## X-WoWI-ID: 10855
## X-Wago-ID: ZQ6aZqKW

## Version: 11.0.3
## Version: 11.0.4
## Author: Cybeloras of Aerie Peak
## IconTexture: Interface\Addons\TellMeWhen\Textures\LDB Icon
## AddonCompartmentFunc: TellMeWhen_OnAddonCompartmentClick
Expand Down
2 changes: 1 addition & 1 deletion TellMeWhen-Classic.toc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
## X-WoWI-ID: 10855
## X-Wago-ID: ZQ6aZqKW

## Version: 11.0.3
## Version: 11.0.4
## Author: Cybeloras of Aerie Peak
## IconTexture: Interface\Addons\TellMeWhen\Textures\LDB Icon
## AddonCompartmentFunc: TellMeWhen_OnAddonCompartmentClick
Expand Down
2 changes: 1 addition & 1 deletion TellMeWhen.toc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
## X-WoWI-ID: 10855
## X-Wago-ID: ZQ6aZqKW

## Version: 11.0.3
## Version: 11.0.4
## Author: Cybeloras of Aerie Peak
## IconTexture: Interface\Addons\TellMeWhen\Textures\LDB Icon
## AddonCompartmentFunc: TellMeWhen_OnAddonCompartmentClick
Expand Down

0 comments on commit b5b9eb6

Please sign in to comment.