Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
for future usage for different server types.
Processed classes: adminhandler, beinghandler, buysellhandler.
|
|
Also impliment sound events:
SOUND_EVENT_MOVE, SOUND_EVENT_SIT, SOUND_EVENT_SPAWN
|
|
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.
|
|
|
|
This code based on mana client http://www.gitorious.org/mana/mana
and my private repository.
|