Kelsidavis-WoWee/src/core
Kelsi b2b196aa33 Reduce creature spawn stutter from repeated missing-display logging
- add one-time warning caches for missing CreatureDisplayInfo and missing model path lookups
- log each missing displayId/model-path only once instead of every spawn retry/frame
- remove duplicate empty-model-path warning in spawnOnlineCreature (already reported by lookup path)

This cuts high-frequency log I/O and string formatting in hotspots when server sends unknown displayIds, while preserving first-occurrence diagnostics.
2026-02-21 02:43:06 -08:00
..
application.cpp Reduce creature spawn stutter from repeated missing-display logging 2026-02-21 02:43:06 -08:00
input.cpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
logger.cpp Fix WMO visibility culling and renderer initialization guards 2026-02-18 22:41:05 -08:00
memory_monitor.cpp Add macOS and Windows ARM64 builds; fix memory_monitor for macOS 2026-02-18 17:42:42 -08:00
window.cpp Add video settings UI and refresh loading assets 2026-02-05 16:11:00 -08:00