summaryrefslogtreecommitdiff
path: root/src/netcomputer.h
AgeCommit message (Expand)AuthorFilesLines
2006-12-29Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond1-98/+0
2006-08-26Applied patch by Rogier, adding a stream operator to NetComputer for logging ...Bjørn Lindeijer1-0/+10
2006-08-25Applied patch by Rogier, addressing TODOs in MessageOut and NetComputer.Bjørn Lindeijer1-21/+26
2006-08-14Removed Packet class and the UNKNOWN gender.Bjørn Lindeijer1-7/+5
2006-08-10Removed ConnectionHandler::forceDisconnect method and implemented part of theBjørn Lindeijer1-9/+2
2006-05-23Split server into three logical servers: an account server, a chat Guillaume Melquiond1-61/+0
2006-05-20Changed ConnectionHandler and NetComputer into low-level base classes; Guillaume Melquiond1-6/+25
2006-05-13Applied patch by Guillaume Melquiond which adds ENet check and adds timer.cpp/hBjørn Lindeijer1-11/+23
2006-04-28Merged enet_switch changes r2268:2309 into the trunk.Eugenio Favalli1-5/+6
2006-03-06Cleaned up unnecessary header dependencies and fixed some indentations.Björn Steinbrink1-3/+2
2006-01-20Chat channeling commit part 3. Is now linked with the connection handler to c...Yohann Ferreira1-4/+4
2005-12-18Made use of AccountPtr instead of Account*.Yohann Ferreira1-5/+5
2005-12-18Made the handlers use the countedPtr for Beings as they should. Fixed a segfa...Yohann Ferreira1-3/+3
2005-12-12Use setCharacter() and unsetcharacter() to deal with addBeing() and removeBei...Yohann Ferreira1-0/+11
2005-11-14Added intial SWIG bindings.Aaron Marks1-1/+1
2005-11-13Nothing of much significance, mainly checking whether I can commit.Bjørn Lindeijer1-2/+2
2005-07-24Added character selection.Aaron Marks1-0/+12
2005-07-19Added character creation.Aaron Marks1-0/+14
2005-07-19Changing the way the message ID is read.Bjørn Lindeijer1-1/+1
2005-07-18Updated server->client communications.Aaron Marks1-9/+5
2005-07-17Added server->client communications.Aaron Marks1-3/+22
2005-04-18Server now succesfully listens for connections, accepts them, receives someBjørn Lindeijer1-7/+6
2005-03-23Corrections to syntax, includes, headers and comments. Updated architecture.txtBjørn Lindeijer1-1/+0
2005-03-23added the account handler and a definition file to keep track of structures a...Kiyoshi Kyokai1-0/+1
2005-03-21More complete implementation of startListen and stopListen, told CVS to ignoreBjørn Lindeijer1-0/+3
2005-03-21Some header fixes, formatting conventions and moved DevCpp project file.Bjørn Lindeijer1-0/+1
2005-03-19Added start of NetSession implementation and basics of initialization, timerBjørn Lindeijer1-1/+1
2005-03-16Added preliminary interfaces for NetSession, NetComputer, ConnectionHandlerBjørn Lindeijer1-0/+67