aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
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
2007-12-28Fix hashmap.h properly (this is not a bug in GCC 4.0 etc., rather it's a bug ...Max Horn
2007-12-27same bug on arm-wince-gcc 4.1.0Kostas Nakos
2007-12-27Fix for bug #1858824 "AMIGAOS4: Build Process breaks due to regression".Johannes Schickel
2007-12-26Patch #1837119 (COMMON: Common::HashMap iterator rework) with workaroud for M...Max Horn
2007-12-23SaveFileManager::setError is an internal method; also, pass string to it by-r...Max Horn
2007-12-22Document that we expect recursive mutex locking behaviorMax Horn
2007-12-21Turn off an MSVC warning, thrown with some escape sequencesFilippos Karapetis
2007-12-20Fix compilation under MSVC9Filippos Karapetis
2007-12-20Do not #include time.h globally (ideally, we should provide a localtime clone...Max Horn
2007-12-09Only for ARM codeChris Apers
2007-12-07add Common::Rect::center (handy for ::setFocusRectangle())Gregory Montoir
2007-12-06reverted commit #29736 with a proper fix (I think) to fmopl codeGregory Montoir
2007-12-06Reverted commit #29733, as RandomSource() is called before g_system is initia...Filippos Karapetis
2007-12-06Do not use time() needlesslyMax Horn
2007-11-21remove _ADVANCED_DETECTOR_DEFINE_PLUGIN_HEADGregory Montoir
2007-11-17Added 'specialized' versions of set_to for char*, signed char* and unsigned c...Johannes Schickel
2007-11-13Slightly extended/clarified two OSystem doxygen commentsMax Horn
2007-11-13Initial commit of the iPhone/iPod Touch backendOystein Eftevaag