Age | Commit message (Expand) | Author |
2010-11-16 | COMMON: Simplify DECLARE_SINGLETON macro | Max Horn |
2010-11-15 | CONFIGMAN: added defragmentation methods for one-plugin-at-a-time | Yotam Barnoy |
2010-11-01 | COMMON: Switch ConfigManager::setInt & ConfigManager::registerDefault to use ... | Max Horn |
2010-11-01 | COMMON: Change some (f)printf to debug calls; clenaup hashmap.h | Max Horn |
2010-08-23 | CONFIG: Always sort 'scummvm' and keymapper domains first | Max Horn |
2010-04-13 | Print message when creating new INI; don't rewrite it directly after reading. | Max Horn |
2010-03-29 | COMMON: Cleanup ConfigManager code | Max Horn |
2010-03-18 | COMMON: Move typedef StringList from str.h to new header str-array.h | Max Horn |
2010-03-13 | Fix our DECLARE_SINGLETON macro to conform to the C++ specs. | Johannes Schickel |
2009-12-30 | Get rid of Common::String::emptyString, and also of some port specific hacker... | Max Horn |
2009-05-19 | COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate... | Max Horn |
2009-05-10 | Store global keymaps into a separate section | Eugene Sandulenko |
2009-02-17 | typo | Willem Jan Palenstijn |
2009-01-29 | Be paranoid about g_system being set | Max Horn |
2009-01-23 | Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to creat... | Max Horn |
2008-12-22 | Fixed indentation and removed whitespaces at the end of line | Jordi Vilalta Prat |
2008-10-23 | Pushed down some header deps | Max Horn |
2008-10-02 | Renamed FilesystemNode -> FSNode | Max Horn |
2008-09-30 | Fixing ConfigManager::loadConfigFile | Max Horn |
2008-09-03 | Changed some code to use the new Stream::readLine() method | Max Horn |
2008-08-09 | If no default config file is present, just don't load it, instead of crashing | Max Horn |
2008-08-03 | New OSystem API for loading/storing default config file | Max Horn |
2008-08-02 | Fix for bug #1972625 'ALL: On-the-fly targets are written to the config file' | Max Horn |
2008-07-30 | Revert my accidental commit of the OSystem changes (oops) | Max Horn |
2008-07-30 | Simplified advanced detector file sys scanning code | Max Horn |
2008-07-29 | CONFIGMAN: Store domains in the order they were added | Max Horn |
2008-07-29 | Changed class File (and derived classes) to only support read-only access; ad... | Max Horn |
2008-07-20 | Fix for bug #1971499: ALL: config manager crashes when reading too long lines | Max Horn |
2008-04-14 | Removed Common::Array::contains() | Max Horn |
2008-02-03 | Migration code for users updating to the 1.1.3 iPhone firmware, which has a d... | Oystein Eftevaag |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2007-11-13 | Initial commit of the iPhone/iPod Touch backend | Oystein Eftevaag |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-05-27 | Reverted r26922. | Johannes Schickel |
2007-05-22 | Simpilified Singleton implementation and usage. | Johannes Schickel |
2007-03-17 | fixed MSVC compiler warning because winnt.h defines its own ARRAYSIZE #define | Robert Göffringmann |
2007-03-09 | reduced dependency from windows-specific header files | Nicola Mettifogo |
2007-03-08 | Changed ConfigManager to use class File instead of std C I/O to write the con... | Max Horn |
2007-02-13 | made rtrim() and ltrim() global functions, to reduce code duplication (it see... | Gregory Montoir |
2006-10-06 | Patch #1432376: "Very basic GP2X Backend" | Eugene Sandulenko |
2006-08-04 | Fixed some broken #include's (the PS2 and Symbian may need more fixed, though) | Max Horn |
2006-07-10 | Add cyx's patch for #1497725 - GUI: trying to enter empty CD drive | Travis Howell |
2006-07-10 | Change default config file location to 'Application Data\ScummVM' directory o... | Travis Howell |
2006-07-08 | Fixed typo in comment. | Torbjörn Andersson |
2006-06-08 | cleanup, made osystem for .ini on different devices. | Robert Göffringmann |
2006-06-03 | Don't try to save settings on the Dreamcast, CD-ROM:s are read only... | Marcus Comstedt |
2006-04-21 | Return of void value is not valid for all platforms. Changed to call function... | Lars Persson |
2006-04-16 | Fix for bug #1471383: Instead of overloading ConfigManager::set, we now have ... | Max Horn |
2006-04-16 | Fixed some breakage in the 'Add Game' code I recently introduced; added a FIX... | Max Horn |