Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-01 | ZVISION: Create a folder structure for ZVision source files | RichieSams | |
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-02 | ZVISION: Standardize includes order and format | RichieSams | |
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-24 | ZVISION: Don't cast away const-ness | RichieSams | |
2013-09-09 | ZVISION: Cleanup the cached frame before loading the next one | RichieSams | |
2013-09-09 | ZVISION: Cache animation frames so they can be re-rendered when the ↵ | RichieSams | |
background moves | |||
2013-09-09 | ZVISION: Add comments to AnimationControl::process() | RichieSams | |
2013-09-09 | ZVISION: Clip animations to the working window | RichieSams | |
2013-09-09 | ZVISION: Stop avi playback once the animation is finished | RichieSams | |
2013-09-09 | ZVISION: Implement AnimationControl | RichieSams | |
This handles playing animations asyncronously over numerous frames |