Age | Commit message (Expand) | Author |
2009-07-08 | Reinstated static inline Graphics::PixelFormat::createFormatCLUT8(), which I ... | Jody Northup |
2009-07-07 | Merged revisions 42205-42206,42208-42209,42211-42212,42214-42217,42219,42221-... | Travis Howell |
2009-07-07 | Simply compile guard of SJIS code and fix comment. | Johannes Schickel |
2009-07-07 | Add guards to only include SJIS font code, when KYRA or SCI is enabled. | Johannes Schickel |
2009-07-07 | Change "FM-Towns" to "FM-TOWNS" for consistency. | Johannes Schickel |
2009-07-07 | - Rename FontSJIS::enableShadow to enableOutline. | Johannes Schickel |
2009-07-07 | - Added support for outlined FM-Towns ROM drawing | Johannes Schickel |
2009-07-07 | Add generic functionallity to draw FM-Towns ROM. (To be used by KYRA and SCI) | Johannes Schickel |
2009-07-07 | Properly handle odd-sized JPEG files (ie, those not a multiple of 8 pixels) | Scott Thomas |
2009-07-07 | Don't #define M_PI in graphics/jpeg.h (it clashes with math.h, and it's bad s... | Max Horn |
2009-07-07 | Removed PixelFormat convenience constructors at behest of Max and Eugene. | Jody Northup |
2009-07-06 | Updated doxygen comments on API functions | Jody Northup |
2009-07-04 | Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,... | Travis Howell |
2009-07-04 | Fixed cursor corruption in non-8bit graphics games when switching back from o... | Jody Northup |
2009-07-03 | Moved the YUV<->RGB routines to graphics/conversion.h | Jordi Vilalta Prat |
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-01 | fix compile | Matthew Hoops |
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 | Fixed a few formatting bits | Jordi Vilalta Prat |
2009-06-30 | renamed kTransactionPixelFormatNotSupported to kTransactionFormatNotSupported... | Jody Northup |
2009-06-29 | Add some more explanation to Graphics::CursorManager::showMouse and OSystem::... | Johannes Schickel |
2009-06-28 | GUI: Replaced ThemeParser::_drawFunction hashmap by a static function getDraw... | Max Horn |
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 | * Moved the updated IFF code from Parallaction to common/ | Nicola Mettifogo |
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 | Add a convenience wrapper to CursorMan for checking whether cursor palettes a... | Johannes Schickel |
2009-06-10 | Fix a bug in disableCursorPalette, where it never allowed the palette to be e... | Johannes Schickel |
2009-06-09 | Laying the foundation for preliminary bitdepth negotiation. (No functionality... | Jody Northup |
2009-06-07 | Changed the bitstream buffer used to initialize the big Huffman trees to be a... | Filippos Karapetis |
2009-06-07 | Formatting | Filippos Karapetis |
2009-06-07 | Applied madmoose's patch from bug report #2794216 - "Loading large Smacker mo... | Filippos Karapetis |