aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/animation.h
AgeCommit message (Expand)Author
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-05-04Reduce indirect header dependencies furtherMax Horn
2010-04-01Dragon History: fixing properly bug 2976774Robert Špalek
2009-12-09DRACI: Reduce header interdependencies; some cleanupMax Horn
2009-11-22Fix positioning of one-time hero animations.Robert Špalek
2009-11-10Huge refactoring of data structures.Robert Špalek
2009-11-08Implement QuickHero walking.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-05Implemented proper walking.Robert Špalek
2009-11-01Commented on loop() before refactoring.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-27Improved the interface of Sprite and Animation concerning relative coordinate...Robert Š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-02Added a dedicated animation for speech text.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-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* Stopped AnimationManager::drawScene() from marking its own dirtiness.Denis Kasak
2009-07-22* Moved scaling support from Animation to SpriteDenis Kasak
2009-07-20Made 'show walking map overlay' setting persist when changing rooms.Denis Kasak
2009-07-20* Added scaling supportDenis Kasak
2009-07-18* Added Animation::getFrame()Denis Kasak
2009-07-12Moved the delay mechanism from Animation to Drawable since each frame in an a...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