summaryrefslogtreecommitdiffstats
path: root/src/messagein.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond2006-12-291-101/+0
| | | | | | | | chat + database) and multiple tmwserv-game programs (selected with respect to the maps). Cleaned the repository by moving server-specific source files into dedicated directories.
* Removed Packet class and the UNKNOWN gender.Bjørn Lindeijer2006-08-141-47/+32
|
* Fixed registering for the test client (send version as integer) and correctedBjørn Lindeijer2006-07-311-4/+5
| | | | | the off by one packed size.
* Replaced strnlen by memchr.Guillaume Melquiond2006-05-141-2/+3
|
* Applied another patch by Guillaume Melquiond which fixed a number of issuesBjørn Lindeijer2006-05-141-41/+23
| | | | | with the message implementation (client side should also be checked).
* Merged enet_switch changes r2268:2309 into the trunk.Eugenio Favalli2006-04-281-5/+10
|
* Cleaned up unnecessary header dependencies and fixed some indentations.Björn Steinbrink2006-03-061-0/+4
|
* Updated bindings, game state class and more (see ChangeLog).Aaron Marks2005-11-151-1/+1
|
* Changing the way the message ID is read.Bjørn Lindeijer2005-07-191-0/+2
|
* Removed a lot of tabs used for indenting (please don't do that...), redidBjørn Lindeijer2005-07-161-37/+35
| | | | | | 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.
* Added chat message handler placeholder (still not fully functional).Aaron Marks2005-07-161-2/+2
| | | | | | Updated PostgreSQL SQL support - although there is still problem with primary key being initialized to null. Updated message enumeration.
* Fixed problem with memory expanding in Packet.Aaron Marks2005-07-161-2/+7
| | | | | Server now handles register requests.
* Implemented MessageOut.Aaron Marks2005-07-131-52/+23
| | | | | | | Rewrote MessageIn::readString - it was overly complex and didn't operate correctly. Update test client so it sends a login message.
* Removing duplicate textYohann Ferreira2005-06-131-14/+0
|
* First corrections of messageIn class.Yohann Ferreira2005-06-131-9/+8
|
* first attempt of messageIn Implementation. I'll do testings from that.Yohann Ferreira2005-06-131-0/+137
|
* Small changes to ConnectionHandler and MessageHandler, while adding interfacesBjørn Lindeijer2005-03-181-0/+25
for Packet, MessageIn and MessageOut.