Kelsidavis-WoWee/include/game
Kelsi ab1f39c73b Fix online mode combat and implement server inventory sync
Right-click now attacks hostile NPCs (npcFlags==0) and interacts with
friendly ones in online mode. Parse UNIT_FIELD_FLAGS (59) and
UNIT_NPC_FLAGS (82) from update packets. Stop auto-attack when target
dies or despawns. Add CMSG_ITEM_QUERY_SINGLE/SMSG_ITEM_QUERY_SINGLE_RESPONSE
to populate inventory from server item objects and player slot fields.
2026-02-06 03:11:43 -08:00
..
character.hpp Add 3D character model preview to character creation screen 2026-02-05 14:58:45 -08:00
entity.hpp Fix online mode combat and implement server inventory sync 2026-02-06 03:11:43 -08:00
game_handler.hpp Fix online mode combat and implement server inventory sync 2026-02-06 03:11:43 -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 Fix online mode combat and implement server inventory sync 2026-02-06 03:11:43 -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 Fix online mode combat and implement server inventory sync 2026-02-06 03:11:43 -08:00
zone_manager.hpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00