mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-15 17:03:50 +00:00
- vk_pipeline: extract kColorWriteAll constant from 4 duplicated RGBA bitmask expressions across blend mode functions, with why-comment - frustum: name kMinNormalLenSq epsilon (1e-8) with why-comment — prevents division by zero on degenerate planes - dbc_loader: add why-comment on DBC field width validation — all fields are fixed 4-byte uint32 per format spec - pin_auth: replace 0x30 hex literal with '0' char constant, add why-comment on ASCII encoding for server HMAC compatibility |
||
|---|---|---|
| .. | ||
| auth_handler.cpp | ||
| auth_opcodes.cpp | ||
| auth_packets.cpp | ||
| big_num.cpp | ||
| crypto.cpp | ||
| integrity.cpp | ||
| pin_auth.cpp | ||
| rc4.cpp | ||
| srp.cpp | ||
| vanilla_crypt.cpp | ||