summaryrefslogtreecommitdiff
path: root/src/gamehandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2006-05-23Split server into three logical servers: an account server, a chat Guillaume Melquiond1-4/+198
2006-05-20Changed ConnectionHandler and NetComputer into low-level base classes; Guillaume Melquiond1-1/+2
2006-03-06Cleaned up unnecessary header dependencies and fixed some indentations.Björn Steinbrink1-1/+6
2005-12-18Made the handlers use the countedPtr for Beings as they should. Fixed a segfa...Yohann Ferreira1-1/+1
2005-11-10Updates to Being, test client, game handler and small update to state update.Aaron Marks1-15/+23
2005-08-08Just some changes I forgot to commit -- I probably wont be able to work on tm...Aaron Marks1-4/+28
2005-08-04Added basic inventory (not fully functional)Aaron Marks1-3/+22
2005-07-26Added shell for GameHandler (core game message handler).Aaron Marks1-0/+66