Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-11-13 | Nothing of much significance, mainly checking whether I can commit. | Bjørn Lindeijer | 1 | -2/+2 | |
2005-07-16 | Removed a lot of tabs used for indenting (please don't do that...), redid | Bjørn Lindeijer | 1 | -11/+0 | |
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-13 | Implemented MessageOut. | Aaron Marks | 1 | -0/+11 | |
Rewrote MessageIn::readString - it was overly complex and didn't operate correctly. Update test client so it sends a login message. | |||||
2005-03-21 | Some header fixes, formatting conventions and moved DevCpp project file. | Bjørn Lindeijer | 1 | -0/+5 | |
2005-03-18 | Small changes to ConnectionHandler and MessageHandler, while adding interfaces | Bjørn Lindeijer | 1 | -0/+42 | |
for Packet, MessageIn and MessageOut. |