aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2010-02-08Moved ArjFile to drascula.Nicola Mettifogo
2010-02-08Fix trunk after fscking up.Nicola Mettifogo
2010-02-08Made ArjFile use a new ArjArchive class.Nicola Mettifogo
2010-02-08Objectified CRC32 calculator.Nicola Mettifogo
2010-02-08Shuffled code around a bit.Nicola Mettifogo
2010-02-08Let ArjFile return a SeekableReadStream instead of implementingNicola Mettifogo
2010-01-31Slight formatting fixes to comply to our coding guidelines.Johannes Schickel
2010-01-30- Call the special debug channels "channels" consistently. (Formerly sometime...Johannes Schickel
2010-01-25Fix virtual-keyboard not changing size, when the user changes the scaler whil...Johannes Schickel
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-24Fix indentationJordi Vilalta Prat
2010-01-11Move Mac Binary resource loader to common class. Plug tons of memory leaks al...Eugene Sandulenko
2010-01-08Move DisposeAfterUse::Flag from Common to global namespace, and into a new he...Max Horn
2010-01-08Fix documentation for setMouseCursor's format paramenter.Johannes Schickel
2010-01-07- Adapt documentation, that keycolor in setMouseCursor may not exceed the max...Johannes Schickel
2010-01-07The default keycolor for mouse pointers used to be 255.Marcus Comstedt
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