Kelsidavis-WoWee/src
Kelsi 24e39f63f5 Fix CodeQL weak-crypto suppressions: switch lgtm to codeql inline format
The old `// lgtm [cpp/...]` comments used a space (invalid syntax) and
were placed on preceding lines rather than inline with the flagged code.
GitHub's CodeQL action v3 requires `// codeql[query-id]` on the same
line as the flagged expression. All four alert sites updated:

- world_socket.cpp: encryptCipher/decryptCipher.init() (protocol RC4)
- warden_module.cpp: decryptRC4() call (Warden protocol RC4)
- warden_crypto.cpp: initRC4() calls (Warden stream cipher init)
- game_handler.cpp: wardenLoadedModule_->load() (MD5+RC4 via Warden)

All uses are protocol-mandated by Blizzard's WoW/Warden spec and cannot
be replaced without breaking server interoperability.
2026-02-19 17:06:49 -08:00
..
audio apply pending protocol, ui, audio, and CodeQL fixes 2026-02-19 16:17:06 -08:00
auth Reset realm and character lists when switching servers 2026-02-14 19:24:31 -08:00
core Fix movement desync: strafe animation and missing SET_FACING 2026-02-19 16:40:17 -08:00
game Fix CodeQL weak-crypto suppressions: switch lgtm to codeql inline format 2026-02-19 17:06:49 -08:00
network Fix CodeQL weak-crypto suppressions: switch lgtm to codeql inline format 2026-02-19 17:06:49 -08:00
pipeline Fix M2 white shell artifact from missing textures, add opacity track support 2026-02-17 23:52:44 -08:00
rendering Fix movement desync: strafe animation and missing SET_FACING 2026-02-19 16:40:17 -08:00
ui Fix missing armor in WotLK item tooltips and character stats 2026-02-19 16:52:04 -08:00
main.cpp Add Windows build support via MSYS2 and fix platform-specific code 2026-02-18 17:38:08 -08:00