summaryrefslogtreecommitdiff
path: root/src/simpleanimation.h
AgeCommit message (Collapse)AuthorFilesLines
2007-05-23Added a missing include and fixed a bug with cleaning up target cursorBjørn Lindeijer1-7/+13
animations.
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 ↵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/+59
action and direction stuff from AnimatedSprite.