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-08-05
ZVISION: Rename inner variable to prevent variable shadowing
richiesams
2013-08-04
ZVISION: Make video code blocking.
richiesams
2013-08-04
ZVISION: Create RenderManager method to set the current background image
richiesams
2013-08-04
ZVISION: Overload renderImageToScreen to handle fileNames and ReadStreams
richiesams
2013-08-04
ZVISION: Initialize _needsScreenUpdate in RenderManager
richiesams
2013-08-04
ZVISION: Create method to get RenderTable object pointer from RenderManager
richiesams
2013-08-04
ZVISION: Convert RenderTable to only storing (x,y) offsets instead of absolut...
richiesams
2013-08-04
ZVISION: Modify renderImageToScreen to take into account the current RenderState
richiesams
2013-08-04
ZVISION: Convert error() to warning()
richiesams
2013-08-04
ZVISION: Move rendering logic from ZVision class to RenderManager class
richiesams
2013-08-04
ZVISION: Create member function for creating a panorama look up table
richiesams
2013-08-04
ZVISION: Fix memory leaks
richiesams
2013-08-04
ZVISION: Create RenderManager class and move code from image.cpp
richiesams