Age | Commit message (Expand) | Author |
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 |
2009-06-15 | Remove uglyness with PixelFormat initialization. | Eugene Sandulenko |
2009-06-15 | made Graphics::PixelFormat(ColorMode) constructor explicit, removed Graphics:... | Jody Northup |
2009-06-15 | Added kUnsupportedColorMode error code brought Scumm engine and SDL backend i... | Jody Northup |
2009-06-13 | Fix possible endian issues. | Travis Howell |
2009-06-13 | Fixed cursor code to keep track of cursor formats so that ThemeEngine and/or ... | Jody Northup |
2009-06-12 | Unfinished proof of concept regarding my compromise with LordHoto in IRC. | Jody Northup |
2009-06-11 | Renamed Graphics::ColorFormat to Graphics::ColorMode, streamlined enum by rem... | Jody Northup |
2009-06-10 | Code formatting | Eugene Sandulenko |
2009-06-10 | Correct horizontal flipping in decompressWizImage(), when using 16bit color. | Travis Howell |
2009-06-10 | Scumm engine now dynamically requests 16-bit color based on game features, (u... | Jody Northup |
2009-06-10 | SDL backend now dynamically generates 8 or 16-bit color surface depending on ... | Jody Northup |
2009-06-09 | Laying the foundation for preliminary bitdepth negotiation. (No functionality... | Jody Northup |
2009-06-07 | Since we're in 16bit branch, enable 16bit by default | Eugene Sandulenko |
2009-06-06 | Merged revisions 41205,41207-41208,41210,41214-41217 via svnmerge from | Travis Howell |
2009-06-06 | Add logic stub for Backyard Basketball. | Travis Howell |
2009-06-06 | Some uint8 -> byte conversions | Filippos Karapetis |
2009-06-06 | Moved the fake 1x1 mode structure to gfx_resmgr.cpp (where it's actually used) | Filippos Karapetis |
2009-06-06 | Objectified the graphics driver | Filippos Karapetis |
2009-06-06 | Streamlined the cursor blitting changes introduced in revision 41412 | Jody Northup |
2009-06-06 | Corrected 16-bit cursor blit errors on GFX mode change. | Jody Northup |
2009-06-06 | Add initial support for copyMaskWizImage, to fix videos in later Blue's Clues... | Travis Howell |
2009-06-06 | Disabled the execution of scripts when doing a user wait - this prevents anim... | Paul Gilbert |
2009-06-06 | Corrected cursor display errors introduced by revision 41204, reimplemented 1... | Jody Northup |
2009-06-06 | Bugfix to show the title screen at the correct speed when restarting the game | Paul Gilbert |
2009-06-06 | Bugfix for display when multiple user waits follow each other | Paul Gilbert |
2009-06-06 | Merged revisions 41154-41156,41160,41163-41181,41185-41186,41188-41189,41196-... | Travis Howell |
2009-06-06 | SCI: Moved the handling of 65535.map into the resource manager. | Walter van Niftrik |
2009-06-05 | Fixes ScummEngine_v70he::setDefaultCursor to work in 16-bit, using a temporar... | Jody Northup |