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
2006-02-11
Change CVS keywords to SVN keywords
Max Horn
2006-01-21
Clarified comment, cleanup
Max Horn
2006-01-18
Update copyright notice
Eugene Sandulenko
2006-01-15
Leave as warning.
Travis Howell
2006-01-15
Update confusing warning.
Travis Howell
2005-11-27
Patch #1341626: "New GP32 port"
Eugene Sandulenko
2005-10-31
Fix another HOME buffer overflow attack vector
Max Horn
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-08-16
Added: PSP backend
Joost Peters
2005-07-30
Remove trailing whitespaces.
Eugene Sandulenko
2005-06-24
When including files from common/, explicitly use the common/ prefix
Max Horn
2005-06-21
Patches needed to build for SYMBIAN32 WINS/GCC added.
Lars Persson
2005-05-08
Comply to our coding conventions
Max Horn
2005-05-02
Don't assert that "domain" is valid. One of the cases where this function
Torbjörn Andersson
2005-04-22
Use class File instead of FILE (not finished)
Max Horn
2005-03-31
Playstation2 Port: initial import
Robert Göffringmann
2005-02-22
Verify domain names as they are passed into the config manager (better to cra...
Max Horn
2005-01-10
Remove some more header dependencies
Max Horn
2005-01-01
Updated copyright
Max Horn
2004-12-28
Fix running ScummVM in plugin-mode
Max Horn
2004-12-25
Make loading the config file explicit
Max Horn
2004-12-20
WinCE global domains are not needed anymore
Nicolas Bacca
2004-12-15
- Move MAXPATHLEN includes/defines into common location
Jonathan Gray
2004-12-05
cleanup
Max Horn
2004-09-28
Preserve the order of config file sections -> to suite people who manually ed...
Max Horn
2004-03-31
be tolerant against abuse of ConfMan.getInt(); add missing default value for ...
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-28
cleanup; extended config file format checking (partially from patch #896096)
Max Horn
2004-03-28
Changed printf() to debug() and removed newline at the end of some messages
Torbjörn Andersson
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
[prev]