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
/
platform
/
null
Age
Commit message (
Expand
)
Author
2011-06-17
NULL: Add logMessage() implementation
Max Horn
2011-06-06
NULL: Fix null backend (untested)
Max Horn
2011-06-06
BACKENDS: Add OSystem::getDefaultConfigFileName
Max Horn
2011-06-06
BACKENDS: Unify AudioCD manager instantiation
Max Horn
2011-06-06
NULL: cleanup
Max Horn
2011-05-25
BUILD: Rename UNIX #define to POSIX
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn
2010-11-28
Merging the gsoc2010-opengl branch
Max Horn
2010-07-30
Merged from trunk, from Rev 50841 to HEAD
Alejandro Marzini
2010-07-29
BUILD: Unify how MODULE_DIRS is computed for backends
Max Horn
2010-07-02
Cleanup and documentation.
Alejandro Marzini
2010-06-15
Adapted null backend to ModularBackend.
Alejandro Marzini
2010-03-11
Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ...
Max Horn
2009-11-18
fix compilation of null backend
Joost Peters
2009-10-08
Introduce a new struct TimeDate, replacing struct tm in client code. May lead...
Max Horn
2009-06-28
Changed OSystem::setWindowCaption to expect ISO LATIN 1 encoded input;
Max Horn
2009-01-30
Moved default implementations for various OSystem methods into a new class Ba...
Max Horn
2009-01-25
fix compilation
Joost Peters
2008-11-06
Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys...
Max Horn
2008-09-02
Fake 320x200 resolution instead of 200x320.
Johannes Schickel
2008-09-02
Updated NULL backend for FS changes.
Johannes Schickel
2008-06-29
changes required for new mixer API + implement getMillis() and delayMillis() ...
Joost Peters
2008-06-28
Removed obsolete ::clearSoundCallback() code
Max Horn
2008-06-28
add getFilesystemFactory() method to null backend
Joost Peters
2008-06-15
Make null plugin compilable
Eugene Sandulenko
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-06-19
Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All c...
Max Horn
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-04-15
fix compilation of null backend
Joost Peters
2007-03-17
Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...
Max Horn
2006-10-22
Tweaked the NULL backend to match my recent backend changes
Max Horn
2006-06-24
Started to move 'monolithic' parts of our ports to the new 'background/platfo...
Max Horn