aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/lever_control.h
AgeCommit message (Collapse)Author
2013-10-02ZVISION: Standardize includes order and formatRichieSams
Format is: common/scummsys.h (Only if a .cpp file) header file for this file (Only if a .cpp file) zengine includes other includes, grouped by module
2013-09-22ZVISION: Fix shadowing in the Direction constructorRichieSams
2013-09-24ZVISION: Implement return pathing for LeverControlsrichiesams
2013-08-28ZVISION: Fix: Change infndef to correct constantrichiesams
2013-08-28ZVISION: 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-28ZVISION: Change LeverControl to comply with the new Control base classrichiesams
2013-08-24ZVISION: Move PushToggleControl and LeverControl to their own filesrichiesams