Kelsidavis-WoWee/src
Kelsi 084a79a6bc Document that quest markers are billboard sprites, not M2 models
In WoW 3.3.5a, quest markers are NOT M2 models. They are billboard
sprites using BLP textures:
- Interface\GossipFrame\AvailableQuestIcon.blp (yellow !)
- Interface\GossipFrame\ActiveQuestIcon.blp (silver ?)
- Interface\GossipFrame\IncompleteQuestIcon.blp (gray ?)

The M2 files (QuestGiver.m2, QuestExclamation.m2, etc.) don't exist
in retail WotLK MPQs - they're from fan projects or later expansions.

Proper implementation requires billboard sprite renderer with camera-
facing quads. For now, 2D ImGui markers continue to work.
2026-02-09 23:25:22 -08:00
..
audio Add debug logging for GameObject spawns to diagnose duplicate cathedral 2026-02-09 18:04:20 -08:00
auth Upgrade to C++20 and fix all compilation warnings 2026-02-07 11:43:37 -08:00
core Document that quest markers are billboard sprites, not M2 models 2026-02-09 23:25:22 -08:00
game Fix quest turn-in: send REQUEST_REWARD instead of QUERY_QUEST for completable quests 2026-02-09 23:24:04 -08:00
network Add comprehensive packet boundary debugging for quest opcodes 2026-02-09 23:15:45 -08:00
pipeline Add detailed MODF placement logging for STORMWIND.WMO 2026-02-09 18:33:08 -08:00
rendering Revert Northshire fountain fixes - approach didn't work 2026-02-09 22:46:58 -08:00
ui Re-enable 2D quest markers since 3D M2 files not in MPQ archives 2026-02-09 23:18:49 -08:00
main.cpp Add ambient sound system and eliminate log spam 2026-02-09 14:50:14 -08:00