summaryrefslogtreecommitdiff
path: root/src/particle.cpp
AgeCommit message (Expand)AuthorFilesLines
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-1/+1
2008-08-27Renamed "randomnes" to "randomness", so that it won't show up as part of Fate'sBjørn Lindeijer1-5/+5
2008-06-24Added particle property "follow-parent" which makes the particle move when it...Philipp Sehmisch1-0/+12
2008-06-23Implemented "alpha" particle property.Philipp Sehmisch1-0/+1
2008-06-05Lowered default particle detail level.Philipp Sehmisch1-1/+1
2008-05-28Changed the way particle emitter skip is handled to make linear and circular ...Philipp Sehmisch1-1/+1
2008-05-21Merged revisions 4013,4027,4043,4174,4250,4254 via svnmerge from Philipp Sehmisch1-25/+5
2008-02-12Particle emitters are now activated after the parent particle has moved inste...Philipp Sehmisch1-20/+21
2007-11-20Merged revisions 3692 via svnmerge from Bjørn Lindeijer1-2/+3
2007-10-23Merged changesets 3653, 3655-3657, 3659-3560, 3671-3672 from trunk to Bjørn Lindeijer1-0/+3
2007-09-27Merged another bunch of changes from trunk to 0.0 to reduce the difference.Bjørn Lindeijer1-0/+2
2007-08-28Added Vector class and used it in the particle engine.Bjørn Lindeijer1-31/+23
2007-08-23Removed two useless popup related methods, used generic close buttonBjørn Lindeijer1-41/+28
2007-08-20Added monster killed xp notification effect.Joshua Langley1-0/+19
2007-06-27Corrected some perspective issues of the particle engine and fixed a crash ca...Philipp Sehmisch1-3/+5
2007-06-03Have ParticleEmitter load a possible particle image early on and don't cause aBjørn Lindeijer1-1/+1
2007-06-03Fixed image loading in software mode to not check for alpha layer with imagesBjørn Lindeijer1-368/+370
2007-05-23Changed argument order in text particle creation.Philipp Sehmisch1-8/+6
2007-05-23The color values of text particles are now stored in 3 integers instead of a ...Philipp Sehmisch1-2/+4
2007-05-23Made text splash effects fade out.Philipp Sehmisch1-2/+4
2007-05-04Merged particle engine into main eAthena branch.Philipp Sehmisch1-0/+366