aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/render_manager.cpp
AgeCommit message (Expand)Author
2013-10-04ZVISION: Add typedefs to shorten long type namesRichieSams
2013-10-02ZVISION: Standardize includes order and formatRichieSams
2013-10-02ZVISION: Convert all for-loops to use pre-increment instead of post-incrementRichieSams
2013-10-02ZVISION: Replace all occurances of (*iter). with iter->RichieSams
2013-09-22ZVISION: Don't cast away const-nessRichieSams
2013-09-22ZVISION: Free AlphaDataEntry Surfaces before deleting themRichieSams
2013-09-22ZVISION: Cleanup all AlphaEntries after useRichieSams
2013-09-21ZVISION: Remove unused function argumentsRichieSams
2013-09-16ZVISION: Remove extraneous functionRichieSams
2013-09-16ZVISION: Check is a dirty rect is empty before extending itRichieSams
2013-09-16ZVISION: Convert _alphaDataEntries to a HashMapRichieSams
2013-09-16ZVISION: Move clearing dirty rects to after they are blitted instead the begi...RichieSams
2013-09-15ZVISION: Add RenderManager text supportRichieSams
2013-09-15ZVISION: Add better alpha support for blittingRichieSams
2013-09-15ZVISION: Move dirty rect extension to the correct functionRichieSams
2013-09-15ZVISION: Add method to copy a portion of the working window to a surfaceRichieSams
2013-09-09ZVISION: Add a debug assert to make sure we're not trying to render ouside th...RichieSams
2013-09-09ZVISION: Create method for transposing a surfaceRichieSams
2013-09-09ZVISION: Create method for clipping a rect to the working windowRichieSams
2013-09-09ZVISION: Create method for converting image space to working window spaceRichieSams
2013-09-09ZVISION: Create method for rendering to the working window with binary alphaRichieSams
2013-09-07ZVISION: Make the declaration and implementation of copyRectToWorkingWindow b...RichieSams
2013-09-07ZVISION: Add dirty rectangling support for pure image renderingRichieSams
2013-09-07ZVISION: Fix pixel copying errors in renderRectToWorkingWindowRichieSams
2013-09-07ZVISION: Re-enable rendering to the backbufferRichieSams
2013-09-06ZVISION: Actually use the converted color instead of the old oneRichieSams
2013-09-06ZVISION: Do full working window warp instead of image at a timeRichieSams
2013-09-04ZVISION: Create method to get the current background offsetrichiesams
2013-09-03ZVISION: Remove unnecessary file.open()richiesams
2013-09-03ZVISION: Free the _currentBackground Surface in RenderManager destructorrichiesams
2013-09-24ZVISION: Limit tilt movement to the size of the imagerichiesams
2013-09-24ZVISION: Fix error is RenderManager backgroundOffset handlingrichiesams
2013-09-24ZVISION: Convert image rendering to RBG 565richiesams
2013-09-24ZVISION: Keep a Graphics::Surface of the current background instead of re-rea...richiesams
2013-08-28ZVISION: Fixed signed/unsigned mismatchrichiesams
2013-08-20ZVISION: Initialize inline with constructionrichiesams
2013-08-20ZVISION: Create method to clear the working window area of the screen to a si...richiesams
2013-08-20ZVISION: Rename _warpedBuffer to _workingWindowBufferrichiesams
2013-08-18ZVISION: Allow destinations to be negativerichiesams
2013-08-18ZVISION: Store the background offset from the center instead of from the top ...richiesams
2013-08-18ZVISION: Render images by specifying a destination and then clippingrichiesams
2013-08-16ZVISION: Fix memory corruption in copyTransposedRectToBackBufferrichiesams
2013-08-16ZVISION: Clean up backbuffer memory after we're finished with itrichiesams
2013-08-16ZVISION: Fix copyTransposedRectToBackBufferrichiesams
2013-08-16ZVISION: Only warp the backbuffer if we're in PANORAMA or TILTrichiesams
2013-08-16ZVISION: Only skip the background moving if velocity is 0 instead of returnin...richiesams
2013-08-15ZVISION: Fix error using subRectangle.right instead of .toprichiesams
2013-08-15ZVISION: Apply panorama/tilt warping after all images have been rendered to a...richiesams
2013-08-14ZVISION: Add background image wrappingrichiesams
2013-08-14ZVISION: Add panning supportrichiesams