PPulsrpin

DefaultIcons

Pins the Cooldown Manager to stock Blizzard icons.

  1. v2.3.0 Latest Sep 9, 2026

    Pins the Cooldown Manager (Essential, Utility, Tracked Buffs, Buff Bars) to stock Blizzard art. Blizzard draws those icons itself, so the call-stack check that drives the rest of the addon can never attribute them to an addon folder — 2.2.0 therefore had no effect on them. They are now pinned by frame ownership: walk up from the texture region and pin anything living inside a *CooldownViewer frame. Two things this needed beyond the 2.2.0 aura code: icons an HD addon has already swapped to its own folder are now resolvable inside the Cooldown Manager (StockFor deliberately ignores addon paths everywhere else), and each viewer is re-swept after every Blizzard layout pass plus five paced passes over 15s, so a later HD write cannot win the race. Minimap buff/debuff pinning from 2.2.0 is kept but now defaults OFF and migrates off once. New: /dicons cd on|off|refresh and a Cooldown Manager checkbox in /dicons menu.

    Download96 MB f83923558d20a968…
  2. v2.2.0 Sep 9, 2026

    Forward-ports the v2.2.0 aura feature onto the 2.1.2 codebase, so it keeps the 2.1.1 SetTexture memoization and the 12.1 secret-value guards that the original 2.2.0 branch never received. Blizzard's BuffFrame/DebuffFrame icons can't be attributed to an addon via the call stack, so they are now pinned by frame ownership instead: walk up to 10 parents from the texture region, and pin if it lives inside BuffFrame or DebuffFrame. Verdicts are cached in a weak-keyed table. Toggle with /dicons buffs on|off or the new checkbox in /dicons menu. Defaults to on.

    Download96 MB 7018b1a5e92a1382…
  3. v2.1.2 Aug 12, 2026
    Download96 MB 4ad4f8532cb6eec9…