Kelsidavis-WoWee/src/game
Kelsi b5336d784a Fix movement packet format: write fallTime unconditionally
AzerothCore's ReadMovementInfo always reads fallTime regardless of flags.
Also write all four jump fields together when FALLING (remove nested
FALLINGFAR check), and use real millisecond timestamps via steady_clock.
2026-02-06 09:14:22 -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 movement packet format: write fallTime unconditionally 2026-02-06 09:14:22 -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 single-player spawn coords and show action bar spell names 2026-02-05 15:07:13 -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 Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
world_packets.cpp Fix movement packet format: write fallTime unconditionally 2026-02-06 09:14:22 -08:00
zone_manager.cpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00