Kelsidavis-WoWee/include/core
Kelsi a4c5f35397 Implement 3D quest markers using M2 models
Loads and renders actual quest marker M2 models from
World\Generic\PassiveDoodads\Quest\ as floating 3D objects above NPCs
based on quest status, replacing 2D ImGui text markers.

Features:
- Loads QuestExclamation.m2 (yellow !) for available quests
- Loads QuestQuestionMark.m2 (silver ?) for completable quests
- Updates marker positions dynamically as NPCs move
- Automatically spawns/despawns markers based on quest status changes
- Positions markers above NPC heads using render bounds

Quest markers are now proper 3D assets consistent with WoW 3.3.5a client.
2026-02-09 23:05:23 -08:00
..
application.hpp Implement 3D quest markers using M2 models 2026-02-09 23:05:23 -08:00
coordinates.hpp Add teleporter panel and server-compatible coordinate conversions 2026-02-04 18:27:52 -08:00
input.hpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
logger.hpp Add ambient sound system and eliminate log spam 2026-02-09 14:50:14 -08:00
memory_monitor.hpp Add dynamic memory-based asset caching and aggressive loading 2026-02-08 23:15:26 -08:00
spawn_presets.hpp Fix WMO spawn presets to avoid terrain snapping 2026-02-04 23:30:03 -08:00
window.hpp Add video settings UI and refresh loading assets 2026-02-05 16:11:00 -08:00