aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2009-01-30Removed default implementations of OSystem::getOverlayHeight() and getOverlay...Max Horn
2009-01-30Document OSystem::copyRectToOverlay params more explicitly (esp. the pitch pa...Max Horn
2009-01-30do not include common/debug.h from common/util.hMax Horn
2009-01-30Renamed SpecialDebugLevel to DebugChannelMax Horn
2009-01-30Switched special debug levels to using a hashmap internallyMax Horn
2009-01-30Some more 'special debug levels' tweaksMax Horn
2009-01-30Some work on the 'special debug levels' aka 'engine debug levels' codeMax Horn
2009-01-30Moved default implementations for various OSystem methods into a new class Ba...Max Horn
2009-01-30Moved debug() etc. and special debug flag handling code to common/debug.*; al...Max Horn
2009-01-29Moved AdvancedDetector from common/ to engines/Max Horn
2009-01-29Be paranoid about g_system being setMax Horn
2009-01-29cleanupMax Horn
2009-01-29A ton of code formatting fixes; also fixed warnings about single line loops l...Max Horn
2009-01-23Renamed Archive::openFile to createReadStreamForMemberMax Horn
2009-01-23Renamed ArchiveMember::open -> createReadStream, and made it a cv member (con...Max Horn
2009-01-23Renamed FSNode::openForReading / openForWriting to createReadStream / createW...Max Horn
2009-01-23Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to creat...Max Horn
2009-01-23cleanupMax Horn
2009-01-22Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. ...Max Horn
2009-01-21Made Common::Stack return refs, thus ensuring that it matches exactly the beh...Max Horn
2009-01-20Whoops it seems the comment used "backslashes" instead of "slashes" in other ...Johannes Schickel
2009-01-20Fixed typo in comment.Johannes Schickel
2009-01-11Merge in Virtual Keybpard & KeyMapper branch,Eugene Sandulenko
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