summaryrefslogtreecommitdiff
path: root/src/particleemitter.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-4/+4
2012-07-25Prevented crash with nonexisting particle sprite.Erik Schilling1-2/+10
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2011-06-22Made possible to separate the dye colors and channelsYohann Ferreira1-2/+9
2011-06-17First pass on removing tile hard coded values.Yohann Ferreira1-2/+7
2010-10-17Added death effects to particle engine.Philipp Sehmisch1-0/+29
2010-03-04Implemented markers for warp portals defined in map files in form of particle...Philipp Sehmisch1-0/+25
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-01-12Standardize header orderJared Adams1-2/+2
2010-01-10Change code styleAndrei Karas1-13/+12
2009-05-03Added rotational particles, and added code to show arrows when a player shoot...Chuck Miller1-0/+75
2009-02-10Use string::empty() instead of comparing to ""Bjørn Lindeijer1-2/+2
2009-02-07Some more include cleanups.Ira Rice1-3/+2
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-15Style cleanups throughout most of the code. Splitting function type fromIra Rice1-2/+1
2009-01-05Removed a redundant directory, as well as got rid of Windows typeIra Rice1-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-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-5/+2
2008-10-26Added Crush's recent Particle engine modifications from TMW.Ira Rice1-41/+59
2008-10-13Added mob particle attack effects to mobs. Inspired by the TMW patch in Ira Rice1-1/+3
2008-10-10Did a little bit of code cleanup (mostly from TMW changes) as well as Ira Rice1-3/+2
2008-09-25Merged the Tametomo branch into trunk.Ira Rice1-6/+23
2008-07-18Import of client treeLloyd Bryant1-1/+1
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