Age | Commit message (Expand) | Author |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-03-08 | Changed ConfigManager to use class File instead of std C I/O to write the con... | Max Horn |
2006-07-30 | Added explicit string equals/hash functors to a new header common/hash-str.h;... | Max Horn |
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 |
2006-04-15 | - Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ... | Max Horn |
2006-04-15 | - Replaced ConfigManager::_globalDomains by _appDomain (we don't support mult... | Max Horn |
2006-04-08 | Removed common/map.h with the Common::Map template class (it was a very bad i... | Max Horn |
2006-04-01 | Switch ConfigManager to use HashMap (seems to work fine over here, but an old... | Max Horn |
2006-03-31 | Updated ConfigFile/ConfigManager classes, that work with the updated Map clas... | Max Horn |
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn |
2006-01-18 | Update copyright notice | Eugene Sandulenko |
2005-11-27 | Patch #1341626: "New GP32 port" | Eugene Sandulenko |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-10-08 | PalmOS: | Chris Apers |
2005-09-03 | Change PalmOS ident and fix ARM bug using global initializers | Chris Apers |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-04-23 | Make StringMap class (with case insensitive keys) global | Max Horn |
2005-01-10 | Remove some more header dependencies | Max Horn |
2005-01-06 | Modify the singleton code once more to help overcome an issue with MSVC 7 (se... | Max Horn |
2005-01-01 | Changed the singleton code to allow for custom object factories; this allowed... | Max Horn |
2005-01-01 | Updated copyright | Max Horn |
2004-12-25 | Make loading the config file explicit | Max Horn |
2004-09-28 | Preserve the order of config file sections -> to suite people who manually ed... | Max Horn |
2004-09-28 | Remove unused symbol | Max Horn |
2004-04-09 | Renamed template class 'List' to 'Array', since that is really what it is (a ... | Max Horn |
2004-03-29 | Fixed a bad crash that occured when adding a new game target in the launcher | Max Horn |
2004-03-28 | Preserve comments in config files | Max Horn |
2004-03-21 | two TODOs | Max Horn |
2004-03-04 | add ConfigManager::getActiveDomain | Max Horn |
2004-02-07 | Add -c/--config option to specific alternate configuration file. Sorry Max, b... | James Brown |
2004-01-06 | updated copyright notice | Max Horn |
2003-11-11 | cleanup (merged the two base set() methods) | Max Horn |
2003-11-10 | fix for bug #833537 (Config manager saves "save_slot") | Max Horn |
2003-11-07 | fixed ConfigManager getInt/getBool | Max Horn |
2003-11-07 | typo, gnaw gnaw | Max Horn |
2003-11-07 | Use the new capabilities of class Map to make the ConfigManager case insensit... | Max Horn |
2003-11-05 | changed the way get(key,domain) works for global domains (instead of defaulti... | Max Horn |
2003-11-05 | added ConfigManager::removeKey | Max Horn |
2003-11-01 | cleanup | Max Horn |
2003-10-08 | new config manager. not everything is completed, and some things will still b... | Max Horn |