index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
draci
/
animation.h
Age
Commit message (
Expand
)
Author
2009-07-24
* Added tracking and deleting animations by index (which represents the order...
Denis Kasak
2009-07-24
Added 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 Sprite
Denis Kasak
2009-07-20
Made 'show walking map overlay' setting persist when changing rooms.
Denis Kasak
2009-07-20
* Added scaling support
Denis Kasak
2009-07-18
* Added Animation::getFrame()
Denis Kasak
2009-07-12
Moved 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-05
Renaming 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-03
Added support for playing and stopping animations.
Denis Kasak
2009-07-03
Added deconstructor for Animation. Made Animation objects delete their frames...
Denis Kasak
2009-07-03
Implemented beginning of the animation engine.
Denis Kasak
2009-07-01
Added empty animation.cpp and animation.h files.
Denis Kasak