Files
WoWee/include/core
Kelsi e83eb7fc44 feat: cooldowns sweep, and GetTime exists to drive them
GetTime was never implemented. It is the interface's shared reference for
anything timed — a cooldown records GetTime() + duration and something else
compares against it later — so every one of those comparisons was against
nil, including the ones in this client's own bootstrap.

One clock behind it, in core, because two callers each keeping their own
start point would disagree by however long apart they first ran. For a
cooldown that is a sweep wrong by seconds that never settles.

The sweep is a wedge from twelve o'clock shrinking clockwise, drawn to the
corners rather than an inscribed circle — what it covers is a square icon
and a circle would leave the corners lit — and clipped to the frame so the
overrun does not spill onto its neighbours.
2026-08-01 17:48:39 -07:00
..
2026-02-21 22:04:17 -08:00