aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/animation.cpp
AgeCommit message (Expand)Author
2014-02-18DRACI: Make GPL headers consistent in themselves.Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-14ALL: colour -> colorMax Horn
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-07-03Finish support of compressed dubbingRobert Špalek
2010-04-01Dragon History: fixing properly bug 2976774Robert Špalek
2009-12-09DRACI: Reduce header interdependencies; some cleanupMax Horn
2009-11-28Fixed bug with exhausting sound handlesRobert Špalek
2009-11-26Fix SIGSEGV found by ValGrindRobert Špalek
2009-11-22Fix positioning of one-time hero animations.Robert Špalek
2009-11-22Fixed Animation::getTopAnimation()Robert Špalek
2009-11-10Huge refactoring of data structures.Robert Špalek
2009-11-08Removed old hack for cyclic animations.Robert Špalek
2009-11-08Silence gcc warning by putting parentheses around an && expression nested in ...Johannes Schickel
2009-11-08Implement QuickHero walking.Robert Špalek
2009-11-08Fixed mistake with two inner loop caused by not clearing the path.Robert Špalek
2009-11-08Debugged smooth walking except for 1 bug.Robert Špalek
2009-11-07Add helper functions to retrieve dragon position from the animation.Robert Špalek
2009-11-07Implemented relative animations.Robert Špalek
2009-11-06Add safe-guard against collision of animation IDs.Robert Špalek
2009-11-05Implemented proper walking.Robert Špalek
2009-11-01Debugged computation and displaying of optimal walking pathsRobert Špalek
2009-10-30Moved all one-line getters/setters to the header filesRobert Špalek
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