summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2007-05-23 21:22:43 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2007-05-23 21:22:43 +0000
commit1ddb44f5caf3e0bc93b7d19cc6e227b10e4b4c41 (patch)
tree93ee24ab1b77f3bc0b57143ab2643ea7e38f951c /ChangeLog
parentc61786006bf7694f532c77d038fc2cfd8a44b551 (diff)
downloadmana-client-1ddb44f5caf3e0bc93b7d19cc6e227b10e4b4c41.tar.gz
mana-client-1ddb44f5caf3e0bc93b7d19cc6e227b10e4b4c41.tar.bz2
mana-client-1ddb44f5caf3e0bc93b7d19cc6e227b10e4b4c41.tar.xz
mana-client-1ddb44f5caf3e0bc93b7d19cc6e227b10e4b4c41.zip
Made text splash effects fade out.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c8d15263..cc850807 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,11 @@
data/graphics/gui/target-cursor-red-m.png,
data/graphics/gui/target-cursor-red-l.png: Replaced target cursor
graphics with higher quality ones by Pauan.
+ * src/particle.cpp: Made bouncing particles immune against death by
+ ground contact and removed a nonsensical debugging log message. Made
+ text splash effects fade out.
+ * src/textparticle.cpp: Implemented fading in and out for text
+ particles.
2007-05-20 Eugenio Favalli <elvenprogrammer@gmail.com>