summaryrefslogtreecommitdiff
path: root/src/particleemitter.h
AgeCommit message (Collapse)AuthorFilesLines
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
Also added the update copyright tool from the Wormux Team. ( And not forgetting credit's due. :P )
2010-01-12Standardize header orderJared Adams1-4/+4
Also remove some extra new lines and fix eAthena's PartyTab define guards.
2009-05-09Increased the distance between head and overhead text a bitBjørn Lindeijer1-2/+2
Plus some small code cleanups.
2009-05-03Added rotational particles, and added code to show arrows when a player ↵Chuck Miller1-0/+1
shoots them.
2009-02-07Some more include cleanups.Ira Rice1-2/+2
Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
This dates back to the old days of TMW, but the usage instructions of GPLv2 don't mention this being necessary. Since it doesn't add anything, avoid the branding in these sections.
2009-01-15Style cleanups throughout most of the code. Splitting function type fromIra Rice1-2/+1
the function names should no longer be around. Signed-off-by: Ira Rice <irarice@gmail.com>
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-2/+0
statements, as well as removing the new skill dialog, which we do not, nor will we use (if we do, it'd be a new one that we'd make). WARNING!!! This, and all other previous builds have a linker error for the Gnome libraries version 4.3.2 on my setup. It's assumed that this is also the case for other users of this library as well. I'm currently assuming that there's a bug in the compiler itself, and will look into reporting this, but in the mean time, it doesn't build for these users, unfortunately. Sorry about this.
2008-10-26Added Crush's recent Particle engine modifications from TMW.Ira Rice1-18/+19
2008-10-13Added mob particle attack effects to mobs. Inspired by the TMW patch in Ira Rice1-1/+1
their trunk client.
2008-09-25Merged the Tametomo branch into trunk.Ira Rice1-2/+4
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