Age | Commit message (Expand) | Author |
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 |
2007-10-28 | Patch v5.2 from #1752243: "backends lib patches" | Eugene Sandulenko |
2007-10-16 | Committing the set of patches #1814434, thanks to jvprat. They improve the do... | David Corrales |
2007-10-16 | Make the exists() method take into account default directories. This makes th... | David Corrales |
2007-10-13 | Added extra includes for the DS port now that stdafx.h is no longer included | Neil Millstone |
2007-10-04 | Patch #1805208: move matchString to Common::Util | Max Horn |
2007-10-03 | Provide dummy remove() function for DC... | Marcus Comstedt |
2007-09-24 | Adds Common::set_to which sets elements from the range [first, last) to value. | Johannes Schickel |
2007-09-23 | Fixed comment for grabPalette. | Johannes Schickel |
2007-09-23 | Moved MemoryStreamEndian from Saga to Common. | Eugene Sandulenko |
2007-09-21 | Rename file removal functions, to avoid conflicts. Add save game path, when r... | Travis Howell |
2007-09-19 | Modified patch #1738058: "Action recorder". | Eugene Sandulenko |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-09-18 | More comment fixing :P | Sven Hesse |
2007-09-18 | Fixed a typo. (Thanks to our Doctor for spotting it) | Johannes Schickel |
2007-09-18 | Clarified the FIXME in Common::File::exists a bit. | Johannes Schickel |
2007-09-18 | Fixes Common::File::exists. Please see the added FIXME comment about the real... | Johannes Schickel |
2007-09-18 | Fix linker issues when doing a plugin build, and (hopefully) also on Windows | Max Horn |