summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-12-12 15:06:06 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-12-12 15:06:06 +0000
commit7467afb637960fc8f3c8e631b95bb3e662285057 (patch)
tree34ba6896c8795ab3c1e6bb7fccbce27a5dd491ed /ChangeLog
parentf4f6c66a1ebe115dde9dc7a9b793b36ddc708d3c (diff)
downloadmana-client-7467afb637960fc8f3c8e631b95bb3e662285057.tar.gz
mana-client-7467afb637960fc8f3c8e631b95bb3e662285057.tar.bz2
mana-client-7467afb637960fc8f3c8e631b95bb3e662285057.tar.xz
mana-client-7467afb637960fc8f3c8e631b95bb3e662285057.zip
Moved Action, Animation and Frame (renamed from AnimationPhase) classes into
the resources directory, since they are part of the SpriteDef class.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c72fd15..83f21af7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,15 @@
-2006-12-11 Philipp Sehmisch <tmw@crushnet.org>
+2006-12-12 Bjørn Lindeijer <bjorn@lindeijer.nl>
- * data/sfx/bat-dying1.ogg, data/sfx/bat-hit1.ogg,
+ * src/animatedsprite.h, src/CMakeLists.txt, src/animatedsprite.cpp,
+ src/resources/action.h, src/resources/animation.h,
+ src/resources/spritedef.cpp, src/resources/action.cpp,
+ src/resources/animation.cpp, src/resources/spritedef.h: Moved
+ Action, Animation and Frame (renamed from AnimationPhase) classes into
+ the resources directory, since they are part of the SpriteDef class.
+
+2006-12-12 Philipp Sehmisch <tmw@crushnet.org>
+
+ * data/sfx/bat-dying1.ogg, data/sfx/bat-hit1.ogg,
data/sfx/bow_shoot_1.ogg, data/sfx/fire-goblin-hit1.ogg
data/sfx/fire-goblin-hit2.ogg, data/sfx/fire-goblin-miss1.ogg,
data/sfx/fist-swish.ogg, data/sfx/flower-hit1.ogg,