aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/rlf_animation.cpp
AgeCommit message (Expand)Author
2013-08-28ZVISION: Remove RlfAnimation::getPreviousFrame()richiesams
2013-08-28ZVISION: Fix signed/unsigned mismatchrichiesams
2013-08-28ZVISION: Remove extraneous semicolonrichiesams
2013-08-24ZVISION: Fix signed/unsigned mismatchrichiesams
2013-08-24ZVISION: Cast completeFrame and frameNumber to int so their difference can go...richiesams
2013-08-24ZVISION: Fix signed/unsigned mismatchrichiesams
2013-08-24ZVISION: Add TODO's about the verbosity of the frame decoding overflow warningrichiesams
2013-08-24ZVISION: Check if we can use getNextFrame() or getPreviousFrame() before usin...richiesams
2013-08-24ZVISION: Fix error: decrementing instead of incrementingrichiesams
2013-08-20ZVISION: Implement streaming support for RlfAnimationsrichiesams
2013-08-20ZVISION: Handle rlf frame transitions internallyrichiesams
2013-08-20ZVISION: Convert abs() to ABS() to ensure portabilityrichiesams
2013-08-20ZVISION: Normalize comment alignmentrichiesams
2013-08-20ZVISION: Fix seek() whence argumentrichiesams
2013-08-20ZVISION: Create class to parse RLF animation filesrichiesams