Kelsidavis-WoWee/include
Kelsi 5ef11fdc7d Fix auth protocol to match real WoW 3.3.5a client format
Three critical bugs fixed:
- LOGON_CHALLENGE request: set protocol byte to 0x03 (was 0x00) and
  reverse FourCC strings (game/platform/os/locale) to match real client
- Response parsers: remove double-read of opcode byte that shifted all
  field reads by one, preventing successful auth with real servers
- LOGON_PROOF response sizes: success=32 bytes, failure=4 bytes to match
  TrinityCore/AzerothCore format

Also adds missing auth result codes (0x13-0x20, 0xFF) including
IGR_WITHOUT_BNET (0x17) which Warmane was returning.
2026-02-05 12:39:34 -08:00
..
audio Add Windows cross-platform support alongside Linux 2026-02-03 22:25:41 -08:00
auth Fix auth protocol to match real WoW 3.3.5a client format 2026-02-05 12:39:34 -08:00
core Fix WMO spawn presets to avoid terrain snapping 2026-02-04 23:30:03 -08:00
game Add XP tracking with level-up, kill XP formula, and server-compatible SMSG_LOG_XPGAIN support 2026-02-05 12:07:58 -08:00
network Add Windows cross-platform support alongside Linux 2026-02-03 22:25:41 -08:00
pipeline Add M2 global sequence animation, smoke UV scroll, and fix WMO floor detection 2026-02-04 14:06:59 -08:00
platform Add Windows cross-platform support alongside Linux 2026-02-03 22:25:41 -08:00
rendering Add interactive world map with continent/zone navigation 2026-02-04 22:27:45 -08:00
ui Fix non-blocking TCP connect for remote servers and persist login info between sessions 2026-02-05 12:25:00 -08:00