summaryrefslogtreecommitdiff
path: root/src/particleemitter.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-12-14Removed remaining DOS newlinesBjørn Lindeijer1-3/+3
2008-12-14Some systactical sugar for 864e33Philipp Sehmisch1-5/+3
2008-12-14Fixed follow-parent of nested and being-following particle emittersPhilipp Sehmisch1-5/+6
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-10-26Implemented particle emitters with properties which change over time accordin...Philipp Sehmisch1-41/+59
2008-10-07Fixed some compiler warnings. This probably also fixed the logging of severalBjørn Lindeijer1-3/+2
2008-08-28Added output-pause to copy constructor of particle emitters.Philipp Sehmisch1-0/+3
2008-08-27Renamed "randomnes" to "randomness", so that it won't show up as part of Fate'sBjørn Lindeijer1-7/+7
2008-08-24fix for an error in the last commitPhilipp Sehmisch1-1/+1
2008-08-24Added new particle emitter property "output-pause" which allows to define a f...Philipp Sehmisch1-1/+15
2008-06-24Added particle property "follow-parent" which makes the particle move when it...Philipp Sehmisch1-0/+7
2008-06-23Implemented "alpha" particle property.Philipp Sehmisch1-0/+7
2007-12-24Fixed compile warning.Bjørn Lindeijer1-0/+2
2007-12-23Particle images are now reference-counted properly. Avoided attempts to load ...Philipp Sehmisch1-0/+33
2007-09-20Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style Bjørn Lindeijer1-323/+323
2007-08-23Removed two useless popup related methods, used generic close buttonBjørn Lindeijer1-17/+13
2007-06-27Corrected some perspective issues of the particle engine and fixed a crash ca...Philipp Sehmisch1-6/+6
2007-06-03Have ParticleEmitter load a possible particle image early on and don't cause aBjørn Lindeijer1-22/+36
2007-05-04Merged particle engine into main eAthena branch.Philipp Sehmisch1-0/+313