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
Age
Commit message (
Collapse
)
Author
2013-08-03
MORTEVIELLE: Rework code using _openObjects
Strangerke
2013-08-03
VIDEO: Do not set Surface::pixels directly anymore.
Johannes Schickel
2013-08-03
SDL: Do not set Surface::pixels directly anymore.
Johannes Schickel
2013-08-03
WINTERMUTE: Do not set Surface::pixels directly anymore.
Johannes Schickel
2013-08-03
TSAGE: Do not set Surface::pixels directly anymore.
Johannes Schickel
2013-08-03
SWORD25: Do not set Surface::pixels directly anymore.
Johannes Schickel
2013-08-03
PARALLACTION: Do not set Surface::pixels directly anymore.
Johannes Schickel
2013-08-03
MORTEVIELLE: Do not set Surface::pixels directly anymore.
Johannes Schickel
2013-08-03
HUGO: Do not set Surface::pixels directly anymore.
Johannes Schickel
2013-08-03
SCUMM: Do not set Surface::pixels directly anymore.
Johannes Schickel
2013-08-03
GRAPHICS: Add two new methods to change 'pixels' of a Surface.
Johannes Schickel
One method is a simpler setter for 'pixels'. The other one can be used to setup a Surface with custom data.
2013-08-03
BACKENDS: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
SDL: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
OPENGL: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
IPHONE: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
WINTERMUTE: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
TUCKER: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
TSAGE: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
TOON: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
TONY: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
TOLTECS: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
TINSEL: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
TEENAGENT: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
SWORD25: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
SWORD2: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
SWORD1: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
SCI: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
SAGA: Take advantage of Sufrace::getPixels.
Johannes Schickel
2013-08-03
PEGASUS: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
PARALLACTION: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
NEVERHOOD: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
MORTEVIELLE: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
MOHAWK: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
MADE: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
LASTEXRPESS: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
HUGO: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
HOPKINS: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
GROOVIE: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
GOB: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
DRASCULA: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
DRACI: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
COMPOSER: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
CGE: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
AGOS: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
SCUMM: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
GUI: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
VIDEO: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
GRAPHICS: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
GRAPHICS: Add an easy way to query 'pixels' of Surface.
Johannes Schickel
This introduced getPixels which is a shortcut for getBasePtr(0, 0).
2013-08-03
GRAPHICS: Prefer getBasePtr over direct Surface::pixels access.
Johannes Schickel
[prev]
[next]