aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/animation_control.cpp
AgeCommit message (Collapse)Author
2013-11-01ZVISION: Create a folder structure for ZVision source filesRichieSams
I personally used filters within my IDE, but since others are now joining the project, it was brought to my attention that some better organization would be nice.
2013-10-02ZVISION: Standardize includes order and formatRichieSams
Format is: common/scummsys.h (Only if a .cpp file) header file for this file (Only if a .cpp file) zengine includes other includes, grouped by module
2013-09-24ZVISION: Don't cast away const-nessRichieSams
2013-09-09ZVISION: Cleanup the cached frame before loading the next oneRichieSams
2013-09-09ZVISION: Cache animation frames so they can be re-rendered when the ↵RichieSams
background moves
2013-09-09ZVISION: Add comments to AnimationControl::process()RichieSams
2013-09-09ZVISION: Clip animations to the working windowRichieSams
2013-09-09ZVISION: Stop avi playback once the animation is finishedRichieSams
2013-09-09ZVISION: Implement AnimationControlRichieSams
This handles playing animations asyncronously over numerous frames