promotional bannermobile promotional banner

GCD with Ping

GCDwithPing is a lightweight addon for WoW that displays cooldowns and global cooldown (GCD) on action buttons, compensating for ping/latency to provide accurate timing.

File Details

GCDwithPing_21-05-26.zip

  • R
  • May 21, 2026
  • 31.93 KB
  • 155
  • 12.0.7+5
  • Classic + 3

File Name

GCDwithPing_21-05-26.zip

Supported Versions

  • 12.0.7
  • 12.0.5
  • 5.5.4
  • 5.5.3
  • 2.5.5
  • 1.15.8
[1.9.8] - 2026-05-21

Changed
- Settings reset — Shared `ResetAddonSettings()` for the options Reset button and `/gcdp reset` (same behavior, less duplicated code).
- Button counting — `/gcdp status` and `/gcdp test` use one `CountTrackedButtons()` helper (deduplicates `hookedFrames` + `pendingHookFrames`).
- Settings category id — Retail settings / addon compartment / `/gcdp options` share one `OPTIONS_CATEGORY` constant.
- Login ping panel — Saved position applied via `ApplyPingPanelPosition()` (same `SetPoint` logic as before).

Fixed
- Combat-deferred updates — After leaving combat, `pendingUpdates` on buttons still in `pendingHookFrames` are flushed (not only on entries already in `hookedFrames`).