Age | Commit message (Expand) | Author |
2009-06-30 | renamed kTransactionPixelFormatNotSupported to kTransactionFormatNotSupported... | Jody Northup |
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-24 | made the cursor's pixel format a member of the cursor object, merged ____Curs... | Jody Northup |
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-16 | Fixed warning. (GCC doesn't like commas at the end of an enum list.) | Torbjörn Andersson |
2009-06-16 | Simplified colormode enum | Jody Northup |
2009-06-16 | Simplified cursor related 16-bit code. | Jody Northup |
2009-06-15 | Fix compilation when 16BIT code is disabled. | 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 | 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-09 | Laying the foundation for preliminary bitdepth negotiation. (No functionality... | Jody Northup |
2009-06-06 | Corrected cursor display errors introduced by revision 41204, reimplemented 1... | Jody Northup |
2009-06-05 | Fixes ScummEngine_v70he::setDefaultCursor to work in 16-bit, using a temporar... | Jody Northup |
2009-06-05 | Corrected backend to be able to accept a 16-bit mouseKeyColor without overflow | Jody Northup |
2009-06-05 | Converted cursor code to use 16-bit. | Jody Northup |
2009-06-05 | Ooops, update asserts in grabScreen565() too. | Travis Howell |
2009-06-04 | Add 16bit color support for later HE games. | Travis Howell |
2009-06-03 | Revert last change, better to wait for 16bit backend support. | Travis Howell |
2009-06-03 | Update thumbnail code to capture RGB565 screen. | Travis Howell |
2009-05-28 | Tweak the hq2x/hq3x a little bit (interpolation code is little bit shorter, f... | Max Horn |
2009-05-26 | Reserve some space in the Huffman tree arrays before starting to decode the H... | Filippos Karapetis |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
2009-05-21 | Move Indeo3 static data from indeo3data.h to indeo3.cpp. | Johannes Schickel |
2009-05-21 | I'm no longer sure I've really seen case 12 happen, so don't mention it. | Torbjörn Andersson |
2009-05-21 | Renamed the DXA, SMK and FLIC video decoders to reflect the fact that they're... | Filippos Karapetis |
2009-05-21 | Moved the Coktel video player into its own subdirectory | Filippos Karapetis |
2009-05-21 | Added comment and warning message about possibly missing cases. | Torbjörn Andersson |
2009-05-21 | Fixed indentation. (Don't worry, it's just a small change, and it matches the | Torbjörn Andersson |
2009-05-20 | Moving CoktelVideo (IMD/VMD) and the Indeo3 code (needed for Urban Runner's V... | Sven Hesse |
2009-05-20 | - Reverted commit #40730, as it introduced rounding errors | Filippos Karapetis |
2009-05-19 | Changed calculations based on frame delay to be based on the scale of 1ms, no... | Filippos Karapetis |
2009-05-19 | Some fixes to the video decoders, thanks to salty-horse's comments | Filippos Karapetis |
2009-05-19 | COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate... | Max Horn |
2009-05-17 | The 'frameSize' variable isn't used at the moment. | Torbjörn Andersson |
2009-05-17 | Changed the FLIC player to the common VideoDecoder interface. Note that curre... | Filippos Karapetis |
2009-05-16 | Add initial support for DOS non-interactive demos of The Feeble Files. | Travis Howell |
2009-05-12 | Must include common/scummsys.h in graphics/pixelformat.h because it uses type... | Max Horn |
2009-05-06 | Silence warnings. Const correctness | Eugene Sandulenko |
2009-03-27 | Add color component bit count (rBits, gBits, bBits, aBits) and maximum value ... | Kari Salminen |
2009-03-20 | Oops forgot one line in last commit, now the file should compile cleanly with... | Johannes Schickel |
2009-03-20 | Fix compilation on mingw64. | Johannes Schickel |
2009-03-15 | * Improved ILBMDecoder to also handle files with width non divisible by 8. | Nicola Mettifogo |