Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-15 | ALL: Avoid using is* macros from ctype.h | Max Horn | |
On some systems, passing signed chars to macros like isspace() etc. lead to a runtime error. Hence, mark these macros as forbidden by default, and introduce otherwise equivalent alternatives for them. | |||
2011-10-07 | COMMON: Unbreak ConfigFile::renameSection. | Johannes Schickel | |
It will still not work when the new section name is already taken, but at at least when it is not taken it should work now. | |||
2011-10-07 | COMMON: Remove unused code in config-file.cpp. | Johannes Schickel | |
2011-08-07 | COMMON: Remove superfluous Common:: qualifiers. | Christoph Mallon | |
2011-06-23 | ANALYSIS: Add static casts to is* functions | Littleboy | |
This fixes a potential problem with passing char values that would be sign-extended and yield unexpected results. See http://msdn.microsoft.com/en-us/library/ms245348.aspx | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2010-12-11 | COMMON: Handle C++-style comments in config files | Alyssa Milburn | |
svn-id: r54868 | |||
2010-06-15 | Fix spelling, cleanup | Max Horn | |
svn-id: r49843 | |||
2009-12-30 | Update comments to reflect the changes used for Mohawk. | Matthew Hoops | |
svn-id: r46746 | |||
2009-12-29 | Add Mohawk engine code. Part 2/3: common code changes. | Eugene Sandulenko | |
svn-id: r46728 | |||
2009-05-19 | COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are ↵ | Max Horn | |
deprecated; however, retained ioFailed in SeekableReadStream and File for now (so for now this mainly affects WriteStream subclasses) svn-id: r40725 | |||
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 |