summaryrefslogtreecommitdiff
path: root/src/particleemitter.h
AgeCommit message (Collapse)AuthorFilesLines
2008-07-18Import of client treeLloyd Bryant1-1/+1
2008-06-24Added particle property "follow-parent" which makes the particle move when ↵Philipp Sehmisch1-0/+1
its parent particle is moved.
2008-06-23Implemented "alpha" particle property.Philipp Sehmisch1-3/+5
2007-12-23Particle images are now reference-counted properly. Avoided attempts to load ↵Philipp Sehmisch1-0/+10
"data/graphics/" when a monster or equipment piece has no sprite. Error placeholder is now used when attempting to load a sprite definition file that doesn't exist.
2007-09-20Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style Bjørn Lindeijer1-120/+120
to native for some files that were still missing this property. This is a feeble attempt to reduce the amount of conflicts for future merges.
2007-06-03Have ParticleEmitter load a possible particle image early on and don't cause aBjørn Lindeijer1-10/+22
crash when the image can't be found.
2007-05-04Merged particle engine into main eAthena branch.Philipp Sehmisch1-0/+108