Age | Commit message (Expand) | Author |
2009-07-03 | Fix some formatting bits | Jordi Vilalta Prat |
2009-07-03 | Add conversion.o to module.mk. Add missing endline. | Willem Jan Palenstijn |
2009-07-03 | Cleaned up system.h, renamed OSystem::convertRect to OSystem::convertScreenRe... | Jody Northup |
2009-07-03 | Provided a virtual method for converting graphics rectangles from screen form... | Jody Northup |
2009-07-01 | fix compile | Matthew Hoops |
2009-07-01 | Sync MSVC project files for JPEG addition | Scott Thomas |
2009-07-01 | Add JPEG support to 11H for ROQ playback | Scott Thomas |
2009-07-01 | Add JPEG support to 16bpp branch (if it breaks or is wrong, clone2727 made me) | Scott Thomas |
2009-07-01 | Implemented Graphics::PixelFormat Graphics::findCompatibleFormat(Common::List... | Jody Northup |
2009-07-01 | Allowed for 16, 24, and 32 bit pixel format factory constructors to be used w... | Jody Northup |
2009-06-30 | Groovie: Converted compile time checks for RGB modes support to runtime check... | Jordi Vilalta Prat |
2009-06-30 | Fixed a few formatting bits | Jordi Vilalta Prat |
2009-06-30 | renamed kTransactionPixelFormatNotSupported to kTransactionFormatNotSupported... | Jody Northup |
2009-06-27 | SCI: Use obtained instead of requested PixelFormat | Willem Jan Palenstijn |
2009-06-27 | Enabled RGB color support in SCI engine, corrected SCI engine's initGraphics ... | Jody Northup |
2009-06-27 | changed initGraphics, and OSystem::initSize to take Graphics::PixelFormat * p... | Jody Northup |
2009-06-26 | SCI: Fix typo breaking in-engine scaling | Willem Jan Palenstijn |
2009-06-26 | SCI: starting to restore RGB color functionality | Willem Jan Palenstijn |
2009-06-26 | Converted OSystem::SetMouseCursor to take pointer to PixelFormat, instead of ... | Jody Northup |
2009-06-26 | Changed cursor manager functions to take *Graphics::PixelFormat with default ... | Jody Northup |
2009-06-25 | added preprocessor defines for ENABLE_RGB_COLOR and GROOVIE_EXPERIMENTAL to g... | Jody Northup |
2009-06-25 | API modification -- replaced "Graphics::PixelFormat getBestFormat()" with "Co... | Jody Northup |
2009-06-24 | made the cursor's pixel format a member of the cursor object, merged ____Curs... | Jody Northup |
2009-06-23 | ENABLE_16BIT has been renamed to ENABLE_RGB_COLOR as of r41696, so make sure ... | Matthew Hoops |
2009-06-23 | Fix error in Backyard Soccer 2004, when using Season Play. | Travis Howell |
2009-06-23 | Merged format initialization into InitSize to allow for backends not supporti... | Jody Northup |
2009-06-22 | Fix loading/saving in funshop titles. | Travis Howell |
2009-06-22 | Cleanup. | Travis Howell |
2009-06-21 | Add initial support for captureWizPolygon. | Travis Howell |
2009-06-20 | Update. | Travis Howell |
2009-06-20 | Factory constructors for ARGB BGR ABGR and BGRA pixel formats. | Jody Northup |
2009-06-20 | renamed ENABLE_16BIT define to more accurate ENABLE_RGB_COLOR | Jody Northup |
2009-06-20 | Fixed compilation. | Torbjörn Andersson |
2009-06-19 | Removed replaced Graphics::ColorMode enum type with factory methods for Graph... | Jody Northup |
2009-06-18 | Fixed error with non-animated 8-bit GUI cursors being drawn incorrectly in de... | Jody Northup |
2009-06-18 | Merged revisions 41625 via svnmerge from | Travis Howell |
2009-06-18 | Fix regression in scrolling rooms. | Travis Howell |
2009-06-18 | Fix regression, caused by typo in my last commit. | Travis Howell |
2009-06-17 | Groovie: Initial support for 16bit screen surfaces | Jordi Vilalta Prat |
2009-06-17 | Added ENABLE_16BIT to preprocessor defines in gob's msvc8 vcproj. Fixed prepr... | Jody Northup |
2009-06-17 | OSystem_SDL::GetBestFormat will no longer return modes greater than that whic... | Jody Northup |
2009-06-16 | Fixed warning. (GCC doesn't like commas at the end of an enum list.) | Torbjörn Andersson |
2009-06-16 | Corrected oversight in earlier ifdef simplification which leads to compilatio... | Jody Northup |
2009-06-16 | Declared getBestFormat in OSystem base class, and implemented in SDL backend. | Jody Northup |
2009-06-16 | Simplified colormode enum | Jody Northup |
2009-06-16 | Simplified cursor related 16-bit code. | Jody Northup |
2009-06-15 | Fix compilation of SCI engine | Willem Jan Palenstijn |
2009-06-15 | Add error if user attempt to play HE games using 16bit color, when 16bit supp... | Travis Howell |
2009-06-15 | Fix compilation when 16BIT code is disabled. | Eugene Sandulenko |
2009-06-15 | Fix compilation | Eugene Sandulenko |