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
/
backends
/
graphics
/
surfacesdl
Age
Commit message (
Expand
)
Author
2012-06-16
ALL: Let overlay related methods in OSystem take a void * and use a proper pi...
Johannes Schickel
2012-06-16
BACKENDS: Make OSystem::setMouseCursor take a "const void *" buffer.
Johannes Schickel
2012-06-16
BACKENDS: Let copyRectToScreen take a "const void *" instead of "const byte *...
Johannes Schickel
2012-06-03
ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" lo...
Johannes Schickel
2012-05-31
ALL: Correct spelling of "Mac OS X" in various places
Max Horn
2012-03-17
ALL: Make use of defined() for the preprocessor consistent.
Johannes Schickel
2011-10-03
SURFACESDL: Stop forceful resetting of _videoMode.hardware* when calling Sur...
David-John Willis
2011-08-11
SDL: Implement a hellish workaround to fix bug #3368143.
Johannes Schickel
2011-08-09
SDL: Slight clean up in the surface based graphics manager.
Johannes Schickel
2011-08-09
SDL: Take advantage of SdlGraphicsManager.
Johannes Schickel
2011-08-09
SDL: Let SDL based graphics managers inherit from SdlGraphicsManager.
Johannes Schickel
2011-07-02
SDL: Remove an unnecessary memset
Bastien Bouclet
2011-07-02
SDL: Set a black palette by default.
Bastien Bouclet
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
2011-06-19
SDL: Rename SdlGraphicsManager to SurfaceSdlGraphicsManager to reflect its pu...
Johannes Schickel