aboutsummaryrefslogtreecommitdiff
path: root/common/system.h
AgeCommit message (Expand)Author
2009-06-23Merged format initialization into InitSize to allow for backends not supporti...Jody Northup
2009-06-20renamed ENABLE_16BIT define to more accurate ENABLE_RGB_COLORJody Northup
2009-06-16Corrected oversight in earlier ifdef simplification which leads to compilatio...Jody Northup
2009-06-16Declared getBestFormat in OSystem base class, and implemented in SDL backend.Jody Northup
2009-06-15Added kUnsupportedColorMode error code brought Scumm engine and SDL backend i...Jody Northup
2009-06-13Fixed cursor code to keep track of cursor formats so that ThemeEngine and/or ...Jody Northup
2009-06-12Unfinished proof of concept regarding my compromise with LordHoto in IRC.Jody Northup
2009-06-11Renamed Graphics::ColorFormat to Graphics::ColorMode, streamlined enum by rem...Jody Northup
2009-06-10SDL backend now dynamically generates 8 or 16-bit color surface depending on ...Jody Northup
2009-06-09Laying the foundation for preliminary bitdepth negotiation. (No functionality...Jody Northup
2009-06-06Corrected cursor display errors introduced by revision 41204, reimplemented 1...Jody Northup
2009-06-05Corrected backend to be able to accept a 16-bit mouseKeyColor without overflowJody Northup
2009-05-18Typo.Johannes Schickel
2009-05-10Keymapper:Eugene Sandulenko
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-15- Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel.Johannes Schickel
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-30Moved default implementations for various OSystem methods into a new class Ba...Max Horn
2009-01-23Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to creat...Max Horn
2009-01-22Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. ...Max Horn
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-11-14Committed my patch #2123680 "SDL: Backend transaction / rollback support".Johannes Schickel
2008-11-06Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys...Max Horn
2008-11-06Got rid of OSystem::ARGBToColor and colorToARGBMax Horn
2008-11-03Committed my patch #2216641 "GRAPHICS: PixelFormat introduction".Johannes Schickel
2008-10-21Fixed: Broken english in System.h documentation.Vicent Marti
2008-10-13OSYSTEM: Removed unused getExtraThemeConfig() method (TODO: Implement a new s...Max Horn
2008-09-27Modified Common::SearchSet to take signed integer priorities, for convenience...Max Horn
2008-09-07Add a priority param to OSystem::addSysArchivesToSearchSet (still in search f...Max Horn
2008-09-07Added new OSystem method addSysArchivesToSearchSet() [better name pending, su...Max Horn
2008-08-03New OSystem API for loading/storing default config fileMax Horn
2008-07-30This time properly reverted my accidental commits of the osystem&configman pa...Max Horn
2008-07-30Fixed Win32 build, after Fingolfin's commits (probably because of the revert ...Nicola Mettifogo
2008-07-30Revert my accidental commit of the OSystem changes (oops)Max Horn
2008-07-30Simplified advanced detector file sys scanning codeMax Horn
2008-06-28Patch ##1956946 (Audio::Mixer internal API revision) with some tweaksMax Horn
2008-06-28Removed OSystem::getFilesystemFactory() default implentation, as announcedMax Horn
2008-05-19Typo.Johannes Schickel
2008-05-15Removed the default OSystem::getTimeAndDate() implementationMax Horn
2008-02-23Replaced FilesystemFactory::makeFSFactory with a new method OSystem::getFiles...Max Horn
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-05Grammar fix in comment for kFeatureAutoComputeDirtyRectsPaul Gilbert
2008-01-05Fixed comment that incorrectly reversed green and blue ordering for setPalett...Paul Gilbert
2007-12-28Patch #1859448: Add OSystem::getTimeAndDate APIEugene Sandulenko
2007-12-22Document that we expect recursive mutex locking behaviorMax Horn
2007-11-13Slightly extended/clarified two OSystem doxygen commentsMax Horn
2007-10-28Patch v5.2 from #1752243: "backends lib patches"Eugene Sandulenko
2007-09-23Fixed comment for grabPalette.Johannes Schickel