Kelsidavis-WoWee/include
Kelsi 2db690a866 Fix crash in character creation by deferring callback to next update
The charCreateCallback was firing synchronously during ImGui render,
causing a state transition before the create screen's ImGui::End() was
called. Defer the callback to GameHandler::update() and ensure update()
runs during CHARACTER_CREATION and CHARACTER_SELECTION states.
2026-02-05 14:18:41 -08:00
..
audio Emulate server loot/xp and combat feedback in single-player 2026-02-05 14:01:26 -08:00
auth Fix auth protocol to match real WoW 3.3.5a client format 2026-02-05 12:39:34 -08:00
core Add character creation screen with race/class/appearance customization 2026-02-05 14:13:48 -08:00
game Fix crash in character creation by deferring callback to next update 2026-02-05 14:18:41 -08:00
network Emulate server loot/xp and combat feedback in single-player 2026-02-05 14:01:26 -08:00
pipeline Add M2 global sequence animation, smoke UV scroll, and fix WMO floor detection 2026-02-04 14:06:59 -08:00
platform Add Windows cross-platform support alongside Linux 2026-02-03 22:25:41 -08:00
rendering Emulate server loot/xp and combat feedback in single-player 2026-02-05 14:01:26 -08:00
ui Add character creation screen with race/class/appearance customization 2026-02-05 14:13:48 -08:00