Age | Commit message (Expand) | Author |
2014-02-18 | SCUMM: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-08-03 | SCUMM: Do not set Surface::pixels directly anymore. | Johannes Schickel |
2013-08-03 | SCUMM: Prefer getBasePtr over direct Surface::pixels access. | Johannes Schickel |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel |
2012-06-03 | ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" lo... | Johannes Schickel |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman |
2011-08-26 | SCUMM: Fix Indy4 Amiga cursor. | Johannes Schickel |
2011-08-26 | SCUMM: Implement proper Indy4 Amiga palette handling. | Johannes Schickel |
2011-08-18 | SCUMM: Fix cursor palette in the HE80+ default cursor | Matthew Hoops |
2011-08-16 | SCUMM: Make the default cursor for all v80+ games be the Windows cursor | Matthew Hoops |
2011-08-16 | SCUMM: Set the default moonbase cursor to be the default Windows cursor | Matthew Hoops |
2011-06-15 | SCUMM: hopefully fix 16bit mode support for SCUMM FM-TOWNS games and LOOM PCE... | athrxx |
2011-06-15 | SCUMM: fix bug #3316738 | athrxx |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-17 | ALL/GRAPHICS: Remove Surface::bytesPerPixel. | Johannes Schickel |
2011-04-17 | SCUMM: Prefer Surface::format over Surface::bytesPerPixel. | Johannes Schickel |
2011-04-12 | COMMON: Replace MKID_BE by MKTAG | Max Horn |
2011-02-14 | SCUMM: Adapt to setPalette RGBA->RGB change. | Johannes Schickel |
2010-10-10 | LOOM PC-Engine: fix mouse cursor | Florian Kagerer |
2010-10-05 | SCUMM/FM-TOWNS: disable new graphics code in DS port | Florian Kagerer |
2010-10-03 | SCUMM/FM-TOWNS: cleanup | Florian Kagerer |
2010-10-03 | SCUMM/FM-TOWNS: fix mouse cursor colors | Florian Kagerer |
2010-10-01 | SCUMM/FM-TOWNS: fix palette and other graphics issues | Florian Kagerer |
2010-04-11 | Enable the cursor palette in ScummEngine_v70he::setDefaultCursor just to avoi... | Johannes Schickel |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2009-11-22 | Better make sure that cursorPCE[] has 16 elements, like some of the other | Torbjörn Andersson |
2009-11-22 | Added hard-coded cursor, and adjusted the colours slightly, for the PC-Engine | Torbjörn Andersson |
2009-11-22 | Add patch for Tobias, for cursor palette in PCE version of Loom. | Travis Howell |
2009-10-26 | Fix cursor image in PCE version of Loom. | Travis Howell |
2009-10-26 | Ooops, that part should not have been commited. | Travis Howell |
2009-10-26 | Switch PCE version of Loom to 16bit color, since it used 9bit color. | Travis Howell |
2009-09-25 | SCUMM: Rename _bitDepth to _bytesPerPixel | Max Horn |
2009-08-21 | Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guaran... | Andre Heider |
2009-08-16 | Revert revision 43410, and add alternative fix. | Travis Howell |
2009-08-15 | Fix compile when compiling with --disable-he | Matthew Hoops |
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 | renamed ENABLE_16BIT define to more accurate ENABLE_RGB_COLOR | Jody Northup |
2009-06-13 | Fixed cursor code to keep track of cursor formats so that ThemeEngine and/or ... | Jody Northup |
2009-06-11 | Renamed Graphics::ColorFormat to Graphics::ColorMode, streamlined enum by rem... | 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 | HACK not required at this point, since transparency color of 5 is still used ... | Travis Howell |
2009-06-05 | Converted cursor code to use 16-bit. | Jody Northup |
2009-03-20 | SCUMM: Split intern.h into multiple headers | Max Horn |
2008-12-09 | Removed some dead code, clarified comments, cleanup | Max Horn |
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2008-01-27 | Really fix bug #1846886: "PUTTZOO: Windows version cursor/pointer drawn wrong". | Eugene Sandulenko |