summaryrefslogtreecommitdiff
path: root/src/net/tmwa/beinghandler.h
AgeCommit message (Collapse)AuthorFilesLines
2013-04-14another fixes from cpplint.Andrei Karas1-2/+2
2013-04-14some more style fixes from cpplint.Andrei Karas1-1/+1
2013-03-27improve some network handlers classes.Andrei Karas1-3/+3
2013-03-26inprove beinghandler class.Andrei Karas1-5/+7
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-10Delete copy constructor from net classes.Andrei Karas1-0/+2
2012-09-23Add missing final keywords to classes.Andrei Karas1-1/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-05-20Start separating netcode to functions and moving some code to ea name spaceAndrei Karas1-5/+9
for future usage for different server types. Processed classes: adminhandler, beinghandler, buysellhandler.
2011-04-03Add spawn animation to mobs.Andrei Karas1-0/+1
Also impliment sound events: SOUND_EVENT_MOVE, SOUND_EVENT_SIT, SOUND_EVENT_SPAWN
2011-03-14Fixing direction bug in moving.Andrei Karas1-2/+0
While player moving server dont send player direction. This autofixing in nextTile method, but if this method was not called, then player have incorrect direction. Also move checking direction 8 from beinghandler.cpp to messagein.cpp like was done in mana client.
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+53
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.