Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-03 | Cleaned up system.h, renamed OSystem::convertRect to ↵ | Jody Northup | |
OSystem::convertScreenRect (still not very descriptive). Added graphics/conversion.h and graphics/conversion.cpp with Graphics::crossBlit function created from extending original contents of OSystem::convertRect svn-id: r42057 | |||
2009-07-01 | fix compile | Matthew Hoops | |
svn-id: r41993 | |||
2009-07-01 | Add JPEG support to 16bpp branch (if it breaks or is wrong, clone2727 made me) | Scott Thomas | |
svn-id: r41990 | |||
2009-07-01 | Implemented Graphics::PixelFormat ↵ | Jody Northup | |
Graphics::findCompatibleFormat(Common::List<Graphics::PixelFormat> backend, Common::List<Graphics::PixelFormat> frontend) svn-id: r41986 | |||
2009-07-01 | Allowed for 16, 24, and 32 bit pixel format factory constructors to be used ↵ | Jody Northup | |
without backend RGB color support svn-id: r41985 | |||
2009-06-30 | Fixed a few formatting bits | Jordi Vilalta Prat | |
svn-id: r41973 | |||
2009-06-30 | renamed kTransactionPixelFormatNotSupported to ↵ | Jody Northup | |
kTransactionFormatNotSupported, retyped all Graphics::PixelFormat * parameters to const Graphics::PixelFormat *, (hopefully) repaired all memory leaks on screen and cursor format changes, provided OSystem::getScreenFormat and OSystem::getSupportedFormats methods for when ENABLE_RGB_COLOR is not set, completely forgot the "commit early, commit often" mantra. svn-id: r41972 | |||
2009-06-29 | Add some more explanation to Graphics::CursorManager::showMouse and ↵ | Johannes Schickel | |
OSystem::showMouse. svn-id: r41968 | |||
2009-06-28 | GUI: Replaced ThemeParser::_drawFunction hashmap by a static function ↵ | Max Horn | |
getDrawingFunctionCallback which maps strings to draw funcs svn-id: r41931 | |||
2009-06-26 | Converted OSystem::SetMouseCursor to take pointer to PixelFormat, instead of ↵ | Jody Northup | |
full PixelFormat. Removed OSystem::setCursorFormat (since I forgot to do so several commits ago) svn-id: r41901 | |||
2009-06-26 | Changed cursor manager functions to take *Graphics::PixelFormat with default ↵ | Jody Northup | |
parameter of NULL (and initialize NULL pointers with CLUT8), rather than taking a Graphics::PixelFormat with default parameter of Graphics::PixelFormat::createFormatCLUT8() svn-id: r41900 | |||
2009-06-24 | made the cursor's pixel format a member of the cursor object, merged ↵ | Jody Northup | |
____CursorFormat functions into equivalent ____Cursor functions. svn-id: r41825 | |||
2009-06-20 | Factory constructors for ARGB BGR ABGR and BGRA pixel formats. | Jody Northup | |
svn-id: r41697 | |||
2009-06-20 | renamed ENABLE_16BIT define to more accurate ENABLE_RGB_COLOR | Jody Northup | |
svn-id: r41696 | |||
2009-06-20 | Fixed compilation. | Torbjörn Andersson | |
svn-id: r41695 | |||
2009-06-19 | Removed replaced Graphics::ColorMode enum type with factory methods for ↵ | Jody Northup | |
Graphics::PixelFormat. svn-id: r41662 | |||
2009-06-16 | Fixed warning. (GCC doesn't like commas at the end of an enum list.) | Torbjörn Andersson | |
svn-id: r41586 | |||
2009-06-16 | Simplified colormode enum | Jody Northup | |
svn-id: r41578 | |||
2009-06-16 | Simplified cursor related 16-bit code. | Jody Northup | |
svn-id: r41577 | |||
2009-06-15 | Fix compilation when 16BIT code is disabled. | Eugene Sandulenko | |
svn-id: r41543 | |||
2009-06-15 | Remove uglyness with PixelFormat initialization. | Eugene Sandulenko | |
svn-id: r41541 | |||
2009-06-15 | made Graphics::PixelFormat(ColorMode) constructor explicit, removed ↵ | Jody Northup | |
Graphics::PixelFormat(int bitFormat) constructor that was never really implemented anyway svn-id: r41540 | |||
2009-06-15 | Added kUnsupportedColorMode error code brought Scumm engine and SDL backend ↵ | Jody Northup | |
into compliance with API outlined in http://scummvmupthorn09.wordpress.com/2009/06/14/how-this-is-going-to-work/ Provided convenient Graphics::PixelFormat constructors for ColorMode enums, and bitformat integers. Removed last vestiges (I think) of initial cursor hack. svn-id: r41539 | |||
2009-06-13 | Fixed cursor code to keep track of cursor formats so that ThemeEngine and/or ↵ | Jody Northup | |
GuiManager cursors will render properly over the game (on spacebar hit, for instance) svn-id: r41491 | |||
2009-06-12 | * Moved the updated IFF code from Parallaction to common/ | Nicola Mettifogo | |
* Updated Parallaction and SAGA to use the new decoder infrastructure. svn-id: r41465 | |||
2009-06-12 | Unfinished proof of concept regarding my compromise with LordHoto in IRC. | Jody Northup | |
svn-id: r41464 | |||
2009-06-11 | Renamed Graphics::ColorFormat to Graphics::ColorMode, streamlined enum by ↵ | Jody Northup | |
removing order section and temporarily removing kFormatARGB1555 Converted cursor code to make use of _screenFormat, instead of a parameter passed directly to it by the engine. Adjusted scumm engine to account for these changes. This should probably have been two separate commits, but the changes concern the same files... svn-id: r41443 | |||
2009-06-10 | Add a convenience wrapper to CursorMan for checking whether cursor palettes ↵ | Johannes Schickel | |
are supported. svn-id: r41432 | |||
2009-06-10 | Fix a bug in disableCursorPalette, where it never allowed the palette to be ↵ | Johannes Schickel | |
enabled properly again. svn-id: r41428 | |||
2009-06-09 | Laying the foundation for preliminary bitdepth negotiation. (No ↵ | Jody Northup | |
functionality changes yet) svn-id: r41396 | |||
2009-06-07 | Changed the bitstream buffer used to initialize the big Huffman trees to be ↵ | Filippos Karapetis | |
a normal byte array, instead of a Common::Array svn-id: r41356 | |||
2009-06-07 | Formatting | Filippos Karapetis | |
svn-id: r41354 | |||
2009-06-07 | Applied madmoose's patch from bug report #2794216 - "Loading large Smacker ↵ | Filippos Karapetis | |
movies is slow" svn-id: r41353 | |||
2009-06-06 | Implement widget property "textalign". Added it to all theme layouts | Eugene Sandulenko | |
svn-id: r41265 | |||
2009-06-06 | Corrected cursor display errors introduced by revision 41204, reimplemented ↵ | Jody Northup | |
16-bit cursor support in a less hacky, but still temporary way. svn-id: r41209 | |||
2009-06-05 | Fixes ScummEngine_v70he::setDefaultCursor to work in 16-bit, using a ↵ | Jody Northup | |
temporary hack. svn-id: r41204 | |||
2009-06-05 | Corrected backend to be able to accept a 16-bit mouseKeyColor without overflow | Jody Northup | |
svn-id: r41194 | |||
2009-06-05 | Converted cursor code to use 16-bit. | Jody Northup | |
svn-id: r41191 | |||
2009-06-05 | Ooops, update asserts in grabScreen565() too. | Travis Howell | |
svn-id: r41183 | |||
2009-06-04 | Add 16bit color support for later HE games. | Travis Howell | |
svn-id: r41153 | |||
2009-06-03 | Revert last change, better to wait for 16bit backend support. | Travis Howell | |
svn-id: r41131 | |||
2009-06-03 | Update thumbnail code to capture RGB565 screen. | Travis Howell | |
svn-id: r41130 | |||
2009-05-28 | Tweak the hq2x/hq3x a little bit (interpolation code is little bit shorter, ↵ | Max Horn | |
faster and easier to read... but 70+% of the time is spent on computing diffYUV etc. anyway, so I guess this a bit pointless... whatever... ;) svn-id: r40964 | |||
2009-05-26 | Reserve some space in the Huffman tree arrays before starting to decode the ↵ | Filippos Karapetis | |
Huffman trees. Hopefully, this will speed up the tree constructing phase somewhat svn-id: r40900 | |||
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel | |
svn-id: r40867 | |||
2009-05-21 | Move Indeo3 static data from indeo3data.h to indeo3.cpp. | Johannes Schickel | |
svn-id: r40762 | |||
2009-05-21 | I'm no longer sure I've really seen case 12 happen, so don't mention it. | Torbjörn Andersson | |
svn-id: r40761 | |||
2009-05-21 | Renamed the DXA, SMK and FLIC video decoders to reflect the fact that ↵ | Filippos Karapetis | |
they're decoders, not players svn-id: r40759 | |||
2009-05-21 | Moved the Coktel video player into its own subdirectory | Filippos Karapetis | |
svn-id: r40755 | |||
2009-05-21 | Added comment and warning message about possibly missing cases. | Torbjörn Andersson | |
svn-id: r40752 |