Age | Commit message (Expand) | Author |
2016-01-07 | SCI32: Add initial support for palette cycling (kPalCycle) and fading (kPalFade) | Colin Snover |
2014-02-28 | IMAGE: Move all ImageDecoders to image/ | Matthew Hoops |
2014-02-18 | SCI: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-08-03 | SCI: Take advantage of Surface::getPixels. | Johannes Schickel |
2013-08-03 | SCI: Prefer getBasePtr over direct Surface::pixels access. | Johannes Schickel |
2012-06-16 | SCI: Get rid of casts on OSystem::copyRectToScreen calls. | Johannes Schickel |
2012-03-20 | GRAPHICS: Convert PictDecoder to the ImageDecoder API | Matthew Hoops |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-03-09 | SCI: Implement Mac iconbar event handling. | Walter van Niftrik |
2011-02-21 | SCI: Fix disabled Mac icon pseudo-shading | Matthew Hoops |
2011-02-20 | SCI: Add support for enabling/disabling Mac icon bar images | Matthew Hoops |
2011-02-20 | SCI: Cache all icon bar images from the start | Matthew Hoops |
2011-02-20 | GRAPHICS: Switch PICT's palette from RGBA to RGB | Matthew Hoops |
2011-02-17 | SCI: Fix Mac icon bar vertical positioning | Matthew Hoops |
2011-02-17 | SCI: Fix Mac icon bar palettes | Matthew Hoops |
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn |
2010-06-23 | Moved the SelectorCache struct inside selector.h, where it belongs, and fixed... | Filippos Karapetis |
2010-05-29 | Mass renaming of selector-related functions, and removed some defines which w... | Filippos Karapetis |
2010-05-24 | SCI: renaming MacIconBar to GfxMacIconBar | Martin Kiewitz |
2010-05-24 | Add support for showing the icon bar in SCI1.1 Mac. | Matthew Hoops |