summaryrefslogtreecommitdiffstats
path: root/src/netcomputer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond2006-12-291-97/+0
* Applied patch by Rogier, adding a stream operator to NetComputer for logging ...Bjørn Lindeijer2006-08-261-3/+13
* Applied patch by Rogier, addressing TODOs in MessageOut and NetComputer.Bjørn Lindeijer2006-08-251-20/+46
* Some code format changes, logging improvals and commenting.Bjørn Lindeijer2006-08-201-1/+2
* Removed Packet class and the UNKNOWN gender.Bjørn Lindeijer2006-08-141-4/+4
* Log sending of messages and include more verbose messages for runserv.sh.Bjørn Lindeijer2006-08-131-0/+4
* Removed ConnectionHandler::forceDisconnect method and implemented part of theBjørn Lindeijer2006-08-101-5/+10
* Fixed registering for the test client (send version as integer) and correctedBjørn Lindeijer2006-07-311-2/+1
* Split server into three logical servers: an account server, a chat Guillaume Melquiond2006-05-231-44/+0
* Changed ConnectionHandler and NetComputer into low-level base classes; Guillaume Melquiond2006-05-201-12/+17
* Merged enet_switch changes r2268:2309 into the trunk.Eugenio Favalli2006-04-281-3/+9
* Cleaned up unnecessary header dependencies and fixed some indentations.Björn Steinbrink2006-03-061-0/+2
* Chat channeling commit part 3. Is now linked with the connection handler to c...Yohann Ferreira2006-01-201-12/+12
* Made minimum client version and default map id configurable, set/getMapId are...Eugenio Favalli2006-01-131-1/+1
* Fixed default map definition for a new created character, enabled loading of ...Eugenio Favalli2006-01-121-1/+1
* Added customization of created character. (That makes previously created db i...Yohann Ferreira2006-01-081-1/+1
* Made use of AccountPtr instead of Account*.Yohann Ferreira2005-12-181-12/+13
* Made the handlers use the countedPtr for Beings as they should. Fixed a segfa...Yohann Ferreira2005-12-181-6/+6
* Use setCharacter() and unsetcharacter() to deal with addBeing() and removeBei...Yohann Ferreira2005-12-121-0/+23
* Added character selection.Aaron Marks2005-07-241-1/+7
* Added character creation.Aaron Marks2005-07-191-1/+7
* Updated server->client communications.Aaron Marks2005-07-181-21/+4
* Added server->client communications.Aaron Marks2005-07-171-1/+29
* Server now succesfully listens for connections, accepts them, receives someBjørn Lindeijer2005-04-181-0/+11
* Added preliminary interfaces for NetSession, NetComputer, ConnectionHandlerBjørn Lindeijer2005-03-161-0/+25