Age | Commit message (Expand) | Author |
2008-03-26 | Modified Patch #1925352: Memory leak fixes | Max Horn |
2008-03-22 | removed dead code | Max Horn |
2008-03-19 | Implement OSystem_PSP::getFilesystemFactory() and OSystemPSP::getTimeAndDate() | Joost Peters |
2008-03-15 | Got rid of EncapsulatedADGameDesc | Max Horn |
2008-03-14 | Started to get rid of Common::EncapsulatedADGameDesc (using plain Common::ADG... | Max Horn |
2008-03-14 | cleanup | Max Horn |
2008-03-14 | Advanced Detector: Changed fallback detector from a callback function pointer... | Max Horn |
2008-03-12 | Removed remaining traces of the dead MorphOS backend, which itself was remove... | Max Horn |
2008-03-11 | Added OSystem_SDL::getFilesystemFactory() | Max Horn |
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 |