Kelsidavis-WoWee/src/game
Kelsi 4e0e54a0f0 Fix taxi dismount: clear currentMountDisplayId_ in client path completion
The client path animation completion was calling mountCallback_(0) but
not clearing currentMountDisplayId_, leaving isMounted() returning true
after landing. All three dismount paths now consistently clear the flag.
2026-02-08 20:01:23 -08:00
..
character.cpp Add 3D character model preview to character creation screen 2026-02-05 14:58:45 -08:00
entity.cpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
game_handler.cpp Fix taxi dismount: clear currentMountDisplayId_ in client path completion 2026-02-08 20:01:23 -08:00
inventory.cpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
npc_manager.cpp Fix faction hostility using Faction.dbc base reputation for neutral-flagged hostile mobs 2026-02-06 17:15:46 -08:00
opcodes.cpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
player.cpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
world.cpp Upgrade to C++20 and fix all compilation warnings 2026-02-07 11:43:37 -08:00
world_packets.cpp Fix trainer buy packet and grey out unmet prerequisites 2026-02-08 15:03:43 -08:00
zone_manager.cpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00