Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-22 | Verify domain names as they are passed into the config manager (better to ↵ | Max Horn | |
crash here, early, than to corrupt a user's config file) svn-id: r16862 | |||
2005-01-10 | Remove some more header dependencies | Max Horn | |
svn-id: r16530 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-12-28 | Fix running ScummVM in plugin-mode | Max Horn | |
svn-id: r16360 | |||
2004-12-25 | Make loading the config file explicit | Max Horn | |
svn-id: r16317 | |||
2004-12-20 | WinCE global domains are not needed anymore | Nicolas Bacca | |
svn-id: r16219 | |||
2004-12-15 | - Move MAXPATHLEN includes/defines into common location | Jonathan Gray | |
- Save files are now stored in $HOME/.scummvm/ by default if no other save path is specified on non MacOS X unices. svn-id: r16060 | |||
2004-12-05 | cleanup | Max Horn | |
svn-id: r15991 | |||
2004-09-28 | Preserve the order of config file sections -> to suite people who manually ↵ | Max Horn | |
edit the config file svn-id: r15322 | |||
2004-03-31 | be tolerant against abuse of ConfMan.getInt(); add missing default value for ↵ | Max Horn | |
'speech_volume' in bs1 svn-id: r13435 | |||
2004-03-29 | Fixed a bad crash that occured when adding a new game target in the launcher | Max Horn | |
svn-id: r13428 | |||
2004-03-28 | Preserve comments in config files | Max Horn | |
svn-id: r13412 | |||
2004-03-28 | cleanup; extended config file format checking (partially from patch #896096) | Max Horn | |
svn-id: r13411 | |||
2004-03-28 | Changed printf() to debug() and removed newline at the end of some messages | Torbjörn Andersson | |
svn-id: r13403 | |||
2004-02-07 | Add -c/--config option to specific alternate configuration file. Sorry Max, ↵ | James Brown | |
but it's damn useful for coverdiscs :) svn-id: r12758 | |||
2004-02-05 | renamed (Const)Iterator to (const_)iterator; changed size() to return an uint | Max Horn | |
svn-id: r12722 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2003-11-11 | cleanup (merged the two base set() methods) | Max Horn | |
svn-id: r11256 | |||
2003-11-10 | fix for bug #833537 (Config manager saves "save_slot") | Max Horn | |
svn-id: r11254 | |||
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11219 | |||
2003-11-07 | fixed ConfigManager getInt/getBool | Max Horn | |
svn-id: r11199 | |||
2003-11-07 | change behaviour of ConfigManager::get once again -> now we *do* fall back ↵ | Max Horn | |
to the registered defaults... svn-id: r11195 | |||
2003-11-07 | spelling fixes | Jonathan Gray | |
svn-id: r11180 | |||
2003-11-07 | Use the new capabilities of class Map to make the ConfigManager case ↵ | Max Horn | |
insensitive when it comes to comparing config keys/domains svn-id: r11171 | |||
2003-11-05 | changed the way get(key,domain) works for global domains (instead of ↵ | Max Horn | |
defaulting to the empty string, it will now default to the registered default in this case) svn-id: r11151 | |||
2003-11-05 | added ConfigManager::removeKey | Max Horn | |
svn-id: r11140 | |||
2003-11-03 | stdafx.h needs to be included first. | Marcus Comstedt | |
svn-id: r11117 | |||
2003-11-01 | fix potential crash | Max Horn | |
svn-id: r11037 | |||
2003-10-10 | modified version of patch #821018; fix for bug #821083 | Max Horn | |
svn-id: r10716 | |||
2003-10-09 | fix ConfMan.set when dom is empty; added some asserts (paranoia) | Max Horn | |
svn-id: r10698 | |||
2003-10-08 | new 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 |