aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2009-03-10Fixed warning in list codeMax Horn
2009-03-09Rewrote Common::List iterator code to ensure const correctness is preserved.Max Horn
2009-03-07Modified HashMap ctr to skip _defaultVal() on PS2 to avoid gcc 3.2.2 ICEMax Lingua
2009-03-05Fix for bug #2664460: Various SeekableReadStream::seek() implementations (as ...Max Horn
2009-03-01Fix documentation, debug(C/N) prints to stdout not stderr.Johannes Schickel
2009-03-01COMMON: added a debugC variant which only takes a debug channel maskMax Horn
2009-02-28Patch #2638336: Broken Sword PSX SupportEugene Sandulenko
2009-02-27Clarify timer API.Willem Jan Palenstijn
2009-02-26Commit patch #2641592 "Wrong type promotion for SharedPtr" with a slight form...Johannes Schickel
2009-02-24Fix my wrong comment on OSystem::updateScreen(). Now it is hopefully correctMax Horn
2009-02-24Add some remarks on OSystem::updateScreen() propertiesMax Horn
2009-02-24Moved FSDirectory implementation from common/archive.cpp to common/fs.cppMax Horn
2009-02-22Modified FSDirectory::lookupCache to return a FSNode *pointer*, so that we ca...Max Horn
2009-02-22Modified ZipArchive::createReadStreamForMember to check whether the zip archi...Max Horn
2009-02-22Changed Common::File and FSDirectory to invoke FSNode::exists a few times les...Max Horn
2009-02-20Disable MSVC warning, which is frequently paranoid.Travis Howell
2009-02-18Fix documentation, warning prints to stderr not stdout.Johannes Schickel
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