Kelsidavis-WoWee/src
Kelsi b0046fa777 feat: track PvP corpse-reclaim delay and show countdown in UI
SMSG_CORPSE_RECLAIM_DELAY is now stored as an absolute expiry timestamp
(steady_clock ms) instead of being discarded after a chat message.

GameHandler::getCorpseReclaimDelaySec() returns remaining seconds (0 when
reclaim is available). The "Resurrect from Corpse" button now:
- Disables and shows the remaining seconds when a PvP delay is active
- Shows the usual "Corpse: N yards" helper text when available
Also resets corpseReclaimAvailableMs_ on world/session teardown.
2026-03-17 23:52:45 -07:00
..
audio feat: play audio notification when a whisper is received 2026-03-12 06:12:37 -07:00
auth Reduce release log spam and harden release logging defaults 2026-02-25 09:46:27 -08:00
core fix: hide window on shutdown to prevent OS force-close dialog 2026-03-17 09:04:47 -07:00
game feat: track PvP corpse-reclaim delay and show countdown in UI 2026-03-17 23:52:45 -07:00
network fix: async Warden PAGE_A/PAGE_B checks to prevent main-loop stalls 2026-03-16 16:46:29 -07:00
pipeline feat: implement M2 ribbon emitter rendering for spell trail effects 2026-03-13 01:17:30 -07:00
rendering fix: R key resets camera angles only; consume all SpellCastTargets bytes 2026-03-17 21:52:45 -07:00
ui feat: track PvP corpse-reclaim delay and show countdown in UI 2026-03-17 23:52:45 -07:00
main.cpp Fix Windows ERROR macro collision in logger 2026-02-25 11:14:53 -08:00