aboutsummaryrefslogtreecommitdiff
path: root/common/system.cpp
AgeCommit message (Expand)Author
2019-09-01TTS: Create a TTS skeletonJaromir Wysoglad
2019-06-21ANDROID: Move isConnectionLimited into OSystemCameron Cawley
2018-12-16BACKENDS: Add base support for system dialogsSupSuper
2018-10-14COMMON: Add mutex to protect access to the String memory poolThierry Crozat
2018-10-14OSYSTEM: Add backendInitialized() functionThierry Crozat
2018-07-08OSYSTEM: Add Stretch Mode APIThierry Crozat
2018-05-10COMMON: Use nullptr instead of NULL or 0 where appropriateBastien Bouclet
2016-07-28COMMON: Remove the EventRecorder dependency from OSystemBastien Bouclet
2014-02-18COMMON: Make GPL headers consistent in themselves.Johannes Schickel
2013-07-06RECORDER: Fix tests compilation. Patch by D G TurnerEugene Sandulenko
2013-05-17RECORDER: Implement Events RecorderEugene Sandulenko
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