diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2006-09-02 14:12:20 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2006-09-02 14:12:20 +0000 |
commit | 21866bc51f75ebc1550a225dbe45d0bdca570b01 (patch) | |
tree | df8776459b1460edb2632e3333eaa844e8aeee0a /ChangeLog | |
parent | 475cebc96ee8ce31171e105382db549a364e0f0e (diff) | |
download | manaserv-21866bc51f75ebc1550a225dbe45d0bdca570b01.tar.gz manaserv-21866bc51f75ebc1550a225dbe45d0bdca570b01.tar.bz2 manaserv-21866bc51f75ebc1550a225dbe45d0bdca570b01.tar.xz manaserv-21866bc51f75ebc1550a225dbe45d0bdca570b01.zip |
Simplified server algorithm for moving objects; it now matches the one in the client.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -12,6 +12,10 @@ * src/messageout.cpp, src/messageout.h, src/state.cpp, src/defines.h: Removed pixel-based synchronisation. Added variable length move messages. Changed default buffer size of outgoing packets. + * src/src/accounthandler.cpp, src/point.h, src/object.cpp, + src/controller.cpp, src/dalstorage.cpp, src/object.h, src/state.cpp, + src/gamehandler.cpp: Made Point a POD type. Simplified server algorithm + for moving objects; it now matches the one in the client. 2006-08-28 Eugenio Favalli <elvenprogrammer@gmail.com> |