index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
config-manager.h
Age
Commit message (
Expand
)
Author
2018-04-15
JANITORIAL: Fix whitespace
Adrian Frühwirth
2016-08-24
CLOUD: Add Dropbox into CloudManager's configs
Alexander Tkachev
2014-02-18
COMMON: Make GPL headers consistent in themselves.
Johannes Schickel
2013-08-13
COMMON: Add setVal to ConfigManager::Domain.
Johannes Schickel
2013-08-12
Merge pull request #377 from lordhoto/config-manager-cleanup
Johannes Schickel
2013-08-12
COMMON: Get rid of write version of ConfigManager::getGameDomains.
Johannes Schickel
2013-08-08
COMMON: Remove commented out include in config-manager.h.
Johannes Schickel
2013-08-08
COMMON: Rename ConfigFile to INIFile.
Johannes Schickel
2013-08-08
COMMON: Do not let ConfigManager::Domain inherit from StringMap.
Johannes Schickel
2013-01-26
JANITORIAL: Enforce "} // End of namespace" with a single space after }.
Johannes Schickel
2011-08-07
COMMON: Make constants actually const.
Christoph Mallon
2011-08-07
COMMON: Remove superfluous Common:: qualifiers.
Christoph Mallon
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2010-12-29
CONFIG-MGR: added ability to add other non-game domains
Yotam Barnoy
2010-11-15
CONFIGMAN: added defragmentation methods for one-plugin-at-a-time
Yotam Barnoy
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
2009-12-30
Get rid of Common::String::emptyString, and also of some port specific hacker...
Max Horn
2009-10-04
Reduce usage of Common::String::emptyString
Max Horn
2009-06-07
Added an experimental '--upgrade-targets' option (to be refined; and possibly...
Max Horn
2009-05-10
Store global keymaps into a separate section
Eugene Sandulenko
2008-08-03
New OSystem API for loading/storing default 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-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
[next]