Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
30d4b0adf4f17f05d1d62fc3428c896ef1079b6b
|
|
|
|
|
|
|
|
Also impliment sound events:
SOUND_EVENT_MOVE, SOUND_EVENT_SIT, SOUND_EVENT_SPAWN
|
|
|
|
|
|
|
|
|
|
|
|
|
|
As dirty hack added delayed direction.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
extended servers)
|
|
|
|
|
|
|
|
|
|
|
|
Reviewed-by: Jaxad0127
Manaplus: fix code style and add some checks.
|
|
|
|
|
|
|
|
|
|
|
|
Also save extra layers if network error.
|
|
|
|
|
|
|
|
Now equipment window now worked if was empty inventory in connection
movinf to other map.
|
|
|