summaryrefslogtreecommitdiff
path: root/src/packet.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-07-16Removed a lot of tabs used for indenting (please don't do that...), redidBjørn Lindeijer1-12/+1
MessageOut a bit so that it uses SDL_net, writes strings correctly and doesn't rely on Packet to be expandable. Also specified message IDs explicitly.
2005-07-16Fixed problem with memory expanding in Packet.Aaron Marks1-2/+6
Server now handles register requests.
2005-07-13Implemented MessageOut.Aaron Marks1-0/+8
Rewrote MessageIn::readString - it was overly complex and didn't operate correctly. Update test client so it sends a login message.
2005-03-18Small changes to ConnectionHandler and MessageHandler, while adding interfacesBjørn Lindeijer1-0/+39
for Packet, MessageIn and MessageOut.