aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2010-03-13Fix our DECLARE_SINGLETON macro to conform to the C++ specs.Johannes Schickel
2010-02-28Add a comment to document my removal of stream delete in previous commitFabio Battaglia
2010-02-28do not delete the stream twice in makeZipArchive as it's already deleted by u...Fabio Battaglia
2010-02-23Update Common::KeyState commentsMax Horn
2010-02-21Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...Yotam Barnoy
2010-02-13cleanupMax Horn
2010-02-13Hide ZipArchive implementation, only expose it via factory functions: makeZip...Max Horn
2010-02-09Remove last traces of File::addDefaultDirectoryMax Horn
2010-02-09Merged _headers and _filemap.Nicola Mettifogo
2010-02-08Reduce header interdependenciesMax Horn
2010-02-08Introduce factory function makeArjArchive, hide ArjArchive class implementationMax Horn
2010-02-08Renamed ArjFile to ArchiveMan, and _arj to _archives.Nicola Mettifogo
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