Age | Commit message (Expand) | Author |
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 |
2007-11-11 | Cleanup. | Johannes Schickel |
2007-11-11 | Committed patch #1829748 "Fix for memory leaks in File::exists". | Johannes Schickel |
2007-11-06 | Patch #1825132: SAVEFILEMAN: renameSavefile implementation | Max Horn |
2007-11-03 | Patch #1825276: "DETECTION: advanced detector engine simplification" | Eugene Sandulenko |
2007-11-02 | Removed now obsolete workarounds | Max Horn |
2007-11-01 | Add Greek to the list of ScummVM supported languages, for FR #1723255 - "FOTA... | Filippos Karapetis |
2007-10-31 | Removed the Common::File::removeFile() methods, and moved their implementatio... | David Corrales |
2007-10-28 | work around ce's lack of posix errno | Kostas Nakos |
2007-10-28 | some source formatting fixes | Kostas Nakos |
2007-10-28 | Patch #1814831: "Unify the way to report unknown versions of games" | Eugene Sandulenko |