aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/control.cpp
AgeCommit message (Collapse)Author
2013-08-11ZVISION: Implement push_toggle control handlingrichiesams
2013-08-04ZVISION: Make panorama and tilt control generate the RenderTable after ↵richiesams
setting all the settings
2013-08-04ZVISION: Fix typo in panarama and tilt control parsingrichiesams
2013-08-04ZVISION: Optimize integer type usagesrichiesams
The general thought is int is faster than int16 or byte. So if you can afford the space, use it over int16 or byte. Also, only use int32 when you specifically need the 32 bits.
2013-08-04ZVISION: Create Control classrichiesams