aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2009-01-01Set/unified svn:keywords for all *.h and *.cpp filesMax Horn
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-27Turned FSNode into a ArchiveMember subclass; removed the now obsolete FSDirec...Max Horn
2008-12-27Moved addDirectory from SearchManager to SearchSet; changed several places fr...Max Horn
2008-12-27Clarify ZipArchive constructor usageMax Horn
2008-12-25Pushing down some header deps (on common/system.h, mostly)Max Horn
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-12-20Committed slightly modified version of my patch at bug tracker item #2309974 ...Johannes Schickel
2008-12-15cleanupMax Horn
2008-12-08Removed last traces of X11 backend.Johannes Schickel
2008-12-03Get rid of readLine_OLD for goodMax Horn
2008-11-23Turned on MSVC warning 4505 - "Unreferenced local function has been removed",...Filippos Karapetis
2008-11-23Re-enabled MSVC warning 4125 - "decimal digits terminates octal escape sequen...Filippos Karapetis
2008-11-21Removed FSNode::lookupFileMax Horn
2008-11-21Formatting / Cleanup.Johannes Schickel
2008-11-21refactor inconsistent calls to cacheDirectoryRecursiveWillem Jan Palenstijn
2008-11-21Added ArchiveMember::getDisplayName() method; changed ArchiveMember::getName(...Max Horn
2008-11-18Fixed documentation.Johannes Schickel
2008-11-15Saving some more bytes of binary size in the advanced detectorMax Horn
2008-11-15Little fix for my last commit.Johannes Schickel
2008-11-15Yet another buffer safetyness fix. (strcpy -> strncpy)Johannes Schickel
2008-11-15Paranoia: Add destination buffer size to Engine::errorString to help avoiding...Johannes Schickel
2008-11-14Committed my patch #2123680 "SDL: Backend transaction / rollback support".Johannes Schickel
2008-11-13Fixed compilation with DISABLE_TEXT_CONSOLE.Johannes Schickel
2008-11-13* got rid of CDECLMax Horn
2008-11-09Removed many unnecessary #includesMax Horn
2008-11-09Removed unused XML_GLOBAL_PROP functionality (saves some kilobytes)Max Horn
2008-11-07Reverted my earlier commit r34926.Nicola Mettifogo
2008-11-07Fixed leak when using SearchSet::add for an already existing name.Johannes Schickel
2008-11-07Fixed leaks in SearchMan. Default directories are now added with the 'autoFre...Nicola Mettifogo
2008-11-07Refactoring the Arj decoder code, phase 4 (done for now, TODO added for futur...Max Horn
2008-11-07Refactoring the Arj decoder code, phase 3 (fixing some more leaks, too)Max Horn
2008-11-07Refactoring the Arj decoder code, phase 2Max Horn
2008-11-07Refactoring the Arj decoder code, phase 1Max Horn
2008-11-06Merged SFMError into Common::Error, added some new error codes; revised some ...Max Horn
2008-11-06Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys...Max Horn
2008-11-06Got rid of OSystem::ARGBToColor and colorToARGBMax Horn
2008-11-06cleanupMax Horn
2008-11-06Simplified AdvancedMetaEngine::fallbackDetect usageMax Horn
2008-11-05Turned enum PluginError into Common::Error, which in the future is to be used...Max Horn
2008-11-04dead codeMax Horn
2008-11-04Improved ZipArchive to take arbitrary SeekableReadStream; also, the variant w...Max Horn
2008-11-03Committed my patch #2216641 "GRAPHICS: PixelFormat introduction".Johannes Schickel
2008-11-01Commit of patch #2207782 "ARCHIVE: New method 'getMember'".Johannes Schickel
2008-10-30Reset _chunksPerPage after MemoryPool::freeUnusedPages, to avoid enormous mem...Max Horn
2008-10-27Fix for bug #2198456 "FS: Cannot add a subfolder to a non-existing folder".Johannes Schickel
2008-10-23Pushed down some header depsMax Horn
2008-10-22Made constructor of SearchManager singleton privateMax Horn
2008-10-22Committed updated version of my patch #2184529 "SearchSet: Get rid of SharedP...Johannes Schickel
2008-10-22Removed File::addDefaultDirectoryRecursive, tweaked SearchMan API slightlyMax Horn