Kelsidavis-WoWee/include
Kelsi 55fd692c1a Fix buff bar: opcode merge, isBuff flag, and duration countdown
Root cause: OpcodeTable::loadFromJson() cleared all mappings before
loading the expansion JSON, so any WotLK opcode absent from Turtle WoW's
opcodes.json (including SMSG_AURA_UPDATE and SMSG_AURA_UPDATE_ALL) was
permanently lost. Changed loadFromJson to patch/merge on top of existing
defaults so only explicitly listed opcodes are overridden.

Also fix isBuff border color: was testing flag 0x02 (effect 2 active)
instead of 0x80 (negative/debuff flag).

Add client-side duration countdown: AuraSlot.receivedAtMs is stamped
when the packet arrives; getRemainingMs(nowMs) subtracts elapsed time so
buff tooltips show accurate remaining duration instead of stale snapshot.
2026-02-17 15:49:12 -08:00
..
audio Add original music to login rotation and zone playlists 2026-02-15 05:53:27 -08:00
auth Vanilla/Turtle WoW support: M2 loading, bone parsing, textures, auth 2026-02-13 16:53:28 -08:00
core Fix taxi flight: camera panning, world reload, gryphon display, and animations 2026-02-17 02:23:41 -08:00
game Fix buff bar: opcode merge, isBuff flag, and duration countdown 2026-02-17 15:49:12 -08:00
network Vanilla/Turtle WoW support: M2 loading, bone parsing, textures, auth 2026-02-13 16:53:28 -08:00
pipeline Fix character geoset mapping and texture corruption on equipment change 2026-02-15 20:53:01 -08:00
platform Fix hair/vendor/loot bugs, revamp spellbook with tabs and icons, clean up action bar, add talent placeholder 2026-02-06 16:04:25 -08:00
rendering Fix taxi flight: camera panning, world reload, gryphon display, and animations 2026-02-17 02:23:41 -08:00
ui Fix action bar and buff bar spell tooltips showing 'Spell #xxx' 2026-02-17 15:41:55 -08:00