summaryrefslogtreecommitdiff
path: root/src/netcomputer.cpp
AgeCommit message (Expand)AuthorFilesLines
2006-01-20Chat channeling commit part 3. Is now linked with the connection handler to c...Yohann Ferreira1-12/+12
2006-01-13Made minimum client version and default map id configurable, set/getMapId are...Eugenio Favalli1-1/+1
2006-01-12Fixed default map definition for a new created character, enabled loading of ...Eugenio Favalli1-1/+1
2006-01-08Added customization of created character. (That makes previously created db i...Yohann Ferreira1-1/+1
2005-12-18Made use of AccountPtr instead of Account*.Yohann Ferreira1-12/+13
2005-12-18Made the handlers use the countedPtr for Beings as they should. Fixed a segfa...Yohann Ferreira1-6/+6
2005-12-12Use setCharacter() and unsetcharacter() to deal with addBeing() and removeBei...Yohann Ferreira1-0/+23
2005-07-24Added character selection.Aaron Marks1-1/+7
2005-07-19Added character creation.Aaron Marks1-1/+7
2005-07-18Updated server->client communications.Aaron Marks1-21/+4
2005-07-17Added server->client communications.Aaron Marks1-1/+29
2005-04-18Server now succesfully listens for connections, accepts them, receives someBjørn Lindeijer1-0/+11
2005-03-16Added preliminary interfaces for NetSession, NetComputer, ConnectionHandlerBjørn Lindeijer1-0/+25