Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-29 | Be paranoid about g_system being set | Max Horn | |
svn-id: r36131 | |||
2008-12-22 | Fixed indentation and removed whitespaces at the end of line | Jordi Vilalta Prat | |
svn-id: r35481 | |||
2008-09-03 | Changed some code to use the new Stream::readLine() method | Max Horn | |
svn-id: r34318 | |||
2008-09-03 | Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; ↵ | Max Horn | |
added a new alternate SeekableReadStream::readLine() instead svn-id: r34315 | |||
2008-08-27 | Removed various uses of scumm_stricmp by the more readable ↵ | Max Horn | |
String::equalsIgnoreCase and String:: compareToIgnoreCase svn-id: r34198 | |||
2008-07-29 | Changed class File (and derived classes) to only support read-only access; ↵ | Max Horn | |
added a new class DumpFile for writing svn-id: r33412 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-02-13 | made rtrim() and ltrim() global functions, to reduce code duplication (it ↵ | Gregory Montoir | |
seems parallaction/parser.cpp code re-use them too svn-id: r25564 | |||
2006-05-02 | Add support for reading/writing config files through saveGameManager and use ↵ | Travis Howell | |
for config files in HE games svn-id: r22273 | |||
2006-04-23 | Modified some error calls to explicitly name the function they occured in ↵ | Max Horn | |
(this helps debugging) svn-id: r22093 | |||
2006-04-14 | Changed File::open to take a Common::String as file name parameter | Max Horn | |
svn-id: r21867 | |||
2006-03-28 | Renamed various container isEmpty() methods to empty() to match STL conventions | Max Horn | |
svn-id: r21472 | |||
2006-03-07 | GUI widget positions: | Eugene Sandulenko | |
o Add 'true' and 'false' constants o add .visible widget property o allow dots to be part of section and key names in configs svn-id: r21123 | |||
2006-03-07 | o Properly react to end-of-file is loadFromStream() | Eugene Sandulenko | |
o Add types SectionList and SectionKeyList o Implement getKeys() method svn-id: r21114 | |||
2006-02-14 | Correct case of SPY Fox game titles | Travis Howell | |
svn-id: r20687 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20510 | |||
2006-01-21 | Clarified comment, cleanup | Max Horn | |
svn-id: r20111 | |||
2006-01-18 | Update copyright notice | Eugene Sandulenko | |
svn-id: r20088 | |||
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn | |
svn-id: r18444 | |||
2005-06-21 | Patches needed to build for SYMBIAN32 WINS/GCC added. | Lars Persson | |
Test built for Symbian and run on P910i without any major problems. Test built for MSVC6. Changed parts seems to compile ok but there are some problems with MSVC6 and some of the targets which the EPOC build does n't support (KYRA,SAGA). svn-id: r18430 | |||
2005-04-24 | Some C++ compilers don't support the 'not' keyword, it seems | Max Horn | |
svn-id: r17793 | |||
2005-04-24 | Add additional check for comments with (). | Travis Howell | |
Required for map.ini file included with mustard. svn-id: r17783 | |||
2005-04-24 | The last section of config file was not saved, when loading config file. | Travis Howell | |
Fix all string compares. svn-id: r17781 | |||
2005-04-23 | Implement some missing methods | Max Horn | |
svn-id: r17780 | |||
2005-04-23 | Added new ConfigFile class. It is not yet used anywhere. ConfigManager will ↵ | Max Horn | |
be rewritten around this class. Note that it is not final yet and may be revised in many ways. svn-id: r17773 | |||
2003-10-08 | new config manager. not everything is completed, and some things will still ↵ | Max Horn | |
be changed, but it seems to work well enough to put it into CVS svn-id: r10687 | |||
2003-10-05 | cleaned up iterator code in Map | Max Horn | |
svn-id: r10608 | |||
2003-10-02 | renamed namespace ScummVM to Common | Max Horn | |
svn-id: r10544 | |||
2003-09-18 | moved engine.* to base; this fixes some linking issues when building a ↵ | Max Horn | |
barebone ScummVM (or maybe I just want to increase our CVS stats? <g>) svn-id: r10287 | |||
2003-08-01 | #include cleanup (explicityl specify the location for headers from common/, ↵ | Max Horn | |
so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level) svn-id: r9359 | |||
2003-05-21 | fixed ltrim/rtrim | Max Horn | |
svn-id: r7788 | |||
2003-03-06 | updated copyrights headers | Paweł Kołodziejski | |
svn-id: r6726 | |||
2003-03-06 | next pedantic cleanup code | Paweł Kołodziejski | |
svn-id: r6714 | |||
2002-11-21 | enhanced Config::rename_domain; added the ability to change the domain name ↵ | Max Horn | |
in EditGameDialog svn-id: r5673 | |||
2002-11-21 | cleanup | Max Horn | |
svn-id: r5669 | |||
2002-11-21 | consistently ignore case of the domain name | Max Horn | |
svn-id: r5650 | |||
2002-11-13 | cleaned up Config::get_domain; fixed sorting in launcher | Max Horn | |
svn-id: r5541 | |||
2002-10-28 | Add support for aliased scummvm config entries. | James Brown | |
Eg: [germandott] path=/games/german/dott gameid=tentacle description=the german version of DOTT I havn't finished the Launcher changes to show aliased entries yet, as I need to parse the whole domainmap to do so. svn-id: r5341 | |||
2002-10-08 | fix for bug #620361 | Max Horn | |
svn-id: r5113 | |||
2002-10-08 | added methods to String class that convert a string to upper/lower case; ↵ | Max Horn | |
changed config class to keep all domains as lower case (fixes bug #scummvm) svn-id: r5104 | |||
2002-09-29 | added Config::has_domain() | Max Horn | |
svn-id: r5045 | |||
2002-09-08 | rewrote config class; cleanup; code restructuring | Max Horn | |
svn-id: r4903 | |||
2002-08-31 | fixed compilation on Mac OS X; some cleanup; moved header file ↵ | Max Horn | |
scumm/smusH/rect.h to common/rect.h svn-id: r4877 | |||
2002-08-21 | Initial revision | Max Horn | |
svn-id: r4785 |