Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
Add fix unitialised variable.
|
|
Also save extra layers if network error.
|
|
Set manaserv disabled in automake and cmake by default but enabled in build scripts.
|
|
|
|
|
|
|
|
Now equipment window now worked if was empty inventory in connection
movinf to other map.
|
|
|
|
Add reading real slots number from server (evol).
|
|
|
|
|
|
|