summaryrefslogtreecommitdiff
path: root/src/simpleanimation.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-03-07Use the native TMX tile animation formatThorbjørn Lindeijer1-32/+15
2024-01-30Apply readability-delete-null-pointer fixitsThorbjørn Lindeijer1-2/+1
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-1/+1
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2011-06-22Made possible to separate the dye colors and channelsYohann Ferreira1-3/+13
2011-06-17First pass on removing tile hard coded values.Yohann Ferreira1-4/+9
2010-07-23Added simple sanity checks for missing animation in maps.Yohann Ferreira1-13/+35
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-61/+65
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2009-05-03Fixed compile warnings and other tweaksBjørn Lindeijer1-2/+2
2009-05-03Added rotational particles, and added code to show arrows when a player shoot...Chuck Miller1-0/+15
2009-02-15Removed unnecessary parenthesis at constructorsBjørn Lindeijer1-1/+1
2009-02-15Merge commit 'aethyra/master'Bjørn Lindeijer1-3/+21
2009-02-11Fixed a regression on the particle engine caused by modifying theIra Rice1-8/+0
2009-02-10Removed many pointless comparisons with NULLBjørn Lindeijer1-1/+1
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-11Removed many pointless comparisons with NULLBjørn Lindeijer1-1/+1
2009-02-10Simplified target drawing so that it actually uses the SimpleAnimationIra Rice1-3/+29
2009-02-09Merged with Aethyra master as of 2009-02-09Bjørn Lindeijer1-1/+9
2009-02-07Some more include cleanups.Ira Rice1-1/+9
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-6/+2
2008-10-10Did a little bit of code cleanup (mostly from TMW changes) as well as Ira Rice1-3/+2
2008-07-18Import of client treeLloyd Bryant1-1/+1
2007-09-20Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style Bjørn Lindeijer1-1/+1
2007-05-04Merged particle engine into main eAthena branch.Philipp Sehmisch1-1/+86
2007-03-21Renamed Spriteset to ImageSet.Bjørn Lindeijer1-3/+1
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/+52