aboutsummaryrefslogtreecommitdiff
path: root/common/config-file.h
AgeCommit message (Collapse)Author
2005-04-23Implement some missing methodsMax Horn
svn-id: r17780
2005-04-23Added new ConfigFile class. It is not yet used anywhere. ConfigManager will ↵Max Horn
be rewritten around this class. Note that it is not final yet and may be revised in many ways. svn-id: r17773
2003-10-08new config manager. not everything is completed, and some things will still ↵Max Horn
be changed, but it seems to work well enough to put it into CVS svn-id: r10687
2003-10-02renamed namespace ScummVM to CommonMax Horn
svn-id: r10544
2003-08-01#include cleanup (explicityl specify the location for headers from common/, ↵Max Horn
so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level) svn-id: r9359
2003-03-06updated copyrights headersPaweł Kołodziejski
svn-id: r6726
2002-11-21enhanced Config::rename_domain; added the ability to change the domain name ↵Max Horn
in EditGameDialog svn-id: r5673
2002-11-13cleaned up Config::get_domain; fixed sorting in launcherMax Horn
svn-id: r5541
2002-10-28Add support for aliased scummvm config entries.James Brown
Eg: [germandott] path=/games/german/dott gameid=tentacle description=the german version of DOTT I havn't finished the Launcher changes to show aliased entries yet, as I need to parse the whole domainmap to do so. svn-id: r5341
2002-09-29added Config::has_domain()Max Horn
svn-id: r5045
2002-09-26some fixes for the message dialog; added some commentsMax Horn
svn-id: r5021
2002-09-08rewrote config class; cleanup; code restructuringMax Horn
svn-id: r4903
2002-08-21Initial revisionMax Horn
svn-id: r4785