summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Collapse)AuthorFilesLines
2007-06-26Merged guilds-and-parties branch to trunkDavid Athay1-4/+5
2007-03-31Moved writing of outgoing messages into MessageOut and added printing of theBjørn Lindeijer4-3/+29
message ID.
2007-03-31Moved writing of incoming messages into MessageIn and tweaked the printing ofBjørn Lindeijer3-10/+43
the message ID.
2007-03-18Added a TokenCollector class for matching magic_tokens.Rogier Polak1-5/+4
2007-03-11Added a utils::processor namespace and a function to determine if, the ↵Rogier Polak3-27/+17
processor the program is running on, is little-endian or big-endian.
2007-01-06Removed world timer usage from account server, instead letting ENet wait duringBjørn Lindeijer2-3/+6
each host service to reduce CPU usage. Modified timer code to gracefully handle jumps back in time.
2007-01-05Simplified handling of verbosity levels. Optimized code by generating only ↵Guillaume Melquiond3-15/+18
needed messages.
2007-01-04Server-side implementation of item pick-up.Guillaume Melquiond2-28/+21
2006-12-29Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond10-0/+1078
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.