summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-12-29 23:15:54 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-12-29 23:15:54 +0000
commit82a0eab42381e89803d93f6ae1a9cfafd2abb254 (patch)
tree12e7f46ca4f8060626c595c17ffb2c71151cb7cd /ChangeLog
parent787f53c8dcd799161bd9a662dc2fe898f1708361 (diff)
downloadmana-client-82a0eab42381e89803d93f6ae1a9cfafd2abb254.tar.gz
mana-client-82a0eab42381e89803d93f6ae1a9cfafd2abb254.tar.bz2
mana-client-82a0eab42381e89803d93f6ae1a9cfafd2abb254.tar.xz
mana-client-82a0eab42381e89803d93f6ae1a9cfafd2abb254.zip
Improved movement smoothness by avoiding useless changes of sprite direction.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c5e01461..f9327b2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.