diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2007-06-27 23:26:01 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2007-06-27 23:26:01 +0000 |
commit | 9836222a00028cc9a3aea9bb4c316a00b59ea33a (patch) | |
tree | 7df484183ac25a2d3ad9a39a86d370218b44ee58 /ChangeLog | |
parent | 8eed193e36111b3421a51d611c2d2d5d04b1fa09 (diff) | |
download | mana-9836222a00028cc9a3aea9bb4c316a00b59ea33a.tar.gz mana-9836222a00028cc9a3aea9bb4c316a00b59ea33a.tar.bz2 mana-9836222a00028cc9a3aea9bb4c316a00b59ea33a.tar.xz mana-9836222a00028cc9a3aea9bb4c316a00b59ea33a.zip |
Corrected some perspective issues of the particle engine and fixed a crash caused by particles with child emitters that have an image than isn't used elsewhere. Added a particle effect at the spawn point in Tulimshar (we should have at least one particle effect that demonstrates acceleration and particles with emitters)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,4 +1,12 @@ -2007-06-21 Philipp Sehmisch <tmw@crushnet.org> +2007-06-29 Philipp Sehmisch <tmw@crushnet.org> + + * src/particle.cpp, src/particleemitter.cpp: Corrected some perspective + issues of the particle engine and fixed a crash caused by particles + with child emitters that have an image than isn't used elsewhere. + * data/maps/new-3-1.tmx.gz: Added a particle effect at the spawn point + in Tulimshar. + +2007-06-21 Philipp Sehmisch <tmw@crushnet.org> * data/monsters.xml, data/graphics/sprites/monster-logmonster.png, data/graphics/sprites/monster-logmonster.xml: Added logmonster by |