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
/
base-backend.cpp
Age
Commit message (
Expand
)
Author
2013-08-03
BACKENDS: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
BACKENDS: Prefer getBasePtr over direct Surface::pixels access.
Johannes Schickel
2011-08-06
JANITORIAL: Remove SVN keywords
Eugene Sandulenko
2011-06-08
BACKENDS: Shuffle backends class hierarchy and module initialization
Max Horn
2011-06-08
BACKENDS: Fix BaseBackend::initBackend() (ouch)
Max Horn
2011-06-08
BACKENDS: Add OSystem::resetGraphicsScale() default implementation
Max Horn
2011-06-06
BACKENDS: Unify EventManager setup
Max Horn
2011-06-06
BACKENDS: Add OSystem::getDefaultConfigFileName
Max Horn
2011-06-06
BACKENDS: Unify AudioCD manager instantiation
Max Horn
2011-05-25
SAMSUNGTV: revert code of result some previous commit
Pawel Kolodziejski
2011-05-25
BUILD: Rename UNIX #define to POSIX
Max Horn
2011-05-23
SAMSUNGTV: update port
Pawel Kolodziejski
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-02-26
BASEBACKEND: Remove resetGraphicsScale() hack
dhewg
2010-11-08
BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes only
Max Horn
2010-07-30
OSYSTEM: Add resetGraphicsScale() method.
Alejandro Marzini
2010-06-15
Renamed getAudioCD to getAudioCDManager.
Alejandro Marzini
2010-06-09
- Revised abstract AudioCDManager.
Alejandro Marzini
2010-05-29
Added again base-backend. Started sdl backend refatoring, file, mutex and tim...
Alejandro Marzini
2010-05-28
Created base virtual classes for backends subsystems.
Alejandro Marzini
2009-11-09
Fix compilation on unix
Willem Jan Palenstijn
2009-11-09
added support for samsung tv
Paweł Kołodziejski
2009-02-15
- Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel.
Johannes Schickel
2009-01-30
Moved default implementations for various OSystem methods into a new class Ba...
Max Horn