summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-08-26 18:50:34 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-08-26 18:50:34 +0000
commitef82a7df8aafb569f6db5e77ff2dd67fde860148 (patch)
tree202a461e6d9d426ef1d080ec554334a195fa709a /ChangeLog
parentc3a3b608b3f9a7b2edb3a7132af5dffde1a9e3c2 (diff)
downloadmana-client-ef82a7df8aafb569f6db5e77ff2dd67fde860148.tar.gz
mana-client-ef82a7df8aafb569f6db5e77ff2dd67fde860148.tar.bz2
mana-client-ef82a7df8aafb569f6db5e77ff2dd67fde860148.tar.xz
mana-client-ef82a7df8aafb569f6db5e77ff2dd67fde860148.zip
Applied patch by Bahamut81 which implements resetting of Animation, Action and
AnimatedSprite. This fixes the animation synchronization issues.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ff4a9d4..a886518b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,10 @@
* configure.ac, data/graphics/items/Makefile.am,
data/graphics/Makefile.am: Added Makefile.am to make sure the item
icons are installed.
+ * src/player.cpp, src/animation.h, src/player.h,
+ src/animatedsprite.cpp, src/animation.cpp: Applied patch by Bahamut81
+ which implements resetting of Animation, Action and AnimatedSprite.
+ This fixes the animation synchronization issues.
2006-08-25 Matthias Hartmann <hartmann.matthias@gmail.com>