Earlier Versions
Name | Size | Uploaded | Game Version | Downloads | |
1.3.4 release | 4.88 KB | Oct 22, 2022 | 9.1.0 | 1,982 | Download |
1.3.3 release | 4.79 KB | Jun 29, 2021 | 9.1.0 | 2,434 | Download |
1.3.2 release | 4.79 KB | Jun 29, 2021 | 9.0.5 | 156 | Download |
1.3.1 release | 4.79 KB | Nov 19, 2020 | 9.0.2 | 1,709 | Download |
1.3.0 release | 4.89 KB | Oct 13, 2020 | 9.0.1 | 828 | Download |
1.2.10 release | 4.61 KB | Jun 26, 2019 | 8.2.0 | 2,080 | Download |
1.2.9 release | 4.60 KB | Jul 17, 2018 | 8.0.1 | 3,386 | Download |
1.2.8 release | 4.61 KB | Aug 29, 2017 | 7.3.0 | 3,128 | Download |
1.2.7 release | 4.61 KB | Mar 28, 2017 | 7.2.0 | 3,195 | Download |
1.2.6 release | 4.65 KB | Feb 1, 2017 | 7.1.5 | 2,557 | Download |
1.2.5 release | 4.71 KB | Jul 18, 2016 | 7.0.3 | 9,552 | Download |
1.2.4 release | 4.74 KB | Jan 29, 2016 | 6.2.3 | 4,323 | Download |
1.2.3 release | 4.74 KB | Aug 8, 2015 | 6.2.0 | 4,868 | Download |
1.2.2 release | 4.67 KB | Jun 23, 2015 | 6.2.0 | 3,008 | Download |
1.2.1 release | 4.67 KB | Feb 24, 2015 | 6.1.0 | 4,142 | Download |
1.2 release | 4.69 KB | Jan 25, 2015 | 6.0.3 | 2,864 | Download |
1.1 release | 4.75 KB | Jan 16, 2015 | 6.0.3 | 1,807 | Download |
1.0 release | 4.52 KB | Jan 16, 2015 | 6.0.3 | 169 | Download |
1.3.3-1-g2044491-alpha alpha | 4.83 KB | Sep 11, 2022 | 9.1.0 | 148 | Download |
1.2.10-1-g413bf8e-alpha alpha | 4.81 KB | Aug 15, 2020 | 8.2.0 | 113 | Download |
1.2.9-1-gaf8251e-alpha alpha | 4.57 KB | Jun 26, 2019 | 8.2.0 | 127 | Download |
1.2.3-1-g29b03c0 alpha | 4.68 KB | Jan 29, 2016 | 6.2.3 | 163 | Download |
1.2.2-1-g2000d36 alpha | 4.68 KB | Aug 7, 2015 | 6.2.0 | 185 | Download |
1.1-1-gbbd1c9a alpha | 4.63 KB | Jan 22, 2015 | 6.0.3 | 263 | Download |
1.0-3-gc0f1c4a alpha | 4.69 KB | Jan 16, 2015 | 6.0.3 | 161 | Download |
Description
LibButtonGlow-1.0 is a replacement for the ActionButton_Show/HideOverlayGlow APIs.
Using the built-in APIs will irreversibly taint the Action Button functionality, which is why it should be entirely avoided. The resulting taint is hard to track and pin-point exactly, resulting in action blocked messages when switching stances or using vehicles.
Unfortunately, even using Blizzards XML template can cause taint and will break the Action Buttons under certain circumstances. LibButtonGlow-1.0 does not use the Blizzard template, and instead offers a clean implementation in Lua only.
This library offers a simple drop-in replacement API to resolve these issues.
Usage:
LibStub("LibButtonGlow-1.0").ShowOverlayGlow(frame)
LibStub("LibButtonGlow-1.0").HideOverlayGlow(frame)
Add a comment