aboutsummaryrefslogtreecommitdiff
path: root/common/config-manager.cpp
AgeCommit message (Expand)Author
2008-08-09If no default config file is present, just don't load it, instead of crashingMax Horn
2008-08-03New OSystem API for loading/storing default config fileMax Horn
2008-08-02Fix for bug #1972625 'ALL: On-the-fly targets are written to the config file'Max 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-07-29CONFIGMAN: Store domains in the order they were addedMax Horn
2008-07-29Changed class File (and derived classes) to only support read-only access; ad...Max Horn
2008-07-20Fix for bug #1971499: ALL: config manager crashes when reading too long linesMax Horn
2008-04-14Removed Common::Array::contains()Max Horn
2008-02-03Migration code for users updating to the 1.1.3 iPhone firmware, which has a d...Oystein Eftevaag
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2007-11-13Initial commit of the iPhone/iPod Touch backendOystein Eftevaag
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-27Reverted r26922.Johannes Schickel
2007-05-22Simpilified Singleton implementation and usage.Johannes Schickel
2007-03-17fixed MSVC compiler warning because winnt.h defines its own ARRAYSIZE #defineRobert Göffringmann
2007-03-09reduced dependency from windows-specific header filesNicola Mettifogo
2007-03-08Changed ConfigManager to use class File instead of std C I/O to write the con...Max Horn
2007-02-13made rtrim() and ltrim() global functions, to reduce code duplication (it see...Gregory Montoir
2006-10-06Patch #1432376: "Very basic GP2X Backend"Eugene Sandulenko
2006-08-04Fixed some broken #include's (the PS2 and Symbian may need more fixed, though)Max Horn
2006-07-10Add cyx's patch for #1497725 - GUI: trying to enter empty CD driveTravis Howell
2006-07-10Change default config file location to 'Application Data\ScummVM' directory o...Travis Howell
2006-07-08Fixed typo in comment.Torbjörn Andersson
2006-06-08cleanup, made osystem for .ini on different devices.Robert Göffringmann
2006-06-03Don't try to save settings on the Dreamcast, CD-ROM:s are read only...Marcus Comstedt
2006-04-21Return of void value is not valid for all platforms. Changed to call function...Lars Persson
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-15Always use base 0 in strtol when parsing integer command line options / confi...Max Horn
2006-04-15Properly init _activeDomain to 0Max Horn
2006-04-15- Replaced ConfigManager::_globalDomains by _appDomain (we don't support mult...Max Horn
2006-04-14Changed File::open to take a Common::String as file name parameterMax Horn
2006-04-04Small updates to intiate variable and member visibility.Lars Persson
2006-03-31Avoid using Map::mergeMax Horn
2006-03-28Get rid of Map::addKeyMax Horn
2006-03-28- Renamed Map::remove to Map::erase (matching the STL and HashMap)Max Horn
2006-03-28Renamed various container isEmpty() methods to empty() to match STL conventionsMax Horn
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