diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2008-03-09 20:41:27 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2008-03-09 20:41:27 +0000 |
commit | 4e2ced304a2013808b2481cceb7622848b073e5b (patch) | |
tree | 2cc2c6cbc3f6e17842919530d583f91256dc86e1 /ChangeLog | |
parent | 15014d358424bf5f74a2d9b7afd08692b591a448 (diff) | |
download | mana-client-4e2ced304a2013808b2481cceb7622848b073e5b.tar.gz mana-client-4e2ced304a2013808b2481cceb7622848b073e5b.tar.bz2 mana-client-4e2ced304a2013808b2481cceb7622848b073e5b.tar.xz mana-client-4e2ced304a2013808b2481cceb7622848b073e5b.zip |
Implemented possibility to rotate particle emitters. Implemented interpretation of the attacktype parameter of attack messages and visualize monster attacks other than id 1 with a particle effect. Prepared to get attack particle effects and animation types from the monster database.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2008-03-09 Philipp Sehmisch <tmw@crushnet.org> + + * src/particle.cpp, src/particle.h, src/particleemitter.cpp, + src/particleemitter.h, src/utils/minmax.h: Implemented possibility + to rotate particle emitters. + * src/being.cpp, src/being.h, src/monster.cpp, src/monster.h, + src/net/beinghandler.cpp, src/resources/monsterinfo.cpp, + src/resources/monsterinfo.h: Implemented interpretation of the + attacktype parameter of attack messages and visualize monster attacks + other than id 1 with a particle effect. Prepared to get attack particle + effects and animation types from the monster database. + 2008-03-06 David Athay <ko2fan@gmail.com> * src/net/guildhandler.cpp, src/net/guildhandler.hpp: Fixed |