aboutsummaryrefslogtreecommitdiff
path: root/common/config-manager.cpp
AgeCommit message (Expand)Author
2006-02-12'Changed Symbian configuration handling so it is using the basepath of the ap...Lars Persson
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-21Clarified comment, cleanupMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2006-01-15Leave as warning.Travis Howell
2006-01-15Update confusing warning.Travis Howell
2005-11-27Patch #1341626: "New GP32 port"Eugene Sandulenko
2005-10-31Fix another HOME buffer overflow attack vectorMax Horn
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-08-16Added: PSP backendJoost Peters
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-06-21Patches needed to build for SYMBIAN32 WINS/GCC added.Lars Persson
2005-05-08Comply to our coding conventionsMax Horn
2005-05-02Don't assert that "domain" is valid. One of the cases where this functionTorbjörn Andersson
2005-04-22Use class File instead of FILE (not finished)Max Horn
2005-03-31Playstation2 Port: initial importRobert Göffringmann
2005-02-22Verify domain names as they are passed into the config manager (better to cra...Max Horn
2005-01-10Remove some more header dependenciesMax Horn
2005-01-01Updated copyrightMax Horn
2004-12-28Fix running ScummVM in plugin-modeMax Horn
2004-12-25Make loading the config file explicitMax Horn
2004-12-20WinCE global domains are not needed anymoreNicolas Bacca
2004-12-15- Move MAXPATHLEN includes/defines into common locationJonathan Gray
2004-12-05cleanupMax Horn
2004-09-28Preserve the order of config file sections -> to suite people who manually ed...Max Horn
2004-03-31be tolerant against abuse of ConfMan.getInt(); add missing default value for ...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-28cleanup; extended config file format checking (partially from patch #896096)Max Horn
2004-03-28Changed printf() to debug() and removed newline at the end of some messagesTorbjörn Andersson
2004-02-07Add -c/--config option to specific alternate configuration file. Sorry Max, b...James Brown
2004-02-05renamed (Const)Iterator to (const_)iterator; changed size() to return an uintMax Horn
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-08cleanup whitespacesPaweł Kołodziejski
2003-11-07fixed ConfigManager getInt/getBoolMax Horn
2003-11-07change behaviour of ConfigManager::get once again -> now we *do* fall back to...Max Horn
2003-11-07spelling fixesJonathan Gray
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-03stdafx.h needs to be included first.Marcus Comstedt
2003-11-01fix potential crashMax Horn
2003-10-10modified version of patch #821018; fix for bug #821083Max Horn
2003-10-09fix ConfMan.set when dom is empty; added some asserts (paranoia)Max Horn
2003-10-08new config manager. not everything is completed, and some things will still b...Max Horn