aboutsummaryrefslogtreecommitdiff
path: root/common/config-file.cpp
AgeCommit message (Expand)Author
2011-06-23ANALYSIS: Add static casts to is* functionsLittleboy
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2010-12-11COMMON: Handle C++-style comments in config filesAlyssa Milburn
2010-06-15Fix spelling, cleanupMax Horn
2009-12-30Update comments to reflect the changes used for Mohawk.Matthew Hoops
2009-12-29Add Mohawk engine code. Part 2/3: common code changes.Eugene Sandulenko
2009-05-19COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate...Max Horn
2009-01-29Be paranoid about g_system being setMax Horn
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-09-03Changed some code to use the new Stream::readLine() methodMax Horn
2008-09-03Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; add...Max Horn
2008-08-27Removed various uses of scumm_stricmp by the more readable String::equalsIgno...Max Horn
2008-07-29Changed class File (and derived classes) to only support read-only access; ad...Max Horn
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-02-13made rtrim() and ltrim() global functions, to reduce code duplication (it see...Gregory Montoir
2006-05-02Add support for reading/writing config files through saveGameManager and use ...Travis Howell
2006-04-23Modified some error calls to explicitly name the function they occured in (th...Max Horn
2006-04-14Changed File::open to take a Common::String as file name parameterMax Horn
2006-03-28Renamed various container isEmpty() methods to empty() to match STL conventionsMax Horn
2006-03-07GUI widget positions:Eugene Sandulenko
2006-03-07o Properly react to end-of-file is loadFromStream()Eugene Sandulenko
2006-02-14Correct case of SPY Fox game titlesTravis Howell
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-21Clarified comment, cleanupMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-06-21Patches needed to build for SYMBIAN32 WINS/GCC added.Lars Persson
2005-04-24Some C++ compilers don't support the 'not' keyword, it seemsMax Horn
2005-04-24Add additional check for comments with ().Travis Howell
2005-04-24The last section of config file was not saved, when loading config file.Travis Howell
2005-04-23Implement some missing methodsMax Horn
2005-04-23Added new ConfigFile class. It is not yet used anywhere. ConfigManager will b...Max Horn
2003-10-08new config manager. not everything is completed, and some things will still b...Max Horn
2003-10-05cleaned up iterator code in MapMax Horn
2003-10-02renamed namespace ScummVM to CommonMax Horn
2003-09-18moved 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-21fixed ltrim/rtrimMax Horn
2003-03-06updated copyrights headersPaweł Kołodziejski
2003-03-06next pedantic cleanup codePaweł Kołodziejski
2002-11-21enhanced Config::rename_domain; added the ability to change the domain name i...Max Horn
2002-11-21cleanupMax Horn
2002-11-21consistently ignore case of the domain nameMax Horn
2002-11-13cleaned up Config::get_domain; fixed sorting in launcherMax Horn
2002-10-28Add support for aliased scummvm config entries.James Brown
2002-10-08fix for bug #620361Max Horn