aboutsummaryrefslogtreecommitdiff
path: root/common/config-manager.h
AgeCommit message (Expand)Author
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
2004-09-28Remove unused symbolMax Horn
2004-04-09Renamed template class 'List' to 'Array', since that is really what it is (a ...Max Horn
2004-03-29Fixed a bad crash that occured when adding a new game target in the launcherMax Horn
2004-03-28Preserve comments in config filesMax Horn
2004-03-21two TODOsMax Horn
2004-03-04add ConfigManager::getActiveDomainMax Horn
2004-02-07Add -c/--config option to specific alternate configuration file. Sorry Max, b...James Brown
2004-01-06updated copyright noticeMax Horn
2003-11-11cleanup (merged the two base set() methods)Max Horn
2003-11-10fix for bug #833537 (Config manager saves "save_slot")Max Horn
2003-11-07fixed ConfigManager getInt/getBoolMax Horn
2003-11-07typo, gnaw gnawMax Horn
2003-11-07Use the new capabilities of class Map to make the ConfigManager case insensit...Max Horn
2003-11-05changed the way get(key,domain) works for global domains (instead of defaulti...Max Horn
2003-11-05added ConfigManager::removeKeyMax Horn
2003-11-01cleanupMax Horn
2003-10-08new config manager. not everything is completed, and some things will still b...Max Horn