Kelsidavis-WoWee/src
Kelsi a23c2172a8
Some checks are pending
Build / Build (arm64) (push) Waiting to run
Build / Build (x86-64) (push) Waiting to run
Build / Build (macOS arm64) (push) Waiting to run
Build / Build (windows-arm64) (push) Waiting to run
Build / Build (windows-x86-64) (push) Waiting to run
Security / CodeQL (C/C++) (push) Waiting to run
Security / Semgrep (push) Waiting to run
Security / Sanitizer Build (ASan/UBSan) (push) Waiting to run
fix(chat): handle SMSG_GM_MESSAGECHAT format, add chat diagnostics
SMSG_GM_MESSAGECHAT has an extra gmNameLen+gmName field after the
standard header that was causing misaligned parsing for non-whisper GM
messages. Strip the GM name before forwarding to the regular parser.

Also improve party state notifications (show member names on join) and
add INFO-level logging for all incoming/outgoing chat messages and
WARNING-level logging for group invite/accept packets to diagnose
recurring phantom party state issues.
2026-04-05 05:16:57 -07:00
..
addons chore(lua): refactor addon Lua engine API + progress docs 2026-04-03 07:31:06 +03:00
audio chore(renderer): refactor renderer and add post-process + spell visuals systems 2026-04-02 00:21:21 +03:00
auth fix: UB in mouse button polling, null deref in BigNum formatting 2026-03-30 15:37:38 -07:00
core fix(rendering): game objects invisible due to GPU cull instance limit 2026-04-05 03:18:52 -07:00
game fix(chat): handle SMSG_GM_MESSAGECHAT format, add chat diagnostics 2026-04-05 05:16:57 -07:00
network chore(testing): add unit tests and update core render/network pipelines 2026-04-03 09:41:34 +03:00
pipeline feat(animation): 452 named constants, 30-phase character animation state machine 2026-04-04 23:02:53 +03:00
rendering perf(rendering): reduce GPU cull buffer and add CPU fallback for overflow 2026-04-05 03:25:27 -07:00
ui fix(ui): show only zone name on character select, drop map/continent 2026-04-05 04:34:39 -07:00
main.cpp feat(rendering): GPU architecture + visual quality fixes 2026-04-04 13:43:16 +03:00