summaryrefslogtreecommitdiffstats
path: root/src/messageout.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond2006-12-291-136/+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 pixel-based synchronisation. Added variable length move messages.Guillaume Melquiond2006-09-021-1/+11
|
* Applied patch by Rogier, addressing TODOs in MessageOut and NetComputer.Bjørn Lindeijer2006-08-251-11/+27
|
* Removed Packet class and the UNKNOWN gender.Bjørn Lindeijer2006-08-141-31/+0
|
* Some messing about towards making cleaner code.Bjørn Lindeijer2006-08-011-0/+9
|
* Applied another patch by Guillaume Melquiond which fixed a number of issuesBjørn Lindeijer2006-05-141-21/+20
| | | | | with the message implementation (client side should also be checked).
* Merged enet_switch changes r2268:2309 into the trunk.Eugenio Favalli2006-04-281-4/+16
|
* Cleaned up unnecessary header dependencies and fixed some indentations.Björn Steinbrink2006-03-061-1/+5
|
* Sever returns infos about position of the selected character (map name, ↵Eugenio Favalli2006-01-141-2/+0
| | | | coordinates).
* Nothing of much significance, mainly checking whether I can commit.Bjørn Lindeijer2005-11-131-5/+10
|
* Removed a lot of tabs used for indenting (please don't do that...), redidBjørn Lindeijer2005-07-161-23/+56
| | | | | | 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-8/+8
| | | | | | 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/+2
| | | | | Server now handles register requests.
* Implemented MessageOut.Aaron Marks2005-07-131-1/+46
| | | | | | | Rewrote MessageIn::readString - it was overly complex and didn't operate correctly. Update test client so it sends a login message.
* More complete implementation of startListen and stopListen, told CVS to ignoreBjørn Lindeijer2005-03-211-1/+1
| | | | | | some files and compile fixes (it actually compiles now, just don't expect it to do anything useful)
* Small changes to ConnectionHandler and MessageHandler, while adding interfacesBjørn Lindeijer2005-03-181-0/+36
for Packet, MessageIn and MessageOut.