aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/animation.cpp
AgeCommit message (Expand)Author
2009-07-18Fixed bug where certain animations were played very fast when not played imme...Denis Kasak
2009-07-18* Added Animation::getFrame()Denis Kasak
2009-07-14* Fixed bug in Animation which made the first frame of an animation being dra...Denis Kasak
2009-07-13Fixed bug in the NoScene logo room; the screen surface is now cleared between...Denis Kasak
2009-07-12Moved the delay mechanism from Animation to Drawable since each frame in an a...Denis Kasak
2009-07-07* Added some more animation debug infoDenis Kasak
2009-07-07Made AnimationManager::getAnimation() return NULL when an animation is not fo...Denis Kasak
2009-07-07Shortened AnimationManager::{play,stop}(). Removed some excessive newlines.Denis Kasak
2009-07-07* Added AnimationManager::deleteOverlays().Denis Kasak
2009-07-05Renaming Animation -> AnimationManager and AnimObj -> Animation in light of t...Denis Kasak
2009-07-05* API change for Animation and AnimObj; AnimObj is now a proper class and eac...Denis Kasak
2009-07-03Added support for playing and stopping animations.Denis Kasak
2009-07-03Added deconstructor for Animation. Made Animation objects delete their frames...Denis Kasak
2009-07-03Implemented beginning of the animation engine.Denis Kasak
2009-07-01Added empty animation.cpp and animation.h files.Denis Kasak