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_manager.cpp
Age
Commit message (
Expand
)
Author
2013-10-20
ZVISION: New render functions for rendering surface-to-surface.
Marisa-Chan
2013-10-20
ZVISION: Style modifing by astyle.
Marisa-Chan
2013-10-18
ZVISION: screenSpaceToImageSpace return 0,0 when pointer outside working window.
Marisa-Chan
2013-10-04
ZVISION: Add typedefs to shorten long type names
RichieSams
2013-10-02
ZVISION: Standardize includes order and format
RichieSams
2013-10-02
ZVISION: Convert all for-loops to use pre-increment instead of post-increment
RichieSams
2013-10-02
ZVISION: Replace all occurances of (*iter). with iter->
RichieSams
2013-09-22
ZVISION: Don't cast away const-ness
RichieSams
2013-09-22
ZVISION: Free AlphaDataEntry Surfaces before deleting them
RichieSams
2013-09-22
ZVISION: Cleanup all AlphaEntries after use
RichieSams
2013-09-21
ZVISION: Remove unused function arguments
RichieSams
2013-09-16
ZVISION: Remove extraneous function
RichieSams
2013-09-16
ZVISION: Check is a dirty rect is empty before extending it
RichieSams
2013-09-16
ZVISION: Convert _alphaDataEntries to a HashMap
RichieSams
2013-09-16
ZVISION: Move clearing dirty rects to after they are blitted instead the begi...
RichieSams
2013-09-15
ZVISION: Add RenderManager text support
RichieSams
2013-09-15
ZVISION: Add better alpha support for blitting
RichieSams
2013-09-15
ZVISION: Move dirty rect extension to the correct function
RichieSams
2013-09-15
ZVISION: Add method to copy a portion of the working window to a surface
RichieSams
2013-09-09
ZVISION: Add a debug assert to make sure we're not trying to render ouside th...
RichieSams
2013-09-09
ZVISION: Create method for transposing a surface
RichieSams
2013-09-09
ZVISION: Create method for clipping a rect to the working window
RichieSams
2013-09-09
ZVISION: Create method for converting image space to working window space
RichieSams
2013-09-09
ZVISION: Create method for rendering to the working window with binary alpha
RichieSams
2013-09-07
ZVISION: Make the declaration and implementation of copyRectToWorkingWindow b...
RichieSams
2013-09-07
ZVISION: Add dirty rectangling support for pure image rendering
RichieSams
2013-09-07
ZVISION: Fix pixel copying errors in renderRectToWorkingWindow
RichieSams
2013-09-07
ZVISION: Re-enable rendering to the backbuffer
RichieSams
2013-09-06
ZVISION: Actually use the converted color instead of the old one
RichieSams
2013-09-06
ZVISION: Do full working window warp instead of image at a time
RichieSams
2013-09-04
ZVISION: Create method to get the current background offset
richiesams
2013-09-03
ZVISION: Remove unnecessary file.open()
richiesams
2013-09-03
ZVISION: Free the _currentBackground Surface in RenderManager destructor
richiesams
2013-09-24
ZVISION: Limit tilt movement to the size of the image
richiesams
2013-09-24
ZVISION: Fix error is RenderManager backgroundOffset handling
richiesams
2013-09-24
ZVISION: Convert image rendering to RBG 565
richiesams
2013-09-24
ZVISION: Keep a Graphics::Surface of the current background instead of re-rea...
richiesams
2013-08-28
ZVISION: Fixed signed/unsigned mismatch
richiesams
2013-08-20
ZVISION: Initialize inline with construction
richiesams
2013-08-20
ZVISION: Create method to clear the working window area of the screen to a si...
richiesams
2013-08-20
ZVISION: Rename _warpedBuffer to _workingWindowBuffer
richiesams
2013-08-18
ZVISION: Allow destinations to be negative
richiesams
2013-08-18
ZVISION: Store the background offset from the center instead of from the top ...
richiesams
2013-08-18
ZVISION: Render images by specifying a destination and then clipping
richiesams
2013-08-16
ZVISION: Fix memory corruption in copyTransposedRectToBackBuffer
richiesams
2013-08-16
ZVISION: Clean up backbuffer memory after we're finished with it
richiesams
2013-08-16
ZVISION: Fix copyTransposedRectToBackBuffer
richiesams
2013-08-16
ZVISION: Only warp the backbuffer if we're in PANORAMA or TILT
richiesams
2013-08-16
ZVISION: Only skip the background moving if velocity is 0 instead of returnin...
richiesams
2013-08-15
ZVISION: Fix error using subRectangle.right instead of .top
richiesams
[next]