Kelsidavis-WoWee/src
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
..
addons fix: Lua UnitIsAFK/UnitIsDND/UnitIsGhost/UnitIsPVPFreeForAll read wrong field 2026-03-29 20:32:39 -07:00
audio fix: ::toupper/::tolower UB on signed char at 5 remaining call sites 2026-03-29 19:58:36 -07:00
auth fix: ::toupper/::tolower UB on signed char at 5 remaining call sites 2026-03-29 19:58:36 -07:00
core fix: address PR #31 and #32 review findings 2026-03-30 13:40:40 -07:00
game Merge pull request #31 from ldmonster/chore/break-application-from-gamehandler 2026-03-30 13:26:29 -07:00
network fix: partial send on non-blocking socket silently dropped data 2026-03-29 19:36:32 -07:00
pipeline fix: M2 readString uint32 overflow in bounds check 2026-03-29 20:41:56 -07:00
rendering fix: video player decode loop could spin indefinitely on corrupt files 2026-03-29 21:46:10 -07:00
ui debug: add GO interaction diagnostics at every decision point 2026-03-29 23:09:28 -07:00
main.cpp log falling 2026-03-22 21:40:16 +03:00