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
2007-03-17
fixed MSVC compiler warning because winnt.h defines its own ARRAYSIZE #define
Robert Göffringmann
2007-03-09
reduced dependency from windows-specific header files
Nicola Mettifogo
2007-03-08
Changed ConfigManager to use class File instead of std C I/O to write the con...
Max Horn
2007-02-13
made rtrim() and ltrim() global functions, to reduce code duplication (it see...
Gregory Montoir
2006-10-06
Patch #1432376: "Very basic GP2X Backend"
Eugene Sandulenko
2006-08-04
Fixed some broken #include's (the PS2 and Symbian may need more fixed, though)
Max Horn
2006-07-10
Add cyx's patch for #1497725 - GUI: trying to enter empty CD drive
Travis Howell
2006-07-10
Change default config file location to 'Application Data\ScummVM' directory o...
Travis Howell
2006-07-08
Fixed typo in comment.
Torbjörn Andersson
2006-06-08
cleanup, made osystem for .ini on different devices.
Robert Göffringmann
2006-06-03
Don't try to save settings on the Dreamcast, CD-ROM:s are read only...
Marcus Comstedt
2006-04-21
Return of void value is not valid for all platforms. Changed to call function...
Lars Persson
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
Always use base 0 in strtol when parsing integer command line options / confi...
Max Horn
2006-04-15
Properly init _activeDomain to 0
Max Horn
2006-04-15
- Replaced ConfigManager::_globalDomains by _appDomain (we don't support mult...
Max Horn
2006-04-14
Changed File::open to take a Common::String as file name parameter
Max Horn
2006-04-04
Small updates to intiate variable and member visibility.
Lars Persson
2006-03-31
Avoid using Map::merge
Max Horn
2006-03-28
Get rid of Map::addKey
Max Horn
2006-03-28
- Renamed Map::remove to Map::erase (matching the STL and HashMap)
Max Horn
2006-03-28
Renamed various container isEmpty() methods to empty() to match STL conventions
Max Horn
2006-02-12
'Changed Symbian configuration handling so it is using the basepath of the ap...
Lars Persson
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
[next]