summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-06-24 12:29:33 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2008-06-24 12:29:33 +0000
commitbea93daec3ad4e3345c701e5dcce250c44d128f2 (patch)
treeb8056f0d9ec3f634cf21c21e86a06094a43eb6fa /ChangeLog
parent5f391618757e93c010141380583ff487848286da (diff)
downloadMana-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e6f8f94..94cbecd5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.