diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2007-05-23 21:45:43 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2007-05-23 21:45:43 +0000 |
commit | 993c98c3813b2ad7caf3dcd9761b4c9a17de39b6 (patch) | |
tree | 08cad1b1c2e129f17da0e905248b7768173cc1f4 /ChangeLog | |
parent | 114e76641ccde78fcb9f4ca2fcf7c9a909e176ba (diff) | |
download | mana-993c98c3813b2ad7caf3dcd9761b4c9a17de39b6.tar.gz mana-993c98c3813b2ad7caf3dcd9761b4c9a17de39b6.tar.bz2 mana-993c98c3813b2ad7caf3dcd9761b4c9a17de39b6.tar.xz mana-993c98c3813b2ad7caf3dcd9761b4c9a17de39b6.zip |
The color values of text particles are now stored in 3 integers instead of a Guichan color structure.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -20,6 +20,10 @@ text splash effects fade out. * src/textparticle.cpp: Implemented fading in and out for text particles. + * src/being.cpp, src/particle.cpp, src/particle.h, + src/textparticle.cpp, src/textparticle.h: The color values of text + particles are now stored in 3 integers instead of a Guichan color + structure. 2007-05-20 Eugenio Favalli <elvenprogrammer@gmail.com> |