summaryrefslogtreecommitdiff
path: root/src/netsession.cpp
AgeCommit message (Expand)AuthorFilesLines
2006-05-19Switched to a monothreaded server. Fixed segfaults after disconnect. Guillaume Melquiond1-168/+0
2006-04-30removed the last remains of SDLPhilipp Sehmisch1-7/+0
2006-04-28Got rid of SDL threads, now using pthreads.Eugenio Favalli1-11/+15
2006-04-28Merged enet_switch changes r2268:2309 into the trunk.Eugenio Favalli1-26/+60
2006-03-06Cleaned up unnecessary header dependencies and fixed some indentations.Björn Steinbrink1-0/+1
2005-07-25Added modified Map, MapReader, ResourceManager classes and base64 functionsBjørn Lindeijer1-1/+1
2005-04-18Server now succesfully listens for connections, accepts them, receives someBjørn Lindeijer1-27/+15
2005-04-16Added a bit of listening code.Bjørn Lindeijer1-2/+29
2005-03-21More complete implementation of startListen and stopListen, told CVS to ignoreBjørn Lindeijer1-12/+51
2005-03-19Added start of NetSession implementation and basics of initialization, timerBjørn Lindeijer1-0/+57
2005-03-16Added preliminary interfaces for NetSession, NetComputer, ConnectionHandlerBjørn Lindeijer1-0/+25