aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2007-12-09Only for ARM codeChris Apers
2007-12-07add Common::Rect::center (handy for ::setFocusRectangle())Gregory Montoir
2007-12-06reverted commit #29736 with a proper fix (I think) to fmopl codeGregory Montoir
2007-12-06Reverted commit #29733, as RandomSource() is called before g_system is initia...Filippos Karapetis
2007-12-06Do not use time() needlesslyMax Horn
2007-11-21remove _ADVANCED_DETECTOR_DEFINE_PLUGIN_HEADGregory Montoir
2007-11-17Added 'specialized' versions of set_to for char*, signed char* and unsigned c...Johannes Schickel
2007-11-13Slightly extended/clarified two OSystem doxygen commentsMax Horn
2007-11-13Initial commit of the iPhone/iPod Touch backendOystein Eftevaag
2007-11-11Cleanup.Johannes Schickel
2007-11-11Committed patch #1829748 "Fix for memory leaks in File::exists".Johannes Schickel
2007-11-06Patch #1825132: SAVEFILEMAN: renameSavefile implementationMax Horn
2007-11-03Patch #1825276: "DETECTION: advanced detector engine simplification"Eugene Sandulenko
2007-11-02Removed now obsolete workaroundsMax Horn
2007-11-01Add Greek to the list of ScummVM supported languages, for FR #1723255 - "FOTA...Filippos Karapetis
2007-10-31Removed the Common::File::removeFile() methods, and moved their implementatio...David Corrales
2007-10-28work around ce's lack of posix errnoKostas Nakos
2007-10-28some source formatting fixesKostas Nakos
2007-10-28Patch #1814831: "Unify the way to report unknown versions of games"Eugene Sandulenko
2007-10-28Patch v5.2 from #1752243: "backends lib patches"Eugene Sandulenko
2007-10-16Committing the set of patches #1814434, thanks to jvprat. They improve the do...David Corrales
2007-10-16Make the exists() method take into account default directories. This makes th...David Corrales
2007-10-13Added extra includes for the DS port now that stdafx.h is no longer includedNeil Millstone
2007-10-04Patch #1805208: move matchString to Common::UtilMax Horn
2007-10-03Provide dummy remove() function for DC...Marcus Comstedt
2007-09-24Adds Common::set_to which sets elements from the range [first, last) to value.Johannes Schickel
2007-09-23Fixed comment for grabPalette.Johannes Schickel
2007-09-23Moved MemoryStreamEndian from Saga to Common.Eugene Sandulenko
2007-09-21Rename file removal functions, to avoid conflicts. Add save game path, when r...Travis Howell
2007-09-19Modified patch #1738058: "Action recorder".Eugene Sandulenko
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-18More comment fixing :PSven Hesse
2007-09-18Fixed a typo. (Thanks to our Doctor for spotting it)Johannes Schickel
2007-09-18Clarified the FIXME in Common::File::exists a bit.Johannes Schickel
2007-09-18Fixes Common::File::exists. Please see the added FIXME comment about the real...Johannes Schickel
2007-09-18Fix linker issues when doing a plugin build, and (hopefully) also on WindowsMax Horn
2007-09-18Must include stdafx.h before scummsys.hMax Horn
2007-09-18Fix some warningsMax Horn
2007-09-18Code formatting fixesMax Horn
2007-09-18Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break compil...Max Horn
2007-09-15- added PC-98 platform entryJohannes Schickel
2007-09-05Make debug level 11 magic. It turns on all special debug level messages.Eugene Sandulenko
2007-09-01Cleanup: remove obsolete code (PalmOS 68K version not supported anymore)Chris Apers
2007-08-18Merged some of the changes from the trunk patch back in to the GSoC fsnode br...David Corrales
2007-08-13Add possibility to serve engines with complex Engine class instantiationEugene Sandulenko
2007-08-11Changed OSystem (A)RGBToColor and colorTo(A)RGB methods to use ColorMasks tem...Max Horn
2007-08-05Merged fsnode with trunk: r27971:28460David Corrales
2007-08-01Initial commit of the new BaseFile implementation. It provides a common groun...David Corrales
2007-07-30Renamed some typedefs to avoid clashes with sky engineEugene Sandulenko
2007-07-29Add a removeSavefile() to the default savefile manager based on the new Commo...David Corrales