aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-30renamed kTransactionPixelFormatNotSupported to kTransactionFormatNotSupported...Jody Northup
2009-06-27SCI: Use obtained instead of requested PixelFormatWillem Jan Palenstijn
2009-06-27Enabled RGB color support in SCI engine, corrected SCI engine's initGraphics ...Jody Northup
2009-06-27changed initGraphics, and OSystem::initSize to take Graphics::PixelFormat * p...Jody Northup
2009-06-26SCI: Fix typo breaking in-engine scalingWillem Jan Palenstijn
2009-06-26SCI: starting to restore RGB color functionalityWillem Jan Palenstijn
2009-06-26Converted OSystem::SetMouseCursor to take pointer to PixelFormat, instead of ...Jody Northup
2009-06-26Changed cursor manager functions to take *Graphics::PixelFormat with default ...Jody Northup
2009-06-25added preprocessor defines for ENABLE_RGB_COLOR and GROOVIE_EXPERIMENTAL to g...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-23ENABLE_16BIT has been renamed to ENABLE_RGB_COLOR as of r41696, so make sure ...Matthew Hoops
2009-06-23Fix error in Backyard Soccer 2004, when using Season Play.Travis Howell
2009-06-23Merged format initialization into InitSize to allow for backends not supporti...Jody Northup
2009-06-22Fix loading/saving in funshop titles.Travis Howell
2009-06-22Cleanup.Travis Howell
2009-06-21Add initial support for captureWizPolygon.Travis Howell
2009-06-20Update.Travis Howell
2009-06-20Factory constructors for ARGB BGR ABGR and BGRA pixel formats.Jody Northup
2009-06-20renamed ENABLE_16BIT define to more accurate ENABLE_RGB_COLORJody Northup
2009-06-20Fixed compilation.Torbjörn Andersson
2009-06-19Removed replaced Graphics::ColorMode enum type with factory methods for Graph...Jody Northup
2009-06-18Fixed error with non-animated 8-bit GUI cursors being drawn incorrectly in de...Jody Northup
2009-06-18Merged revisions 41625 via svnmerge from Travis Howell
2009-06-18Fix regression in scrolling rooms.Travis Howell
2009-06-18Fix regression, caused by typo in my last commit.Travis Howell
2009-06-17Groovie: Initial support for 16bit screen surfacesJordi Vilalta Prat
2009-06-17Added ENABLE_16BIT to preprocessor defines in gob's msvc8 vcproj. Fixed prepr...Jody Northup
2009-06-17OSystem_SDL::GetBestFormat will no longer return modes greater than that whic...Jody Northup
2009-06-16Fixed warning. (GCC doesn't like commas at the end of an enum list.)Torbjörn Andersson
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-16Simplified colormode enumJody Northup
2009-06-16Simplified cursor related 16-bit code.Jody Northup
2009-06-15Fix compilation of SCI engineWillem Jan Palenstijn
2009-06-15Add error if user attempt to play HE games using 16bit color, when 16bit supp...Travis Howell
2009-06-15Fix compilation when 16BIT code is disabled.Eugene Sandulenko
2009-06-15Fix compilationEugene Sandulenko
2009-06-15Remove uglyness with PixelFormat initialization.Eugene Sandulenko
2009-06-15made Graphics::PixelFormat(ColorMode) constructor explicit, removed Graphics:...Jody Northup
2009-06-15Added kUnsupportedColorMode error code brought Scumm engine and SDL backend i...Jody Northup
2009-06-13Fix possible endian issues.Travis Howell
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-10Code formattingEugene Sandulenko
2009-06-10Correct horizontal flipping in decompressWizImage(), when using 16bit color.Travis Howell
2009-06-10Scumm engine now dynamically requests 16-bit color based on game features, (u...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