Kelsidavis-WoWee/src/core
Kelsi 76d29ad669 fix: address PR #31 and #32 review findings
- Dockerfile: fix LLVM apt repo codename (jammy → noble) for ubuntu:24.04
- build-linux.sh: add missing mkdir -p /wowee-build-src before tar extraction
- Dockerfile: remove dead ENV OSXCROSS_VERSION=1.5 and its unset
- CMakeLists: scope -undefined dynamic_lookup to wowee target only
- GameServices: remove redundant game:: qualifier inside namespace game
- application.cpp: zero out gameServices_ after gameHandler reset in shutdown
2026-03-30 13:40:40 -07:00
..
application.cpp fix: address PR #31 and #32 review findings 2026-03-30 13:40:40 -07:00
input.cpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
logger.cpp perf: eliminate ~70 unnecessary sqrt ops per frame, optimize caches and threading 2026-03-27 16:33:16 -07:00
memory_monitor.cpp fix: animation stutter, resolution crash, memory cap, spell tooltip hints, GO collision 2026-03-10 22:26:50 -07:00
window.cpp fix: enable Vulkan portability drivers on macOS for MoltenVK compatibility 2026-03-23 19:16:12 -07:00