summaryrefslogtreecommitdiff
path: root/src/game-server/commandhandler.h
AgeCommit message (Collapse)AuthorFilesLines
2013-04-11Converted Being into a ComponentErik Schilling1-2/+2
I did not really care too much about staying consistent with the use of static_casts to Actors since they are only temporary anyway until Actor is a component too.
2013-04-11Converted the Character class into a componentErik Schilling1-2/+2
A CharacterData was created as a proxy class in order to allow using the old serialization method.
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-0/+36
Also added an header to the autoattack.{h,cpp} files. Big but trivial fix.