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
/
lever_control.cpp
Age
Commit message (
Collapse
)
Author
2013-08-28
ZVISION: Fix: Store what type of animation file is used
richiesams
2013-08-28
ZVISION: Fix: Signal a cursor change
richiesams
2013-08-28
ZVISION: Add support for animation 'mirroring'
richiesams
If an animation is 'mirrored', it doesn't have B-frames, only I-frames. However the animations are built so the last half of the animation is the reverse of the first half
2013-08-28
ZVISION: Implement avi frame seeking
richiesams
2013-08-28
ZVISION: Fix the quadrant numbers in angle calculations
richiesams
Because y increases as you go down, not up
2013-08-28
ZVISION: Round to int *after* converting to degrees
richiesams
2013-08-28
ZVISION: Allow a angle buffer zone on *both* sides of the actual angle
richiesams
2013-08-28
ZVISION: Fix comment spacing
richiesams
2013-08-28
ZVISION: sscanf to ints before storing them in Rect coords
richiesams
2013-08-28
ZVISION: Prevent variable shadowing
richiesams
2013-08-28
ZVISION: Change LeverControl to comply with the new Control base class
richiesams
2013-08-24
ZVISION: Move PushToggleControl and LeverControl to their own files
richiesams