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 (
Expand
)
Author
2013-11-15
ZVISION: MouseUp and MouseDown now will return break process loop flag.
Marisa-Chan
2013-10-25
ZVISION: Replace disable/enable control functions by call to
Marisa-Chan
2013-10-20
ZVISION: Style modifing by astyle.
Marisa-Chan
2013-10-02
ZVISION: Standardize includes order and format
RichieSams
2013-10-02
ZVISION: Convert all for-loops to use pre-increment instead of post-increment
RichieSams
2013-10-02
ZVISION: Replace all occurances of (*iter). with iter->
RichieSams
2013-09-25
ZVISION: Set the state value at each frame of a return animation
RichieSams
2013-09-22
ZVISION: Add vertical pipes to prevent multi-line comments
RichieSams
2013-09-09
ZVISION: Update LeverControl to use the new RlfAnimation outputs
RichieSams
2013-09-07
ZVISION: Make LeverControl render to the working window instead of directly t...
RichieSams
2013-09-24
ZVISION: Only do return pathing after the mouse is captured
richiesams
2013-09-24
ZVISION: Implement return pathing for LeverControls
richiesams
2013-09-24
ZVISION: Fix how LeverControl return routes are parsed
richiesams
2013-09-24
ZVISION: Implement enabled/disabled support in Controls
richiesams
2013-09-24
ZVISION: Remove unnecessary check if a pointer was non-NULL before deleting.
richiesams
2013-09-24
ZVISION: Fix LeverControl 'mirrored' support
richiesams
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
2013-08-28
ZVISION: Implement avi frame seeking
richiesams
2013-08-28
ZVISION: Fix the quadrant numbers in angle calculations
richiesams
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