Kelsidavis-WoWee/src/auth
Kelsi ba99d505dd refactor: remaining C-style casts, color constants, and header guard cleanup
Replace ~37 remaining C-style casts with static_cast across 16 files.
Extract named color constants (kColorRed/Green/Yellow/Gray) and dialog
window flags (kDialogFlags) in game_screen.cpp, replacing 72 inline
literals. Normalize keybinding_manager.hpp to #pragma once.
2026-03-25 11:57:22 -07:00
..
auth_handler.cpp refactor: replace C-style casts with static_cast and extract toLowerInPlace 2026-03-25 11:40:49 -07:00
auth_opcodes.cpp Fix expansion auth protocol versions + improve version mismatch errors 2026-02-13 00:36:46 -08:00
auth_packets.cpp refactor: replace C-style casts with static_cast and extract toLowerInPlace 2026-03-25 11:40:49 -07:00
big_num.cpp Upgrade to C++20 and fix all compilation warnings 2026-02-07 11:43:37 -08:00
crypto.cpp Make this compatible to build with MSVS 2022 2026-02-23 16:30:49 +01:00
integrity.cpp Fix Warden module parse fallback and macOS FMOD integrity aliases 2026-02-25 09:26:34 -08:00
pin_auth.cpp Fix PIN grid remap bitmask (support digits 8/9) 2026-02-13 00:41:02 -08:00
rc4.cpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
srp.cpp refactor: remaining C-style casts, color constants, and header guard cleanup 2026-03-25 11:57:22 -07:00
vanilla_crypt.cpp Vanilla/Turtle WoW support: M2 loading, bone parsing, textures, auth 2026-02-13 16:53:28 -08:00