Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-04 | ZVISION: Make panorama and tilt control generate the RenderTable after ↵ | richiesams | |
setting all the settings | |||
2013-08-04 | ZVISION: Fix typo in panarama and tilt control parsing | richiesams | |
2013-08-04 | ZVISION: Optimize integer type usages | richiesams | |
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-04 | ZVISION: Create Control class | richiesams | |