aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
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
2005-01-27emsvc4 need public access, hmmm...Paweł Kołodziejski
2005-01-15Forgot to commit thisMax Horn
2005-01-15Added a convenience class 'Mutex'Max Horn
2005-01-15Get rid of the ConstString classMax Horn
2005-01-11last wjp suggested patch - helps reenable "no definition for inline function"...Andrew Kurushin
2005-01-11On Fingolfin's suggestion I put back the inclusion of util.h into Rect, forTorbjörn Andersson
2005-01-11This is probably not the optimal fix, but at least ScummVM compiles again.Torbjörn Andersson
2005-01-10Remove some more header dependenciesMax Horn
2005-01-10Reduce dependencies on common/savefile.h from 88 to 14Max Horn
2005-01-10system.h was being included in tons of places, without any good reason; reduc...Max Horn
2005-01-10Moved mutex stuff into a seperate headerMax Horn
2005-01-10yet another attempt to get makeInstance working for gcc 3.3, gcc 3.2, and MSV...Max Horn
2005-01-09some disabled warning moved from .vcproj to #pragma with commentsAndrew Kurushin
2005-01-09Ensure these headers match the rest of ScummVMMax Horn
2005-01-09Since _pos is unsigned it's always >= 0, so testing for negativity willTorbjörn Andersson
2005-01-09Added new interface SeekableReadStreamMax Horn
2005-01-06 turn off "no definition for inline function" warningAndrew Kurushin
2005-01-06- remove "extern" before OSystem::makeInstanceAndrew Kurushin
2005-01-06Modify the singleton code once more to help overcome an issue with MSVC 7 (se...Max Horn
2005-01-01Changed the singleton code to allow for custom object factories; this allowed...Max Horn
2005-01-01Changed OSystem::instance() to return a reference, not a pointer (it now matc...Max Horn
2005-01-01Removing obsolete commentMax Horn