aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/render_table.cpp
AgeCommit message (Expand)Author
2013-10-04ZVISION: Remove Vector2 classRichieSams
2013-10-02ZVISION: Standardize includes order and formatRichieSams
2013-10-02ZVISION: Convert all for-loops to use pre-increment instead of post-incrementRichieSams
2013-09-24ZVISION: Remove CLIPs from mutateImageRichieSams
2013-09-22ZVISION: Fix signed/unsigned mismatchRichieSams
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: Fix tilt render table commentrichiesams
2013-09-24ZVISION: Add default values for tilt optionsrichiesams
2013-09-24ZVISION: Implement TILT RenderTable creationrichiesams
2013-09-24ZVISION: Fix typo in point range clippingrichiesams
2013-09-24ZVISION: Remove extraneous TODOrichiesams
2013-09-24ZVISION: Force comparison to be between signed ints and ensure CLIP happens o...richiesams
2013-09-24ZVISION: Transpose is done in RenderManager::readImageToSurface(), so remove ...richiesams
2013-08-18ZVISION: Change the CLIP template argument to match the type of the indiciesrichiesams
2013-08-18ZVISION: Protect against indicies that are more than an imageWidth/Height fro...richiesams
2013-08-18ZVISION: Allow RenderTable indicies to be negativerichiesams
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-15ZVISION: Rename variables and add comments to clarify the math behind panoram...richiesams
2013-08-14ZVISION: Clip coords outside the working windowrichiesams
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: Remove extraneous commentsrichiesams
2013-08-04ZVISION: Offset the RenderTable index by the normalized coords, not the subRe...richiesams
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: Fix compilationFilippos Karapetis
2013-08-04ZVISION: Change default panorama FoV to 27 degreesrichiesams
2013-08-04ZVISION: Fix closing braces on generateTiltLookupTablerichiesams
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: Create function for mixing two RGB<555> colorsrichiesams
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: Fix error causing image discontinutitiesrichiesams
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