aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2009-02-17typoWillem Jan Palenstijn
2009-02-17Added an "equals" function to Common::Rect (used by SCI)Filippos Karapetis
2009-02-16More paranoia checksMax Horn
2009-02-16cleanupMax Horn
2009-02-15- Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel.Johannes Schickel
2009-02-15Merged internal 'matchPath' method of class Archive into global matchString f...Max Horn
2009-02-15Merged rev 38209 from 0.13 to trunk: XML parsing fixOystein Eftevaag
2009-02-13Changed OverlayColor from int16 to uint16 to fix the strange colours thatTorbjörn Andersson
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