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-file.cpp
Age
Commit message (
Expand
)
Author
2009-01-29
Be paranoid about g_system being set
Max Horn
2008-12-22
Fixed indentation and removed whitespaces at the end of line
Jordi Vilalta Prat
2008-09-03
Changed some code to use the new Stream::readLine() method
Max Horn
2008-09-03
Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; add...
Max Horn
2008-08-27
Removed various uses of scumm_stricmp by the more readable String::equalsIgno...
Max Horn
2008-07-29
Changed class File (and derived classes) to only support read-only access; ad...
Max Horn
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-02-13
made rtrim() and ltrim() global functions, to reduce code duplication (it see...
Gregory Montoir
2006-05-02
Add support for reading/writing config files through saveGameManager and use ...
Travis Howell
2006-04-23
Modified some error calls to explicitly name the function they occured in (th...
Max Horn
2006-04-14
Changed File::open to take a Common::String as file name parameter
Max Horn
2006-03-28
Renamed various container isEmpty() methods to empty() to match STL conventions
Max Horn
2006-03-07
GUI widget positions:
Eugene Sandulenko
2006-03-07
o Properly react to end-of-file is loadFromStream()
Eugene Sandulenko
2006-02-14
Correct case of SPY Fox game titles
Travis Howell
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
2005-10-18
Update FSF address. Eek. Actually that took place on May 1, 2005
Eugene Sandulenko
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-04-24
Some C++ compilers don't support the 'not' keyword, it seems
Max Horn
2005-04-24
Add additional check for comments with ().
Travis Howell
2005-04-24
The last section of config file was not saved, when loading config file.
Travis Howell
2005-04-23
Implement some missing methods
Max Horn
2005-04-23
Added new ConfigFile class. It is not yet used anywhere. ConfigManager will b...
Max Horn
2003-10-08
new config manager. not everything is completed, and some things will still b...
Max Horn
2003-10-05
cleaned up iterator code in Map
Max Horn
2003-10-02
renamed namespace ScummVM to Common
Max Horn
2003-09-18
moved engine.* to base; this fixes some linking issues when building a barebo...
Max Horn
2003-08-01
#include cleanup (explicityl specify the location for headers from common/, s...
Max Horn
2003-05-21
fixed ltrim/rtrim
Max Horn
2003-03-06
updated copyrights headers
Paweł Kołodziejski
2003-03-06
next pedantic cleanup code
Paweł Kołodziejski
2002-11-21
enhanced Config::rename_domain; added the ability to change the domain name i...
Max Horn
2002-11-21
cleanup
Max Horn
2002-11-21
consistently ignore case of the domain name
Max Horn
2002-11-13
cleaned up Config::get_domain; fixed sorting in launcher
Max Horn
2002-10-28
Add support for aliased scummvm config entries.
James Brown
2002-10-08
fix for bug #620361
Max Horn
2002-10-08
added methods to String class that convert a string to upper/lower case; chan...
Max Horn
2002-09-29
added Config::has_domain()
Max Horn
2002-09-08
rewrote config class; cleanup; code restructuring
Max Horn
2002-08-31
fixed compilation on Mac OS X; some cleanup; moved header file scumm/smusH/re...
Max Horn
2002-08-21
Initial revision
Max Horn