summaryrefslogtreecommitdiff
path: root/src/controller.cpp
AgeCommit message (Expand)AuthorFilesLines
2007-03-30repaired some svn errorsPhilipp Sehmisch1-0/+0
2007-03-30Renamed "Controlled" to "Monster" and moved it into the game-server directory.Philipp Sehmisch1-89/+0
2007-03-15Set the default map position of new characters to a value that makes more sen...Philipp Sehmisch1-1/+24
2007-03-14Modified the game-server to use AbstractCharacterData, some renamingRogier Polak1-9/+0
2007-03-11Implemented stat handling infrastructure and basic damage calculation.Philipp Sehmisch1-0/+16
2007-03-05Added an abstrart base class for characterdata, in order to use the same seri...Rogier Polak1-2/+2
2007-03-02Implemented being death, removal of dead mobs and sitting.Philipp Sehmisch1-6/+19
2007-01-05Simplified handling of verbosity levels. Optimized code by generating only ne...Guillaume Melquiond1-2/+2
2006-12-29Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond1-35/+7
2006-09-02Simplified server algorithm for moving objects; it now matches the one in the...Guillaume Melquiond1-5/+5
2006-09-02Decorrelated moving object IDs from character database IDs. Switched to short...Guillaume Melquiond1-1/+1
2006-08-27Added a Controller class meant to implement behaviour loosely coupled to theBjørn Lindeijer1-0/+74