Age | Commit message (Expand) | Author |
2008-03-03 | the ps2 changes from the 0.11.1 release, plus some bugfixes and cleanup. | Robert Göffringmann |
2008-03-01 | Moved Dreamcast filesystem factory to platform directory. | Marcus Comstedt |
2008-02-27 | Added Array::resize() method | Max Horn |
2008-02-27 | Added Array::resize() method, matching vector::resize() from the std C++ lib | Max Horn |
2008-02-24 | Don't #include the FS factory implementations in common/system.cpp; rather, r... | Max Horn |
2008-02-24 | Fixed warning. | Torbjörn Andersson |
2008-02-23 | Replaced FilesystemFactory::makeFSFactory with a new method OSystem::getFiles... | Max Horn |
2008-02-23 | Renamed AbstractFilesystemFactory to FilesystemFactory | Max Horn |
2008-02-22 | Some corrections to the SaveFileManager Doxygen comments | Max Horn |
2008-02-20 | Fix code formatting and simplify code a little bit | Max Horn |
2008-02-17 | Tweaks to fmopl; same net effect overall, just faster. | Robin Watts |
2008-02-08 | Added a simple non-optimized StringTokenizer-class for tokenizing strings. Al... | Kari Salminen |
2008-02-07 | Fix bug preventing compilation in iterator code. | Johannes Schickel |
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 |