summaryrefslogtreecommitdiff
path: root/src/simpleanimation.h
AgeCommit message (Expand)AuthorFilesLines
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2011-06-22Made possible to separate the dye colors and channelsYohann Ferreira1-2/+4
2010-07-23Added simple sanity checks for missing animation in maps.Yohann Ferreira1-0/+3
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-07Nicer way of indicating that we're waiting on the serverThorbjørn Lindeijer1-2/+5
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2009-05-03Fixed compile warnings and other tweaksBjørn Lindeijer1-4/+4
2009-05-03Added rotational particles, and added code to show arrows when a player shoot...Chuck Miller1-0/+4
2009-02-15Merge commit 'aethyra/master'Bjørn Lindeijer1-0/+7
2009-02-11Fixed a regression on the particle engine caused by modifying theIra Rice1-3/+0
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-10Simplified target drawing so that it actually uses the SimpleAnimationIra Rice1-0/+10
2009-02-07Some more include cleanups.Ira Rice1-8/+3
2009-01-25Removed the TMW branding from header guardsBjørn Lindeijer1-2/+2
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-2/+0
2008-07-18Import of client treeLloyd Bryant1-1/+1
2007-05-23Added a missing include and fixed a bug with cleaning up target cursorBjørn Lindeijer1-7/+13
2007-05-04Merged particle engine into main eAthena branch.Philipp Sehmisch1-11/+16
2007-03-21Renamed Spriteset to ImageSet.Bjørn Lindeijer1-5/+11
2007-03-12Fixed some wrong comments and made the timing more accurate for simple animat...Philipp Sehmisch1-2/+2
2007-03-12Added a simple animation class that hosts a looping animation without the act...Philipp Sehmisch1-0/+59