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.cpp
Age
Commit message (
Expand
)
Author
2004-02-07
Add -c/--config option to specific alternate configuration file. Sorry Max, b...
James Brown
2004-02-05
renamed (Const)Iterator to (const_)iterator; changed size() to return an uint
Max Horn
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-08
cleanup whitespaces
Paweł Kołodziejski
2003-11-07
fixed ConfigManager getInt/getBool
Max Horn
2003-11-07
change behaviour of ConfigManager::get once again -> now we *do* fall back to...
Max Horn
2003-11-07
spelling fixes
Jonathan Gray
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-03
stdafx.h needs to be included first.
Marcus Comstedt
2003-11-01
fix potential crash
Max Horn
2003-10-10
modified version of patch #821018; fix for bug #821083
Max Horn
2003-10-09
fix ConfMan.set when dom is empty; added some asserts (paranoia)
Max Horn
2003-10-08
new config manager. not everything is completed, and some things will still b...
Max Horn