summaryrefslogtreecommitdiff
path: root/src/simpleanimation.cpp
AgeCommit message (Collapse)AuthorFilesLines
2007-09-20Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style Bjørn Lindeijer1-1/+1
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-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 ↵Philipp Sehmisch1-2/+2
animations with frames that change faster than they are updated.
2007-03-12Added a simple animation class that hosts a looping animation without the ↵Philipp Sehmisch1-0/+52
action and direction stuff from AnimatedSprite.