aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/render_table.h
AgeCommit message (Expand)Author
2013-10-04ZVISION: Remove Vector2 classRichieSams
2013-10-02ZVISION: Standardize includes order and formatRichieSams
2013-09-07ZVISION: Add dirty rectangling support for pure image renderingRichieSams
2013-09-06ZVISION: Fix signed/unsigned mismatchRichieSams
2013-09-06ZVISION: Do full working window warp instead of image at a timeRichieSams
2013-09-24ZVISION: Transpose is done in RenderManager::readImageToSurface(), so remove ...richiesams
2013-08-18ZVISION: Render images by specifying a destination and then clippingrichiesams
2013-08-15ZVISION: Apply panorama/tilt warping after all images have been rendered to a...richiesams
2013-08-14ZVISION: Slight function name change to increase clarityrichiesams
2013-08-11ZVISION: Create methods for converting screen coords to image coordsrichiesams
2013-08-04ZVISION: Optimize integer type usagesrichiesams
2013-08-04ZVISION: Add 'reverse' to _tiltOptions and _panoramaOptions to handle Control...richiesams
2013-08-04ZVISION: Create mutators for _tiltOptionsrichiesams
2013-08-04ZVISION: Create methods for altering panoramaOptions and create console comma...richiesams
2013-08-04ZVISION: Move generating the RenderTable to outside setRenderStaterichiesams
2013-08-04ZVISION: Rename Point template class to Vector2richiesams
2013-08-04ZVISION: Convert panoramaOptions and tiltOptions to floatsrichiesams
2013-08-04ZVISION: Convert RenderTable to only storing (x,y) offsets instead of absolut...richiesams
2013-08-04ZVISION: Modify the RenderTable panorama math to account for panoramas being ...richiesams
2013-08-04ZVISION: Create a class for handling all render table logicrichiesams