aboutsummaryrefslogtreecommitdiff
path: root/common/config-manager.h
AgeCommit message (Expand)Author
2018-04-15JANITORIAL: Fix whitespaceAdrian Frühwirth
2016-08-24CLOUD: Add Dropbox into CloudManager's configsAlexander Tkachev
2014-02-18COMMON: Make GPL headers consistent in themselves.Johannes Schickel
2013-08-13COMMON: Add setVal to ConfigManager::Domain.Johannes Schickel
2013-08-12Merge pull request #377 from lordhoto/config-manager-cleanupJohannes Schickel
2013-08-12COMMON: Get rid of write version of ConfigManager::getGameDomains.Johannes Schickel
2013-08-08COMMON: Remove commented out include in config-manager.h.Johannes Schickel
2013-08-08COMMON: Rename ConfigFile to INIFile.Johannes Schickel
2013-08-08COMMON: Do not let ConfigManager::Domain inherit from StringMap.Johannes Schickel
2013-01-26JANITORIAL: Enforce "} // End of namespace" with a single space after }.Johannes Schickel
2011-08-07COMMON: Make constants actually const.Christoph Mallon
2011-08-07COMMON: Remove superfluous Common:: qualifiers.Christoph Mallon
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-12-29CONFIG-MGR: added ability to add other non-game domainsYotam Barnoy
2010-11-15CONFIGMAN: added defragmentation methods for one-plugin-at-a-timeYotam Barnoy
2010-03-29COMMON: Cleanup ConfigManager codeMax Horn
2010-03-18COMMON: Move typedef StringList from str.h to new header str-array.hMax Horn
2009-12-30Get rid of Common::String::emptyString, and also of some port specific hacker...Max Horn
2009-10-04Reduce usage of Common::String::emptyStringMax Horn
2009-06-07Added an experimental '--upgrade-targets' option (to be refined; and possibly...Max Horn
2009-05-10Store global keymaps into a separate sectionEugene Sandulenko
2008-08-03New OSystem API for loading/storing default config fileMax Horn
2008-07-30Revert my accidental commit of the OSystem changes (oops)Max Horn
2008-07-30Simplified advanced detector file sys scanning codeMax Horn
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-03-08Changed ConfigManager to use class File instead of std C I/O to write the con...Max Horn
2006-07-30Added explicit string equals/hash functors to a new header common/hash-str.h;...Max Horn
2006-04-16Fix for bug #1471383: Instead of overloading ConfigManager::set, we now have ...Max Horn
2006-04-16Fixed some breakage in the 'Add Game' code I recently introduced; added a FIX...Max Horn
2006-04-15- Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ...Max Horn
2006-04-15- Replaced ConfigManager::_globalDomains by _appDomain (we don't support mult...Max Horn
2006-04-08Removed common/map.h with the Common::Map template class (it was a very bad i...Max Horn
2006-04-01Switch ConfigManager to use HashMap (seems to work fine over here, but an old...Max Horn
2006-03-31Updated ConfigFile/ConfigManager classes, that work with the updated Map clas...Max Horn
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-11-27Patch #1341626: "New GP32 port"Eugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-10-08PalmOS:Chris Apers
2005-09-03Change PalmOS ident and fix ARM bug using global initializersChris Apers
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-04-23Make StringMap class (with case insensitive keys) globalMax Horn
2005-01-10Remove some more header dependenciesMax 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-01Updated copyrightMax Horn
2004-12-25Make loading the config file explicitMax Horn
2004-09-28Preserve the order of config file sections -> to suite people who manually ed...Max Horn