aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
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-20renamed ENABLE_16BIT define to more accurate ENABLE_RGB_COLORJody Northup
2009-06-19Removed replaced Graphics::ColorMode enum type with factory methods for Graph...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-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 compilationEugene 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-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-06Merged revisions 41205,41207-41208,41210,41214-41217 via svnmerge from Travis Howell
2009-06-06Add logic stub for Backyard Basketball.Travis Howell
2009-06-06Some uint8 -> byte conversionsFilippos Karapetis
2009-06-06Moved the fake 1x1 mode structure to gfx_resmgr.cpp (where it's actually used)Filippos Karapetis
2009-06-06Objectified the graphics driverFilippos Karapetis
2009-06-06Add initial support for copyMaskWizImage, to fix videos in later Blue's Clues...Travis Howell
2009-06-06Disabled the execution of scripts when doing a user wait - this prevents anim...Paul Gilbert
2009-06-06Corrected cursor display errors introduced by revision 41204, reimplemented 1...Jody Northup
2009-06-06Bugfix to show the title screen at the correct speed when restarting the gamePaul Gilbert
2009-06-06Bugfix for display when multiple user waits follow each otherPaul Gilbert
2009-06-06Merged revisions 41154-41156,41160,41163-41181,41185-41186,41188-41189,41196-...Travis Howell
2009-06-06SCI: Moved the handling of 65535.map into the resource manager.Walter van Niftrik
2009-06-05Fixes ScummEngine_v70he::setDefaultCursor to work in 16-bit, using a temporar...Jody Northup
2009-06-05CleanupFilippos Karapetis
2009-06-05LOL: minor bug fixFlorian Kagerer
2009-06-05LOL: implemented another opcodeFlorian Kagerer
2009-06-05Moved some more debug commands to ScummVM's coneole and removed some unused codeFilippos Karapetis
2009-06-05Removed some unused code and performed some cleanupFilippos Karapetis
2009-06-05Tweaks to the code that pauses for a mouse press when displaying many text me...Paul Gilbert
2009-06-05Cleanup.Travis Howell
2009-06-05Corrected backend to be able to accept a 16-bit mouseKeyColor without overflowJody Northup
2009-06-05HACK not required at this point, since transparency color of 5 is still used ...Travis Howell
2009-06-05Ooops, correct mistakes in commit 41162.Travis Howell
2009-06-05Converted cursor code to use 16-bit.Jody Northup
2009-06-05Correct error in decompress16BitWizImage().Travis Howell