aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/animation.cpp
AgeCommit message (Expand)Author
2009-10-30Remove the last 2 default parameter values.Robert Špalek
2009-10-30Remove most of default parameter values.Robert Špalek
2009-10-12Sound effects are now correctly played.Robert Špalek
2009-10-11Loading and caching sound samples in memory.Robert Špalek
2009-09-30Remove trailing whitespacesMax Horn
2009-09-30- Adapt parts of the Draci code to match our code formatting guidelinesJohannes Schickel
2009-09-29Fixed Valgrind warnings about invalid memory access. Hopefully without breakingTorbjörn Andersson
2009-09-28draci: Inverted a logical check to make it more obvious.Denis Kasak
2009-09-28Made AnimationManager::sortAnimations() do multiple passes, if necessary, and...Denis Kasak
2009-09-27Improved the interface of Sprite and Animation concerning relative coordinate...Robert Špalek
2009-09-27Fix renumbering of animation indexesRobert Špalek
2009-09-27Remove memory leak in animation manager. Get rid of 1 non-const reference par...Robert Špalek
2009-09-25Added some more const's to the interface of Dragon HistoryRobert Špalek
2009-09-25Add const's to many interfaces of engines/draci/Robert Špalek
2009-08-17* Added pause support for animations.Denis Kasak
2009-08-12Stopped returning from Animation::nextFrame() early even if the animation has...Denis Kasak
2009-07-30Fixed sanity check in Animation::setCurrentFrame().Denis Kasak
2009-07-30* Added Animation::setCurrentFrame()Denis Kasak
2009-07-29Added support for animation callbacks and implemented a few callbacks (doNoth...Denis Kasak
2009-07-29* Added method Animation::currentFrameNum()Denis Kasak
2009-07-27Fixed one more bug related to animations having no frames.Denis Kasak
2009-07-27* Added AnimationManager::addText() for adding text animationsDenis Kasak
2009-07-24* Added tracking and deleting animations by index (which represents the order...Denis Kasak
2009-07-24Added support for per-animation scaling (via scaling factors). I have decided...Denis Kasak
2009-07-22* Disabled unconditional execution of gates' scriptsDenis Kasak
2009-07-22* Stopped AnimationManager::drawScene() from marking its own dirtiness.Denis Kasak
2009-07-22* Moved scaling support from Animation to SpriteDenis Kasak
2009-07-20* Added scaling supportDenis Kasak
2009-07-18Fixed bug which caused the dragon to be animated with the wrong Z coordinate ...Denis Kasak
2009-07-18Fixed bug which caused animations to sometimes be played too fast if the engi...Denis Kasak
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