aboutsummaryrefslogtreecommitdiff
path: root/common/system.cpp
AgeCommit message (Expand)Author
2008-05-15Removed the default OSystem::getTimeAndDate() implementationMax Horn
2008-03-19Implement OSystem_PSP::getFilesystemFactory() and OSystemPSP::getTimeAndDate()Joost Peters
2008-03-12Removed remaining traces of the dead MorphOS backend, which itself was remove...Max Horn
2008-03-11Added OSystem_SDL::getFilesystemFactory()Max Horn
2008-03-03the ps2 changes from the 0.11.1 release, plus some bugfixes and cleanup.Robert Göffringmann
2008-03-01Moved Dreamcast filesystem factory to platform directory.Marcus Comstedt
2008-02-24Don't #include the FS factory implementations in common/system.cpp; rather, r...Max Horn
2008-02-24Fixed warning.Torbjörn Andersson
2008-02-23Replaced FilesystemFactory::makeFSFactory with a new method OSystem::getFiles...Max Horn
2008-01-22Removed backends/intern.hMax Horn
2007-12-28Patch #1859448: Add OSystem::getTimeAndDate APIEugene Sandulenko
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-08-11Changed OSystem (A)RGBToColor and colorTo(A)RGB methods to use ColorMasks tem...Max Horn
2007-06-19Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All c...Max Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-03-17Implemented a simple EventManager classMax Horn
2006-10-22Backend modularization: Create timer manager, savefile manager and audio mixe...Max Horn
2006-10-21Added OSystem::getTimerManager and OSystem::getMixer methods (wip)Max Horn
2006-10-02Implemented "iconify window" opcode. This, of course, needs support in theTorbjörn Andersson
2006-06-24Moved savefile code to new 'saves' backend module (work in progress)Max Horn
2006-05-06Added a default implementation of the OSystem CD API (which simply does nothing)Max Horn
2006-05-04Moved GameDetector::setTarget & findGame to the new namespace Base; moved the...Max Horn
2006-04-02With this change, backends are now responsible for instantiating their OSyste...Max Horn
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-02-02TypoChris Apers
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-09-03Prepare new backends and potential native versionChris Apers
2005-08-16Added: PSP backendJoost Peters
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-06-21Patches needed to build for SYMBIAN32 WINS/GCC added.Lars Persson
2005-05-10Moved (In/Out)SaveFile(Manager) and Timer to namespace CommonMax Horn
2005-03-31Playstation2 Port: initial importRobert Göffringmann
2005-01-15Forgot to commit thisMax Horn
2005-01-10Remove some more header dependenciesMax Horn
2005-01-10Reduce dependencies on common/savefile.h from 88 to 14Max Horn
2005-01-10yet another attempt to get makeInstance working for gcc 3.3, gcc 3.2, and MSV...Max Horn
2005-01-09Added new interface SeekableReadStreamMax Horn
2005-01-06Modify the singleton code once more to help overcome an issue with MSVC 7 (se...Max Horn
2005-01-01Changed the singleton code to allow for custom object factories; this allowed...Max Horn
2005-01-01Changed OSystem::instance() to return a reference, not a pointer (it now matc...Max Horn
2005-01-01Updated copyrightMax Horn
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
2004-06-25Cleaned up SaveFileManager stuff a little bitMax Horn
2004-05-21Tweaks (Morphos & Palm backends badly need updating :-/)Max Horn
2004-03-28Remove explicit OSystem parameter from StackLock constructor; added OSystem::...Max Horn
2004-03-15fix circular header dependency, by moving StackLock class to common/system.h ...Max Horn
2004-03-15Added OSystem::getDefaultGraphicsMode(); renamed OSystem::get_height() and ge...Max Horn
2004-03-02ObsoleteChris Apers
2004-02-27cleanupMax Horn