aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2010-01-04Implemented the same fix for tag2string() as in commit #44920, thereby fixing...Filippos Karapetis
2010-01-03Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is nullTorbjörn Andersson
2010-01-03Sort language list (and showing that Lure is really broken).Eugene Sandulenko
2009-12-31Add support for Chinese translated games.Eugene Sandulenko
2009-12-31Remove the getBeginOffset() hack from Common::SeekableReadStream and introduc...Matthew Hoops
2009-12-30Get rid of Common::String::emptyString, and also of some port specific hacker...Max Horn
2009-12-30Rename Common::Stream::readLine_NEW to readLineMax Horn
2009-12-30spellingMax Horn
2009-12-30remove bad hackery caused by n64 port and avoid polluting StdioStream using a...Fabio Battaglia
2009-12-30Add Nintendo 64 port to trunk.Fabio Battaglia
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-12-29Typo.Johannes Schickel
2009-12-28Spelling: Par*r*titionMax Horn
2009-12-27allowed list to be sorted with default comparatorVladimir Menshakov
2009-12-27Some more code format fixes.Johannes Schickel
2009-12-27more code convention fixesVladimir Menshakov
2009-12-27added whitespace to conform code conventionVladimir Menshakov
2009-12-27replaced bubble sort with quick sortVladimir Menshakov
2009-12-15Got rid of ReadStream::ioFailed()Max Horn
2009-12-09Slightly modified commit of patch #2911414 "MSVC: conversions warnings in com...Johannes Schickel
2009-12-07COMMON: Document class MemoryPool; make MemoryPool::_chunkSize constMax Horn
2009-12-07Applied patch from patch item #2909854 in order to fix compilation when langu...Filippos Karapetis
2009-11-29COMMON: Replace NORETURN by NORETURN_PRE & NORETURN_POSTMax Horn
2009-11-26Renamed common/console.* to common/textconsole.* to fix compilation under MSV...Filippos Karapetis
2009-11-24COMMON: Remove dependency on engines code (by using the inversion principle).Max Horn
2009-11-24typoMax Horn
2009-11-24Fix incorrectly placed doxygen comments; replace Common::ID2string by Common:...Max Horn
2009-11-23COMMON: Remove various variants of the md5_file / md5_file_string funcs; turn...Max Horn
2009-11-23PS2 & NDS: Remove ps2_fprintf and some useless typedefs and #defines; use fpu...Max Horn
2009-11-23Remove SCUMMVM_USE_LONG_INTMax Horn
2009-11-21Ooops...Johannes Schickel
2009-11-21Change Archive::listMatchingMembers to match the pattern case-insensitively.Johannes Schickel
2009-11-21Add comment why pattern is converted to lowercase in FSDirectory::listMatchin...Johannes Schickel
2009-11-10Move definition of stdint types to the only file that needs them (mpeg_player.h)Max Horn
2009-11-10Add some FIXME comments about defining types from stdint.h on our own.Johannes Schickel
2009-11-09added support for samsung tvPaweł Kołodziejski
2009-11-06Commit digitall's patch for bugs #2892510 and #2892510 with an additional com...Johannes Schickel
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-10-21Small formatting fixesJordi Vilalta Prat
2009-10-20cleanupMax Horn
2009-10-19Added operator== and != to Common::ArrayMax Horn
2009-10-18Introduced new type Common::DisposeAfterUse::FlagMax Horn
2009-10-15Give Gob1 CD-i its own platform.Matthew Hoops
2009-10-12Fix broken size in Common::String::printf output in MSVCWillem Jan Palenstijn
2009-10-08Change doxygen inline comments from "//!" to "///" as proposed on -develMax Horn
2009-10-08Introduce a new struct TimeDate, replacing struct tm in client code. May lead...Max Horn
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-10-04Reduce usage of Common::String::emptyStringMax Horn
2009-10-03Use buffer in Common::String::printf slightly more efficientlyWillem Jan Palenstijn