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
/
zvision
/
rlf_animation.cpp
Age
Commit message (
Expand
)
Author
2013-08-28
ZVISION: Remove RlfAnimation::getPreviousFrame()
richiesams
2013-08-28
ZVISION: Fix signed/unsigned mismatch
richiesams
2013-08-28
ZVISION: Remove extraneous semicolon
richiesams
2013-08-24
ZVISION: Fix signed/unsigned mismatch
richiesams
2013-08-24
ZVISION: Cast completeFrame and frameNumber to int so their difference can go...
richiesams
2013-08-24
ZVISION: Fix signed/unsigned mismatch
richiesams
2013-08-24
ZVISION: Add TODO's about the verbosity of the frame decoding overflow warning
richiesams
2013-08-24
ZVISION: Check if we can use getNextFrame() or getPreviousFrame() before usin...
richiesams
2013-08-24
ZVISION: Fix error: decrementing instead of incrementing
richiesams
2013-08-20
ZVISION: Implement streaming support for RlfAnimations
richiesams
2013-08-20
ZVISION: Handle rlf frame transitions internally
richiesams
2013-08-20
ZVISION: Convert abs() to ABS() to ensure portability
richiesams
2013-08-20
ZVISION: Normalize comment alignment
richiesams
2013-08-20
ZVISION: Fix seek() whence argument
richiesams
2013-08-20
ZVISION: Create class to parse RLF animation files
richiesams