diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2007-05-23 21:22:43 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2007-05-23 21:22:43 +0000 |
commit | 1ddb44f5caf3e0bc93b7d19cc6e227b10e4b4c41 (patch) | |
tree | 93ee24ab1b77f3bc0b57143ab2643ea7e38f951c /ChangeLog | |
parent | c61786006bf7694f532c77d038fc2cfd8a44b551 (diff) | |
download | mana-1ddb44f5caf3e0bc93b7d19cc6e227b10e4b4c41.tar.gz mana-1ddb44f5caf3e0bc93b7d19cc6e227b10e4b4c41.tar.bz2 mana-1ddb44f5caf3e0bc93b7d19cc6e227b10e4b4c41.tar.xz mana-1ddb44f5caf3e0bc93b7d19cc6e227b10e4b4c41.zip |
Made text splash effects fade out.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |