index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
zvision
/
render_table.cpp
Age
Commit message (
Expand
)
Author
2013-08-18
ZVISION: Change the CLIP template argument to match the type of the indicies
richiesams
2013-08-18
ZVISION: Protect against indicies that are more than an imageWidth/Height fro...
richiesams
2013-08-18
ZVISION: Allow RenderTable indicies to be negative
richiesams
2013-08-18
ZVISION: Render images by specifying a destination and then clipping
richiesams
2013-08-15
ZVISION: Apply panorama/tilt warping after all images have been rendered to a...
richiesams
2013-08-15
ZVISION: Rename variables and add comments to clarify the math behind panoram...
richiesams
2013-08-14
ZVISION: Clip coords outside the working window
richiesams
2013-08-14
ZVISION: Slight function name change to increase clarity
richiesams
2013-08-11
ZVISION: Create methods for converting screen coords to image coords
richiesams
2013-08-04
ZVISION: Remove extraneous comments
richiesams
2013-08-04
ZVISION: Offset the RenderTable index by the normalized coords, not the subRe...
richiesams
2013-08-04
ZVISION: Optimize integer type usages
richiesams
2013-08-04
ZVISION: Add 'reverse' to _tiltOptions and _panoramaOptions to handle Control...
richiesams
2013-08-04
ZVISION: Create mutators for _tiltOptions
richiesams
2013-08-04
ZVISION: Fix compilation
Filippos Karapetis
2013-08-04
ZVISION: Change default panorama FoV to 27 degrees
richiesams
2013-08-04
ZVISION: Fix closing braces on generateTiltLookupTable
richiesams
2013-08-04
ZVISION: Create methods for altering panoramaOptions and create console comma...
richiesams
2013-08-04
ZVISION: Move generating the RenderTable to outside setRenderState
richiesams
2013-08-04
ZVISION: Rename Point template class to Vector2
richiesams
2013-08-04
ZVISION: Create function for mixing two RGB<555> colors
richiesams
2013-08-04
ZVISION: Convert panoramaOptions and tiltOptions to floats
richiesams
2013-08-04
ZVISION: Convert RenderTable to only storing (x,y) offsets instead of absolut...
richiesams
2013-08-04
ZVISION: Fix error causing image discontinutities
richiesams
2013-08-04
ZVISION: Modify the RenderTable panorama math to account for panoramas being ...
richiesams
2013-08-04
ZVISION: Create a class for handling all render table logic
richiesams