aboutsummaryrefslogtreecommitdiff
path: root/common/config-manager.cpp
AgeCommit message (Expand)Author
2018-05-10COMMON: Use nullptr instead of NULL or 0 where appropriateBastien Bouclet
2018-04-15JANITORIAL: Fix whitespaceAdrian Frühwirth
2017-07-10Revert "COMMON: Change way the Singleton instances are instantiated"Eugene Sandulenko
2017-07-10COMMON: Change way the Singleton instances are instantiatedThierry Crozat
2016-08-24JANITORIAL: Remove spaces at the end of the lineAlexander Tkachev
2016-08-24CLOUD: Add Dropbox into CloudManager's configsAlexander Tkachev
2014-08-12COMMON: Use Common::String::clear instead of assigning "".Johannes Schickel
2014-08-07COMMON: Fix crash when quitting on "Game data not found" dialogTorbjörn Andersson
2014-08-07COMMON: Minor whitespace fix.Torbjörn Andersson
2014-02-18COMMON: Make GPL headers consistent in themselves.Johannes Schickel
2012-02-20COMMON: Move isFoo functions to namespace Common, add doxygen commentsMax Horn
2012-02-15ALL: Avoid using is* macros from ctype.hMax Horn
2011-08-07COMMON: Make constants actually const.Christoph Mallon
2011-08-07COMMON: Remove superfluous Common:: qualifiers.Christoph Mallon
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-06-30ALL: Require DECLARE_SINGLETON to be used in the Common namepsaceOri Avtalion
2011-06-23ANALYSIS: Add static casts to is* functionsLittleboy
2011-06-17COMMON: Make use of Common::parseBoolMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-12COMMON: Fix usage of wrong variable when keymapper is activeKlaus Reimer
2011-03-02COMMON: Remove newlines from debug()dhewg
2011-01-18COMMON: Some style fixes in config-manager.cpp.Johannes Schickel
2011-01-13COMMON: Some slight formatting fixes in config-manager.cpp.Johannes Schickel
2011-01-13CONFIGMANAGER: small changes to support old config files with no 'gameId' key...Yotam Barnoy
2010-12-29CONFIG-MGR: added ability to add other non-game domainsYotam Barnoy
2010-11-16COMMON: Simplify DECLARE_SINGLETON macroMax Horn
2010-11-15CONFIGMAN: added defragmentation methods for one-plugin-at-a-timeYotam Barnoy
2010-11-01COMMON: Switch ConfigManager::setInt & ConfigManager::registerDefault to use ...Max Horn
2010-11-01COMMON: Change some (f)printf to debug calls; clenaup hashmap.hMax Horn
2010-08-23CONFIG: Always sort 'scummvm' and keymapper domains firstMax Horn
2010-04-13Print message when creating new INI; don't rewrite it directly after reading.Max Horn
2010-03-29COMMON: Cleanup ConfigManager codeMax Horn
2010-03-18COMMON: Move typedef StringList from str.h to new header str-array.hMax Horn
2010-03-13Fix our DECLARE_SINGLETON macro to conform to the C++ specs.Johannes Schickel
2009-12-30Get rid of Common::String::emptyString, and also of some port specific hacker...Max Horn
2009-05-19COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate...Max Horn
2009-05-10Store global keymaps into a separate sectionEugene Sandulenko
2009-02-17typoWillem Jan Palenstijn
2009-01-29Be paranoid about g_system being setMax Horn
2009-01-23Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to creat...Max Horn
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-10-23Pushed down some header depsMax Horn
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
2008-09-30Fixing ConfigManager::loadConfigFileMax Horn
2008-09-03Changed some code to use the new Stream::readLine() methodMax Horn
2008-08-09If no default config file is present, just don't load it, instead of crashingMax Horn
2008-08-03New OSystem API for loading/storing default config fileMax Horn
2008-08-02Fix for bug #1972625 'ALL: On-the-fly targets are written to the config file'Max Horn
2008-07-30Revert my accidental commit of the OSystem changes (oops)Max Horn