diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2006-12-29 23:15:54 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2006-12-29 23:15:54 +0000 |
commit | 82a0eab42381e89803d93f6ae1a9cfafd2abb254 (patch) | |
tree | 12e7f46ca4f8060626c595c17ffb2c71151cb7cd /ChangeLog | |
parent | 787f53c8dcd799161bd9a662dc2fe898f1708361 (diff) | |
download | mana-82a0eab42381e89803d93f6ae1a9cfafd2abb254.tar.gz mana-82a0eab42381e89803d93f6ae1a9cfafd2abb254.tar.bz2 mana-82a0eab42381e89803d93f6ae1a9cfafd2abb254.tar.xz mana-82a0eab42381e89803d93f6ae1a9cfafd2abb254.zip |
Improved movement smoothness by avoiding useless changes of sprite direction.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2006-12-30 Guillaume Melquiond <guillaume.melquiond@gmail.com> + + * src/being.h, src/being.cpp: Improved movement smoothness by avoiding + useless changes of sprite direction. + 2006-12-29 Guillaume Melquiond <guillaume.melquiond@gmail.com> * src/gui/connection.cpp: Fixed displaying of progress dialog. |