Age | Commit message (Expand) | Author |
2016-08-24 | JANITORIAL: Remove spaces at the end of the line | Alexander Tkachev |
2016-08-24 | CLOUD: Add Dropbox into CloudManager's configs | Alexander Tkachev |
2014-08-12 | COMMON: Use Common::String::clear instead of assigning "". | Johannes Schickel |
2014-08-07 | COMMON: Fix crash when quitting on "Game data not found" dialog | Torbjörn Andersson |
2014-08-07 | COMMON: Minor whitespace fix. | Torbjörn Andersson |
2014-02-18 | COMMON: Make GPL headers consistent in themselves. | Johannes Schickel |
2012-02-20 | COMMON: Move isFoo functions to namespace Common, add doxygen comments | Max Horn |
2012-02-15 | ALL: Avoid using is* macros from ctype.h | Max Horn |
2011-08-07 | COMMON: Make constants actually const. | Christoph Mallon |
2011-08-07 | COMMON: Remove superfluous Common:: qualifiers. | Christoph Mallon |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon |
2011-06-30 | ALL: Require DECLARE_SINGLETON to be used in the Common namepsace | Ori Avtalion |
2011-06-23 | ANALYSIS: Add static casts to is* functions | Littleboy |
2011-06-17 | COMMON: Make use of Common::parseBool | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-04-12 | COMMON: Fix usage of wrong variable when keymapper is active | Klaus Reimer |
2011-03-02 | COMMON: Remove newlines from debug() | dhewg |
2011-01-18 | COMMON: Some style fixes in config-manager.cpp. | Johannes Schickel |
2011-01-13 | COMMON: Some slight formatting fixes in config-manager.cpp. | Johannes Schickel |
2011-01-13 | CONFIGMANAGER: small changes to support old config files with no 'gameId' key... | Yotam Barnoy |
2010-12-29 | CONFIG-MGR: added ability to add other non-game domains | Yotam Barnoy |
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 |