Kelsidavis-WoWee/src/network
Kelsi 43caf7b5e6 refactor: add Packet::writePackedGuid, remove redundant static methods
Add writePackedGuid() to Packet class for read/write symmetry. Remove
now-redundant UpdateObjectParser::readPackedGuid and
MovementPacket::writePackedGuid static methods. Replace 6 internal
readPackedGuid calls, 9 writePackedGuid calls, and 1 inline 14-line
transport GUID write with Packet method calls.
2026-03-25 14:06:42 -07:00
..
packet.cpp refactor: add Packet::writePackedGuid, remove redundant static methods 2026-03-25 14:06:42 -07:00
socket.cpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
tcp_socket.cpp refactor: remaining C-style casts, color constants, and header guard cleanup 2026-03-25 11:57:22 -07:00
world_socket.cpp refactor: extract toHexString utility, more color constants, final cast cleanup 2026-03-25 12:12:03 -07:00