summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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>