Kelsidavis-WoWee/src/game
Kelsi 1fe5fffc33 Add quest markers (! and ?) above NPCs and on minimap
Parse SMSG_QUESTGIVER_STATUS and SMSG_QUESTGIVER_STATUS_MULTIPLE packets to track per-NPC quest status, render yellow/gray ! and ? markers in 3D world space above NPC heads with distance-based scaling, and show corresponding dots on the minimap.
2026-02-06 20:10:10 -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 Add quest markers (! and ?) above NPCs and on minimap 2026-02-06 20:10:10 -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 Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
world_packets.cpp Clear gossip options and quests before parsing to prevent duplicates on re-open 2026-02-06 19:55:32 -08:00
zone_manager.cpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00