Age | Commit message (Expand) | Author |
2010-01-03 | Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null | Torbjörn Andersson |
2010-01-03 | Sort language list (and showing that Lure is really broken). | Eugene Sandulenko |
2009-12-31 | Add support for Chinese translated games. | Eugene Sandulenko |
2009-12-31 | Remove the getBeginOffset() hack from Common::SeekableReadStream and introduc... | Matthew Hoops |
2009-12-30 | Get rid of Common::String::emptyString, and also of some port specific hacker... | Max Horn |
2009-12-30 | Rename Common::Stream::readLine_NEW to readLine | Max Horn |
2009-12-30 | spelling | Max Horn |
2009-12-30 | remove bad hackery caused by n64 port and avoid polluting StdioStream using a... | Fabio Battaglia |
2009-12-30 | Add Nintendo 64 port to trunk. | Fabio Battaglia |
2009-12-30 | Update comments to reflect the changes used for Mohawk. | Matthew Hoops |
2009-12-29 | Add Mohawk engine code. Part 2/3: common code changes. | Eugene Sandulenko |
2009-12-29 | Typo. | Johannes Schickel |
2009-12-28 | Spelling: Par*r*tition | Max Horn |
2009-12-27 | allowed list to be sorted with default comparator | Vladimir Menshakov |
2009-12-27 | Some more code format fixes. | Johannes Schickel |
2009-12-27 | more code convention fixes | Vladimir Menshakov |
2009-12-27 | added whitespace to conform code convention | Vladimir Menshakov |
2009-12-27 | replaced bubble sort with quick sort | Vladimir Menshakov |
2009-12-15 | Got rid of ReadStream::ioFailed() | Max Horn |
2009-12-09 | Slightly modified commit of patch #2911414 "MSVC: conversions warnings in com... | Johannes Schickel |
2009-12-07 | COMMON: Document class MemoryPool; make MemoryPool::_chunkSize const | Max Horn |
2009-12-07 | Applied patch from patch item #2909854 in order to fix compilation when langu... | Filippos Karapetis |
2009-11-29 | COMMON: Replace NORETURN by NORETURN_PRE & NORETURN_POST | Max Horn |
2009-11-26 | Renamed common/console.* to common/textconsole.* to fix compilation under MSV... | Filippos Karapetis |
2009-11-24 | COMMON: Remove dependency on engines code (by using the inversion principle). | Max Horn |
2009-11-24 | typo | Max Horn |
2009-11-24 | Fix incorrectly placed doxygen comments; replace Common::ID2string by Common:... | Max Horn |
2009-11-23 | COMMON: Remove various variants of the md5_file / md5_file_string funcs; turn... | Max Horn |
2009-11-23 | PS2 & NDS: Remove ps2_fprintf and some useless typedefs and #defines; use fpu... | Max Horn |
2009-11-23 | Remove SCUMMVM_USE_LONG_INT | Max Horn |
2009-11-21 | Ooops... | Johannes Schickel |
2009-11-21 | Change Archive::listMatchingMembers to match the pattern case-insensitively. | Johannes Schickel |
2009-11-21 | Add comment why pattern is converted to lowercase in FSDirectory::listMatchin... | Johannes Schickel |
2009-11-10 | Move definition of stdint types to the only file that needs them (mpeg_player.h) | Max Horn |
2009-11-10 | Add some FIXME comments about defining types from stdint.h on our own. | Johannes Schickel |
2009-11-09 | added support for samsung tv | Paweł Kołodziejski |
2009-11-06 | Commit digitall's patch for bugs #2892510 and #2892510 with an additional com... | Johannes Schickel |
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn |
2009-10-21 | Small formatting fixes | Jordi Vilalta Prat |
2009-10-20 | cleanup | Max Horn |
2009-10-19 | Added operator== and != to Common::Array | Max Horn |
2009-10-18 | Introduced new type Common::DisposeAfterUse::Flag | Max Horn |
2009-10-15 | Give Gob1 CD-i its own platform. | Matthew Hoops |
2009-10-12 | Fix broken size in Common::String::printf output in MSVC | Willem Jan Palenstijn |
2009-10-08 | Change doxygen inline comments from "//!" to "///" as proposed on -devel | Max Horn |
2009-10-08 | Introduce a new struct TimeDate, replacing struct tm in client code. May lead... | Max Horn |
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for con... | Max Horn |
2009-10-04 | Reduce usage of Common::String::emptyString | Max Horn |
2009-10-03 | Use buffer in Common::String::printf slightly more efficiently | Willem Jan Palenstijn |
2009-10-03 | Fixed bug in archive.cpp that caused at least one engine (SAGA) not to work | Yotam Barnoy |