aboutsummaryrefslogtreecommitdiff
path: root/common/system.cpp
AgeCommit message (Expand)Author
2011-07-19MACOSX/UPDATES: Streamline UpdateManagerCeRiAl
2011-06-22Merge pull request #26 from Littleboy/taskbarEugene Sandulenko
2011-06-17COMMON: Remove default implementation of OSystem::logMessageMax Horn
2011-06-16COMMON: Change TaskbarManager to the new module slot interfaceJulien
2011-06-08BACKENDS: Shuffle backends class hierarchy and module initializationMax Horn
2011-06-08COMMON: Add headers needed for delete calls.Alyssa Milburn
2011-06-07BACKENDS: All backends use _savefileManager now, adapt OSystem accordinglyMax Horn
2011-06-07BACKENDS: All backends use _timerManager now, adapt OSystem accordinglyMax Horn
2011-06-07BACKENDS: Move more 'manager slots' from ModularBackend to OSystemMax Horn
2011-06-06COMMON: Make more symbols forbiddenMax Horn
2011-06-06BACKENDS: Unify EventManager setupMax Horn
2011-06-06COMMON: Remove PS2 / NDS hacks in system.cppMax Horn
2011-06-06BACKENDS: Add OSystem::getDefaultConfigFileNameMax Horn
2011-06-06BACKENDS: Unify AudioCD manager instantiationMax Horn
2011-06-06COMMON: Add kInfo LogMessageType.Alyssa Milburn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2010-11-28BACKEND: Switch OSystem::getSystemLanguage return type to Common::String.Johannes Schickel
2010-11-25OSYSTEM: Add API to query the system locale.Johannes Schickel
2010-11-18BACKENDS: Implement logging API proposed by Max on -devel.Johannes Schickel
2010-06-09- Revised abstract AudioCDManager.Alejandro Marzini
2009-01-30Moved default implementations for various OSystem methods into a new class Ba...Max Horn
2009-01-29cleanupMax Horn
2009-01-23Renamed FSNode::openForReading / openForWriting to createReadStream / createW...Max Horn
2009-01-23Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to creat...Max Horn
2009-01-23cleanupMax Horn
2008-11-06Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys...Max Horn
2008-11-06Got rid of OSystem::ARGBToColor and colorToARGBMax Horn
2008-11-03Committed my patch #2216641 "GRAPHICS: PixelFormat introduction".Johannes Schickel
2008-10-16OSYSTEM: Pushed out some port specific code from common/system.cpp to the res...Max Horn
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
2008-09-05Removed useless dependencies from common/file.h in common code. When complete...Nicola Mettifogo
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...Max Horn
2008-09-02Handle OSystem::lockScreen fail in default OSystem::clearScreen implementation.Johannes Schickel
2008-08-09Use FSNode API in default OSystem::openConfigFileForReading & OSystem::openCo...Max Horn
2008-08-05Removed unneeded #includes.Travis Howell
2008-08-04Remove some code which was rendered obsolete by md5's commit r33610Max Horn
2008-08-04Fixing compilation under MSVCFilippos Karapetis
2008-08-03OSYSTEM: Pushed some SDL/Symbian specific code to the respective backends; ma...Max Horn
2008-08-03New OSystem API for loading/storing default config fileMax Horn
2008-07-30This time properly reverted my accidental commits of the osystem&configman pa...Max Horn
2008-07-30Fixed Win32 build, after Fingolfin's commits (probably because of the revert ...Nicola Mettifogo
2008-07-30Revert my accidental commit of the OSystem changes (oops)Max Horn
2008-07-30Simplified advanced detector file sys scanning codeMax Horn
2008-06-28Removed OSystem::getFilesystemFactory() default implentation, as announcedMax Horn
2008-06-10Removed unneeded #includeMax Horn
2008-06-04Patch #1971285: "Nintendo Wii port"Eugene Sandulenko
2008-05-24Removing DS ifdef from getFileSystemFactory().Neil Millstone
2008-05-19Removed some dead codeMax Horn