aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2008-03-14Started to get rid of Common::EncapsulatedADGameDesc (using plain Common::ADG...Max Horn
2008-03-14cleanupMax Horn
2008-03-14Advanced Detector: Changed fallback detector from a callback function pointer...Max Horn
2008-03-12Removed remaining traces of the dead MorphOS backend, which itself was remove...Max Horn
2008-03-11Added OSystem_SDL::getFilesystemFactory()Max Horn
2008-03-03the ps2 changes from the 0.11.1 release, plus some bugfixes and cleanup.Robert Göffringmann
2008-03-01Moved Dreamcast filesystem factory to platform directory.Marcus Comstedt
2008-02-27Added Array::resize() methodMax Horn
2008-02-27Added Array::resize() method, matching vector::resize() from the std C++ libMax Horn
2008-02-24Don't #include the FS factory implementations in common/system.cpp; rather, r...Max Horn
2008-02-24Fixed warning.Torbjörn Andersson
2008-02-23Replaced FilesystemFactory::makeFSFactory with a new method OSystem::getFiles...Max Horn
2008-02-23Renamed AbstractFilesystemFactory to FilesystemFactoryMax Horn
2008-02-22Some corrections to the SaveFileManager Doxygen commentsMax Horn
2008-02-20Fix code formatting and simplify code a little bitMax Horn
2008-02-17Tweaks to fmopl; same net effect overall, just faster.Robin Watts
2008-02-08Added a simple non-optimized StringTokenizer-class for tokenizing strings. Al...Kari Salminen
2008-02-07Fix bug preventing compilation in iterator code.Johannes Schickel
2008-02-03Made some advanced detector stuff internal (for now), as it is only used by A...Max Horn
2008-02-03Migration code for users updating to the 1.1.3 iPhone firmware, which has a d...Oystein Eftevaag
2008-02-02Moved AdvancedMetaEngine to namespace CommonMax Horn
2008-02-02Converted the remaining engines to use MetaEngineJordi Vilalta Prat
2008-02-02New MetaEngine class (work in progress to replace the current Engine plugin A...Max Horn
2008-02-01Moved enum PluginError from base/plugins.h to common/error.hMax Horn
2008-01-31Second part of patch #1880781: "BeOS port for scummvm"Eugene Sandulenko
2008-01-28- make Common::sort supporting a function object to compare two entries inste...Johannes Schickel
2008-01-28Removed unneeded copy constructor & assignment operator (the compiler will au...Max Horn
2008-01-28Forward declare HashMap::ConstIterator (this might fix compile errors with so...Max Horn
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-26Reworked FilesystemNode::lookupFile (fixing doxygen comment, making it possib...Max Horn
2008-01-23assert if hashmap iterator is out of bounds (e.g. happens when derefing end()Max Horn
2008-01-22Removed backends/intern.hMax Horn
2008-01-21replaced the unsafe tag2str implementation by a safe one, now that it seems t...Max Horn
2008-01-21Move tag2str() to common/Eugene Sandulenko
2008-01-18Use explicit path in #include statement (DS port specific)Max Horn
2008-01-13Fix warnings HashMap causes on some compilers (notably, GCC 3.x used for vari...Max Horn
2008-01-10BE -> AEMax Horn
2008-01-05Several warnings which have been disabled for MSVC are never thrown (at least...Filippos Karapetis
2008-01-05Grammar fix in comment for kFeatureAutoComputeDirtyRectsPaul Gilbert
2008-01-05Fixed comment that incorrectly reversed green and blue ordering for setPalett...Paul Gilbert
2008-01-03Don't allow implicit conversion from Common::String to Common::FilesystemNode.Johannes Schickel
2008-01-03Different zlib.h included paths for Symbian OS to differenciate between syste...Lars Persson
2007-12-31Add to AdvancedDetector possibility to use field 'extra' in ADGameDescriptionEugene Sandulenko
2007-12-30Clarify SaveFileManager::listSavefiles usageMax Horn
2007-12-29Added events for the middle mouse button - EVENT_MBUTTONDOWN and EVENT_MBUTTONUPPaul Gilbert
2007-12-28Added missing files from patch #1858158.Torbjörn Andersson
2007-12-28Patch #1858158: BUILD: Plugin building cleanupEugene Sandulenko
2007-12-28Patch #1859448: Add OSystem::getTimeAndDate APIEugene Sandulenko
2007-12-28Patch #1857121: Refactoring of the getSavePath methodEugene Sandulenko