Age | Commit message (Expand) | Author |
2008-02-03 | Made some advanced detector stuff internal (for now), as it is only used by A... | Max Horn |
2008-02-03 | Migration code for users updating to the 1.1.3 iPhone firmware, which has a d... | Oystein Eftevaag |
2008-02-02 | Moved AdvancedMetaEngine to namespace Common | Max Horn |
2008-02-02 | Converted the remaining engines to use MetaEngine | Jordi Vilalta Prat |
2008-02-02 | New MetaEngine class (work in progress to replace the current Engine plugin A... | Max Horn |
2008-02-01 | Moved enum PluginError from base/plugins.h to common/error.h | Max Horn |
2008-01-31 | Second 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-28 | Removed unneeded copy constructor & assignment operator (the compiler will au... | Max Horn |
2008-01-28 | Forward declare HashMap::ConstIterator (this might fix compile errors with so... | Max Horn |
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2008-01-26 | Reworked FilesystemNode::lookupFile (fixing doxygen comment, making it possib... | Max Horn |
2008-01-23 | assert if hashmap iterator is out of bounds (e.g. happens when derefing end() | Max Horn |
2008-01-22 | Removed backends/intern.h | Max Horn |
2008-01-21 | replaced the unsafe tag2str implementation by a safe one, now that it seems t... | Max Horn |
2008-01-21 | Move tag2str() to common/ | Eugene Sandulenko |
2008-01-18 | Use explicit path in #include statement (DS port specific) | Max Horn |
2008-01-13 | Fix warnings HashMap causes on some compilers (notably, GCC 3.x used for vari... | Max Horn |
2008-01-10 | BE -> AE | Max Horn |
2008-01-05 | Several warnings which have been disabled for MSVC are never thrown (at least... | Filippos Karapetis |
2008-01-05 | Grammar fix in comment for kFeatureAutoComputeDirtyRects | Paul Gilbert |
2008-01-05 | Fixed comment that incorrectly reversed green and blue ordering for setPalett... | Paul Gilbert |
2008-01-03 | Don't allow implicit conversion from Common::String to Common::FilesystemNode. | Johannes Schickel |
2008-01-03 | Different zlib.h included paths for Symbian OS to differenciate between syste... | Lars Persson |
2007-12-31 | Add to AdvancedDetector possibility to use field 'extra' in ADGameDescription | Eugene Sandulenko |
2007-12-30 | Clarify SaveFileManager::listSavefiles usage | Max Horn |
2007-12-29 | Added events for the middle mouse button - EVENT_MBUTTONDOWN and EVENT_MBUTTONUP | Paul Gilbert |
2007-12-28 | Added missing files from patch #1858158. | Torbjörn Andersson |
2007-12-28 | Patch #1858158: BUILD: Plugin building cleanup | Eugene Sandulenko |
2007-12-28 | Patch #1859448: Add OSystem::getTimeAndDate API | Eugene Sandulenko |
2007-12-28 | Patch #1857121: Refactoring of the getSavePath method | Eugene Sandulenko |
2007-12-28 | Fix hashmap.h properly (this is not a bug in GCC 4.0 etc., rather it's a bug ... | Max Horn |
2007-12-27 | same bug on arm-wince-gcc 4.1.0 | Kostas Nakos |
2007-12-27 | Fix for bug #1858824 "AMIGAOS4: Build Process breaks due to regression". | Johannes Schickel |
2007-12-26 | Patch #1837119 (COMMON: Common::HashMap iterator rework) with workaroud for M... | Max Horn |
2007-12-23 | SaveFileManager::setError is an internal method; also, pass string to it by-r... | Max Horn |
2007-12-22 | Document that we expect recursive mutex locking behavior | Max Horn |
2007-12-21 | Turn off an MSVC warning, thrown with some escape sequences | Filippos Karapetis |
2007-12-20 | Fix compilation under MSVC9 | Filippos Karapetis |
2007-12-20 | Do not #include time.h globally (ideally, we should provide a localtime clone... | Max Horn |
2007-12-09 | Only for ARM code | Chris Apers |
2007-12-07 | add Common::Rect::center (handy for ::setFocusRectangle()) | Gregory Montoir |
2007-12-06 | reverted commit #29736 with a proper fix (I think) to fmopl code | Gregory Montoir |
2007-12-06 | Reverted commit #29733, as RandomSource() is called before g_system is initia... | Filippos Karapetis |
2007-12-06 | Do not use time() needlessly | Max Horn |
2007-11-21 | remove _ADVANCED_DETECTOR_DEFINE_PLUGIN_HEAD | Gregory Montoir |
2007-11-17 | Added 'specialized' versions of set_to for char*, signed char* and unsigned c... | Johannes Schickel |
2007-11-13 | Slightly extended/clarified two OSystem doxygen comments | Max Horn |
2007-11-13 | Initial commit of the iPhone/iPod Touch backend | Oystein Eftevaag |