aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2005-05-08oopsMax Horn
2005-05-08Fix doxygen warningMax Horn
2005-05-08Fix doxygen warningMax Horn
2005-05-06Fix another doyxgen warningMax Horn
2005-05-05Fixed some doxygen warningsMax Horn
2005-05-05Turned File::exists into a static method (as it should have been from the sta...Max Horn
2005-05-02Don't assert that "domain" is valid. One of the cases where this functionTorbjörn Andersson
2005-04-28Moved Stream::eos() to ReadStream::eos()Max Horn
2005-04-27Use a pointer ref for RGBtoYUV, instead of an array, so that we can choose to...Max Horn
2005-04-24Some C++ compilers don't support the 'not' keyword, it seemsMax Horn
2005-04-24Add additional check for comments with ().Travis Howell
2005-04-24The last section of config file was not saved, when loading config file.Travis Howell
2005-04-23Implement some missing methodsMax Horn
2005-04-23Make StringMap class (with case insensitive keys) globalMax Horn
2005-04-23Added new ConfigFile class. It is not yet used anywhere. ConfigManager will b...Max Horn
2005-04-23Remove StringMap class from map.h (at least for now)Max Horn
2005-04-23Simplified debuglevel handling:Max Horn
2005-04-23Check for a '\' before adding slash too, otherwise starting a game in root di...Travis Howell
2005-04-22Use class File instead of FILE (not finished)Max Horn
2005-04-22* Added new virtual base class 'Stream', ReadStream andMax Horn
2005-04-19Replace OSystem::hasAlpha with a feature flagMax Horn
2005-04-19Added new (optional) OSystem::initBackend() method; this (and its usage) fixe...Max Horn
2005-04-16vc compile warnAndrew Kurushin
2005-04-13Get rid of errno; add some (optional) error checking facilities to SaveFile c...Max Horn
2005-04-10split SaveFileManager::openSavefile and class SaveFile into two, each, one fo...Max Horn
2005-04-09Moved the GFX_ constants to sdl-common.h, where they belong.Max Horn
2005-04-09A common platform alias for 'Windows' is 'win'Max Horn
2005-04-08Add NES platformEugene Sandulenko
2005-04-03Added some comments on how the graphics in OSystem are meant to work, based p...Max Horn
2005-04-03Added some overlay method comments. They could be better and explain more, bu...Max Horn
2005-04-03Added possibility to have an overlay with an alpha channel.Marcus Comstedt
2005-03-31Playstation2 Port: initial importRobert Göffringmann
2005-03-30Forgot to init _encbyte in MemoryReadStream.Eugene Sandulenko
2005-03-30Support for direct reading from NES ROM:Eugene Sandulenko
2005-03-14Fix method names to comply to our coding standardsMax Horn
2005-03-12mouse cursor palette better fits into the 'mouse' category than in the 'graph...Max Horn
2005-03-09Patch #1013937 "OSystem layer with bigger resolution". Now you will alwaysEugene Sandulenko
2005-03-07Add Amiga renderer mode for EGA games.Travis Howell
2005-03-06Obsolete TODO ;-)Max Horn
2005-03-06Fix bug which led to an endless loop if 1.5x scaler is fed with odd value.Eugene Sandulenko
2005-03-02Distinguish between green and amber hercules. Now specify it via hercGreenEugene Sandulenko
2005-02-22Verify domain names as they are passed into the config manager (better to cra...Max Horn
2005-02-20Implement OSystem method disableCursorPalette(bool disable) as mentionedEugene Sandulenko
2005-02-20Patch #1121337 (CGA rendering in early LEC titles).Eugene Sandulenko
2005-02-19compatible version for wincePaweł Kołodziejski
2005-02-18removing ZLIB_WINAPI from scummsys.hAndrew Kurushin
2005-02-17Mouse part of big patch #1013937 (OSystem layer with bigger resolution)Eugene Sandulenko
2005-02-06Added String::hasSuffix and hasPrefixMax Horn
2005-01-28Use class Mutex instead of MutexRefMax Horn
2005-01-28fix VC7.1 compilationAndrew Kurushin