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-10-20
ZVISION: Style modifing by astyle.
Marisa-Chan
2013-10-04
ZVISION: Fix signed/unsigned mismatch
RichieSams
2013-10-04
ZVISION: Fix nested template formatting
RichieSams
2013-10-02
ZVISION: Standardize includes order and format
RichieSams
2013-10-02
ZVISION: Convert _completeFrames to an Array
RichieSams
2013-10-02
ZVISION: Remove global const variables
RichieSams
2013-10-02
ZVISION: Convert all for-loops to use pre-increment instead of post-increment
RichieSams
2013-10-02
ZVISION: Add debug levels
RichieSams
2013-09-15
ZVISION: Fix signed/unsigned mismatch
RichieSams
2013-09-09
ZVISION: Cleanup _currentFrameBuffer during descruction
RichieSams
2013-09-09
ZVISION: Let Rlf animations output Surfaces instead of uint16 arrays
RichieSams
2013-09-07
ZVISION: Allow RLF seeking without returning a frame
RichieSams
2013-09-03
ZVISION: Fix signed/unsigned mismatch
richiesams
2013-09-03
ZVISION: Cleanup all used memory in RLF animations
richiesams
2013-09-24
ZVISION: Convert RLF animations to RBG 565
richiesams
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