summaryrefslogtreecommitdiff
path: root/src/animation.cpp
AgeCommit message (Collapse)AuthorFilesLines
2006-08-13Merged cleanups and content changes from the trunk. Also fixed compiling withBjørn Lindeijer1-359/+28
OpenGL enabled.
2006-07-24Implemented caching of spritesets, including a lot of cleanups to the newBjørn Lindeijer1-141/+179
animation system. Action now refers to the Spriteset directly and AnimatedSprite refers to the current Action directly instead of using the std::map with a std::string constantly. Some methods and parameters are marked as const. The READ_PROP macro was replaced by static methods. Warnings are logged when unnamed actions are defined or when actions refer to undefined imagesets. Code is more tolerant towards missing actions.
2006-07-21WhooopsEugenio Favalli1-1/+1
2006-07-21Removed unused code, fixed a numeric conversion, used a more meaningful speed.Eugenio Favalli1-25/+14
2006-07-20Fixed left bow attack animation, made the attack animation stay in sync with ↵Eugenio Favalli1-3/+43
attack speed.
2006-07-19Merged new_animation branch until r2415 into trunk. Eugenio Favalli1-0/+389