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.h
Age
Commit message (
Expand
)
Author
2016-09-13
BACKENDS: Provide an empty implementation for displayActivityIconOnOSD in Bas...
Bastien Bouclet
2016-09-13
OSYSTEM: Remove the API allowing to draw to the OSD surface directly
Bastien Bouclet
2016-08-24
GUI: Add getOSDFormat() and make OSD 32 bpp
Alexander Tkachev
2016-08-24
GUI: Add clearOSD() method
Alexander Tkachev
2016-08-24
GUI: Add copyRectToOSD()
Alexander Tkachev
2014-02-18
BACKENDS: Make GPL headers consistent in themselves.
Johannes Schickel
2011-06-08
BACKENDS: Shuffle backends class hierarchy and module initialization
Max Horn
2011-06-08
BACKENDS: cleanup
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-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
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-07-25
Replace "EventProvider" class of the DefaultEventManager implementation with ...
Johannes Schickel
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