diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2008-06-24 12:29:33 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2008-06-24 12:29:33 +0000 |
commit | bea93daec3ad4e3345c701e5dcce250c44d128f2 (patch) | |
tree | b8056f0d9ec3f634cf21c21e86a06094a43eb6fa /ChangeLog | |
parent | 5f391618757e93c010141380583ff487848286da (diff) | |
download | mana-bea93daec3ad4e3345c701e5dcce250c44d128f2.tar.gz mana-bea93daec3ad4e3345c701e5dcce250c44d128f2.tar.bz2 mana-bea93daec3ad4e3345c701e5dcce250c44d128f2.tar.xz mana-bea93daec3ad4e3345c701e5dcce250c44d128f2.zip |
Added particle property "follow-parent" which makes the particle move when its parent particle is moved.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2008-06-23 Philipp Sehmisch <tmw@crushnet.org> + * src/particle.cpp, src/particle.h, src/particleemitter.cpp, + src/particleemitter.h: Added particle property "follow-parent" which + makes the particle move when its parent particle is moved. + +2008-06-23 Philipp Sehmisch <tmw@crushnet.org> + * src/imageparticle.cpp, src/particle.cpp, src/particle.h, src/particleemitter.cpp, src/particleemitter.h, src/textparticle.cpp: Implemented "alpha" particle property. |