Kelsidavis-WoWee/include/game
Kelsi 776a617f61 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
..
character.hpp Add character creation screen with race/class/appearance customization 2026-02-05 14:13:48 -08:00
entity.hpp Add gameplay systems: combat, spells, groups, loot, vendors, and UI 2026-02-04 10:31:03 -08:00
game_handler.hpp Fix crash in character creation by deferring callback to next update 2026-02-05 14:18:41 -08:00
group_defines.hpp Add gameplay systems: combat, spells, groups, loot, vendors, and UI 2026-02-04 10:31:03 -08:00
inventory.hpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
npc_manager.hpp Emulate server loot/xp and combat feedback in single-player 2026-02-05 14:01:26 -08:00
opcodes.hpp Add character creation screen with race/class/appearance customization 2026-02-05 14:13:48 -08:00
player.hpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
spell_defines.hpp Add gameplay systems: combat, spells, groups, loot, vendors, and UI 2026-02-04 10:31:03 -08:00
world.hpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
world_packets.hpp Add character creation screen with race/class/appearance customization 2026-02-05 14:13:48 -08:00
zone_manager.hpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00