aboutsummaryrefslogtreecommitdiff
path: root/common/system.h
AgeCommit message (Expand)Author
2009-10-08Introduce a new struct TimeDate, replacing struct tm in client code. May lead...Max Horn
2009-09-24Remove references to non existant function convertScreenRect.Johannes Schickel
2009-08-30Remove unused includeJordi Vilalta Prat
2009-08-21Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guaran...Andre Heider
2009-07-18Merged revisions 42463,42468-42484,42486-42488,42490-42495,42498-42507,42510-...Travis Howell
2009-07-15Fix some typos in TransactionError-enumeration's comments.Kari Salminen
2009-07-10removed OSystem::convertScreenRect as unnecessary and bloatful.Jody Northup
2009-07-10Moved OSystem_SDL::getSupportedFormats function body from platforms/sdl/sdl.h...Jody Northup
2009-07-09Corrected lingering formatting errors that were introduced by the find-and-re...Jody Northup
2009-07-09Removed #ifdef blocks around new error values in Common::Error and OSystem::T...Jody Northup
2009-07-08Reinstated static inline Graphics::PixelFormat::createFormatCLUT8(), which I ...Jody Northup
2009-07-07Removed PixelFormat convenience constructors at behest of Max and Eugene.Jody Northup
2009-07-06Updated doxygen comments on API functionsJody Northup
2009-07-04Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,...Travis Howell
2009-07-03Cleaned up system.h, renamed OSystem::convertRect to OSystem::convertScreenRe...Jody Northup
2009-07-03Provided a virtual method for converting graphics rectangles from screen form...Jody Northup
2009-06-30renamed kTransactionPixelFormatNotSupported to kTransactionFormatNotSupported...Jody Northup
2009-06-29Add some more explanation to Graphics::CursorManager::showMouse and OSystem::...Johannes Schickel
2009-06-28Changed OSystem::setWindowCaption to expect ISO LATIN 1 encoded input;Max Horn
2009-06-27changed initGraphics, and OSystem::initSize to take Graphics::PixelFormat * p...Jody Northup
2009-06-26Converted OSystem::SetMouseCursor to take pointer to PixelFormat, instead of ...Jody Northup
2009-06-25API modification -- replaced "Graphics::PixelFormat getBestFormat()" with "Co...Jody Northup
2009-06-24made the cursor's pixel format a member of the cursor object, merged ____Curs...Jody Northup
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-10Point to the Cursor and AudioCD Managers to help engine authors following the...Jordi Vilalta Prat
2009-06-10Extend documentation for "kFeatureCursorHasPalette".Johannes Schickel
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