aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/image.cpp
AgeCommit message (Expand)Author
2013-08-04ZVISION: Add a return statement for when image load failsrichiesams
2013-08-04ZVISION: LZSSReadStream - Decompress directly to the destination buffer inste...richiesams
2013-08-04ZVISION: Convert to using MKTAG() instead of checking each char individuallyrichiesams
2013-08-04ZVISION: Move engine width, height, and pixelFormat to const member variablesrichiesams
2013-08-04ZVISION: renderImageToScreen: Check for TGZ first instead of TGArichiesams
2013-08-04ZVISION: Update renderImageToScreen to handle TGZ image filesrichiesams
2013-08-04ZVISION: Create renderImageToScreen method and add a console command for itrichiesams