Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-04 | Implemented the same fix for tag2string() as in commit #44920, thereby ↵ | Filippos Karapetis | |
fixing an assert in MSVC with the QT player when playing Myst. The parameter passed to isprint() should always be unsigned svn-id: r46989 | |||
2010-01-03 | Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null | Torbjörn Andersson | |
before freeing it, which isn't necessary. svn-id: r46941 | |||
2010-01-03 | Sort language list (and showing that Lure is really broken). | Eugene Sandulenko | |
svn-id: r46932 | |||
2009-12-31 | Add support for Chinese translated games. | Eugene Sandulenko | |
svn-id: r46805 | |||
2009-12-31 | Remove the getBeginOffset() hack from Common::SeekableReadStream and ↵ | Matthew Hoops | |
introduce QTPlayer::setChunkBeginOffset() to allow specifying what offset to use. svn-id: r46786 | |||
2009-12-30 | Get rid of Common::String::emptyString, and also of some port specific ↵ | Max Horn | |
hackery (getting rid of certain global C++ objs) svn-id: r46781 | |||
2009-12-30 | Rename Common::Stream::readLine_NEW to readLine | Max Horn | |
svn-id: r46779 | |||
2009-12-30 | spelling | Max Horn | |
svn-id: r46778 | |||
2009-12-30 | remove bad hackery caused by n64 port and avoid polluting StdioStream using ↵ | Fabio Battaglia | |
a custom Stream subclass svn-id: r46777 | |||
2009-12-30 | Add Nintendo 64 port to trunk. | Fabio Battaglia | |
svn-id: r46773 | |||
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-12-29 | Typo. | Johannes Schickel | |
svn-id: r46717 | |||
2009-12-28 | Spelling: Par*r*tition | Max Horn | |
svn-id: r46688 | |||
2009-12-27 | allowed list to be sorted with default comparator | Vladimir Menshakov | |
svn-id: r46644 | |||
2009-12-27 | Some more code format fixes. | Johannes Schickel | |
svn-id: r46641 | |||
2009-12-27 | more code convention fixes | Vladimir Menshakov | |
svn-id: r46640 | |||
2009-12-27 | added whitespace to conform code convention | Vladimir Menshakov | |
svn-id: r46639 | |||
2009-12-27 | replaced bubble sort with quick sort | Vladimir Menshakov | |
added distance(a, b) functions svn-id: r46638 | |||
2009-12-15 | Got rid of ReadStream::ioFailed() | Max Horn | |
svn-id: r46379 | |||
2009-12-09 | Slightly modified commit of patch #2911414 "MSVC: conversions warnings in ↵ | Johannes Schickel | |
common code". svn-id: r46308 | |||
2009-12-07 | COMMON: Document class MemoryPool; make MemoryPool::_chunkSize const | Max Horn | |
svn-id: r46282 | |||
2009-12-07 | Applied patch from patch item #2909854 in order to fix compilation when ↵ | Filippos Karapetis | |
language extensions are disabled in MSVC svn-id: r46273 | |||
2009-11-29 | COMMON: Replace NORETURN by NORETURN_PRE & NORETURN_POST | Max Horn | |
svn-id: r46205 | |||
2009-11-26 | Renamed common/console.* to common/textconsole.* to fix compilation under ↵ | Filippos Karapetis | |
MSVC again (broken with commit #46130). MSVC places all object files for each engine in the same folder (even if they're in subfolders), which resulted in clashing between gui/console.* and common/console.*. There's no easy way around this, other than turning the resulting MSVC files into a big mess, so a simple file rename is more feasible svn-id: r46151 | |||
2009-11-24 | COMMON: Remove dependency on engines code (by using the inversion principle). | Max Horn | |
svn-id: r46130 | |||
2009-11-24 | typo | Max Horn | |
svn-id: r46129 | |||
2009-11-24 | Fix incorrectly placed doxygen comments; replace Common::ID2string by ↵ | Max Horn | |
Common::tag2string svn-id: r46127 | |||
2009-11-23 | COMMON: Remove various variants of the md5_file / md5_file_string funcs; ↵ | Max Horn | |
turned the (disabled) MD5 test code into a working unit test svn-id: r46108 | |||
2009-11-23 | PS2 & NDS: Remove ps2_fprintf and some useless typedefs and #defines; use ↵ | Max Horn | |
fputs instead of fprintf svn-id: r46107 | |||
2009-11-23 | Remove SCUMMVM_USE_LONG_INT | Max Horn | |
svn-id: r46103 | |||
2009-11-21 | Ooops... | Johannes Schickel | |
svn-id: r46048 | |||
2009-11-21 | Change Archive::listMatchingMembers to match the pattern case-insensitively. | Johannes Schickel | |
svn-id: r46046 | |||
2009-11-21 | Add comment why pattern is converted to lowercase in ↵ | Johannes Schickel | |
FSDirectory::listMatchingMembers. svn-id: r46045 | |||
2009-11-10 | Move definition of stdint types to the only file that needs them (mpeg_player.h) | Max Horn | |
svn-id: r45820 | |||
2009-11-10 | Add some FIXME comments about defining types from stdint.h on our own. | Johannes Schickel | |
svn-id: r45816 | |||
2009-11-09 | added support for samsung tv | Paweł Kołodziejski | |
svn-id: r45777 | |||
2009-11-06 | Commit digitall's patch for bugs #2892510 and #2892510 with an additional ↵ | Johannes Schickel | |
comment. svn-id: r45697 | |||
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn | |
svn-id: r45616 | |||
2009-10-21 | Small formatting fixes | Jordi Vilalta Prat | |
svn-id: r45299 | |||
2009-10-20 | cleanup | Max Horn | |
svn-id: r45286 | |||
2009-10-19 | Added operator== and != to Common::Array | Max Horn | |
svn-id: r45247 | |||
2009-10-18 | Introduced new type Common::DisposeAfterUse::Flag | Max Horn | |
svn-id: r45233 | |||
2009-10-15 | Give Gob1 CD-i its own platform. | Matthew Hoops | |
svn-id: r45135 | |||
2009-10-12 | Fix broken size in Common::String::printf output in MSVC | Willem Jan Palenstijn | |
svn-id: r44979 | |||
2009-10-08 | Change doxygen inline comments from "//!" to "///" as proposed on -devel | Max Horn | |
svn-id: r44802 | |||
2009-10-08 | Introduce a new struct TimeDate, replacing struct tm in client code. May ↵ | Max Horn | |
lead to compilation issues in ports, which should be trivial to fix, though svn-id: r44793 | |||
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for ↵ | Max Horn | |
consistency svn-id: r44634 | |||
2009-10-04 | Reduce usage of Common::String::emptyString | Max Horn | |
svn-id: r44603 | |||
2009-10-03 | Use buffer in Common::String::printf slightly more efficiently | Willem Jan Palenstijn | |
svn-id: r44562 |