summaryrefslogtreecommitdiff
path: root/src/net/tmwa/beinghandler.h
AgeCommit message (Collapse)AuthorFilesLines
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.