diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2006-08-01 19:05:34 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2006-08-01 19:05:34 +0000 |
commit | 8714de88fe9715b5a4014f16d15bc55f8860cdcf (patch) | |
tree | 9bd100d9d50bcf1357be375ba7b61fd4d136ce54 /ChangeLog | |
parent | 7b599fad6cdbaa40f1cb496218dcd5546de7f520 (diff) | |
download | mana-8714de88fe9715b5a4014f16d15bc55f8860cdcf.tar.gz mana-8714de88fe9715b5a4014f16d15bc55f8860cdcf.tar.bz2 mana-8714de88fe9715b5a4014f16d15bc55f8860cdcf.tar.xz mana-8714de88fe9715b5a4014f16d15bc55f8860cdcf.zip |
animations and directions are now passed and stored as enums and no longer as strings.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-08-01 Philipp Sehmisch <tmw@crushnet.org> + + * src/animation.h, src/animation.cpp, src/animatedsprite.h, + src/animatedsprite.cpp, src/being.cpp: animations and directions + are now passed and stored as enums and no longer as strings. + 2006-07-30 Björn Steinbrink <B.Steinbrink@gmx.de> * src/animatedsprite.h, src/animatedsprite.cpp: Unified the play |