summaryrefslogtreecommitdiff
path: root/src/messageout.cpp
AgeCommit message (Collapse)AuthorFilesLines
2006-12-29Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond1-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.
2006-09-02Removed pixel-based synchronisation. Added variable length move messages.Guillaume Melquiond1-1/+11
2006-08-25Applied patch by Rogier, addressing TODOs in MessageOut and NetComputer.Bjørn Lindeijer1-11/+27
2006-08-14Removed Packet class and the UNKNOWN gender.Bjørn Lindeijer1-31/+0
2006-08-01Some messing about towards making cleaner code.Bjørn Lindeijer1-0/+9
2006-05-14Applied another patch by Guillaume Melquiond which fixed a number of issuesBjørn Lindeijer1-21/+20
with the message implementation (client side should also be checked).
2006-04-28Merged enet_switch changes r2268:2309 into the trunk.Eugenio Favalli1-4/+16
2006-03-06Cleaned up unnecessary header dependencies and fixed some indentations.Björn Steinbrink1-1/+5
2006-01-14Sever returns infos about position of the selected character (map name, ↵Eugenio Favalli1-2/+0
coordinates).
2005-11-13Nothing of much significance, mainly checking whether I can commit.Bjørn Lindeijer1-5/+10
2005-07-16Removed a lot of tabs used for indenting (please don't do that...), redidBjørn Lindeijer1-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.
2005-07-16Added chat message handler placeholder (still not fully functional).Aaron Marks1-8/+8
Updated PostgreSQL SQL support - although there is still problem with primary key being initialized to null. Updated message enumeration.
2005-07-16Fixed problem with memory expanding in Packet.Aaron Marks1-2/+2
Server now handles register requests.
2005-07-13Implemented MessageOut.Aaron Marks1-1/+46
Rewrote MessageIn::readString - it was overly complex and didn't operate correctly. Update test client so it sends a login message.
2005-03-21More complete implementation of startListen and stopListen, told CVS to ignoreBjørn Lindeijer1-1/+1
some files and compile fixes (it actually compiles now, just don't expect it to do anything useful)
2005-03-18Small changes to ConnectionHandler and MessageHandler, while adding interfacesBjørn Lindeijer1-0/+36
for Packet, MessageIn and MessageOut.