aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/picture.cpp
AgeCommit message (Expand)Author
2011-04-02SCI: Fix Mac SCI32 picture transparencyMatthew Hoops
2011-03-10SCI: Some renaming related to the undithering codemd5
2011-03-07SCI: Initial handling of the views in Longbow Amiga. Still not rightmd5
2011-03-06SCI: Silence GCC warningeriktorbjorn
2011-03-06SCI: Merged the cel data unpacking code for views and picturesmd5
2011-03-06SCI: Some changes to picture drawingmd5
2011-03-04SCI: Cleaned up some view type checksmd5
2011-03-04SCI: Fix flood fill matching in EGA modeWillem Jan Palenstijn
2011-02-05SCI: Fix SCI32 Mac picture palettesMatthew Hoops
2011-02-02SCI: Fix SCI32 Mac picturesMatthew Hoops
2010-12-01SCI: Fixed bugs #3041044, #3046543 and #3046513Filippos Karapetis
2010-11-05SCI: Add a default case to a switch statement to silence some compiler warnings.Johannes Schickel
2010-11-04SCI: adding force to memorial area for SQ3/introMartin Kiewitz
2010-09-07SCI: Slight change in GfxPicture::vectorFloodFill()Filippos Karapetis
2010-08-16SCI: sci1.1 pictures w/o cel don't set paletteMartin Kiewitz
2010-07-28SCI: adding header comments about sci1.1 picturesMartin Kiewitz
2010-07-28SCI: priority handling for sci1.1 add-picturesMartin Kiewitz
2010-07-27SCI: sci1.1 priority bands now changing in kDrawPicMartin Kiewitz
2010-07-26SCI: adding scrollcapability to sci32Martin Kiewitz
2010-07-26SCI: some scrolling support for sci32Martin Kiewitz
2010-07-24SCI: locking picture resourceMartin Kiewitz
2010-07-22SCI: fixing mirrored sci32 picturesMartin Kiewitz
2010-07-22SCI: some more work on priority sci32Martin Kiewitz
2010-07-22SCI: some work on priority in sci32Martin Kiewitz
2010-07-21SCI: terminating at another resource of sq4cdMartin Kiewitz
2010-07-21SCI: fixing hires background pictures sci2.1Martin Kiewitz
2010-07-13SCI: adding comment about GfxPicture::draw() and picture resource formatsMartin Kiewitz
2010-07-13SCI: change handling of priority in combination with embedded cels inside pic...Martin Kiewitz
2010-06-25SCI: Introduce SciGameId enumMax Horn
2010-06-23SCI: implementing boundary checking for GfxPalette::createFromData(), sq5 has...Martin Kiewitz
2010-06-17SCI: Change SciEngine's 'char *getGameID()' to 'Common::String getGameId()'Max Horn
2010-05-26SCI: adding another workaround for picture 376 in sq4/cd (same issue like ori...Martin Kiewitz
2010-05-26SCI: adding another hack to sci32 picture drawing, fixes crash in sci32 games...Martin Kiewitz
2010-05-25SCI: adding comment about error() on pattern opcodes sci1.1+Martin Kiewitz
2010-05-25SCI: error out on pattern opcodes inside vector data when drawing pictures in...Martin Kiewitz
2010-05-25SCI: sci1.1 uses hardcoded white for picture cel data instead of the value sp...Martin Kiewitz
2010-05-25SCI: sci1.1 changed priority to 15, when adding to picture - fixes title in i...Martin Kiewitz
2010-05-20SCI: adding workaround for some underwater rooms in iceman - removing visual&...Martin Kiewitz
2010-05-15SCI: SCI_SCREEN_MASK_* now GFX_SCREEN_MASK_*, using enum - added new enum GFX...Martin Kiewitz
2010-05-14SCI: if no priority is set (=255) and a cel is embedded in picture vector dat...Martin Kiewitz
2010-02-17SCI: Cleanup resource.hMax Horn
2010-02-06SCI: added plane coordinate adjustment code for sci32 when drawing pictures, ...Martin Kiewitz
2010-02-05SCI: renamed SciGuiPicture to GfxPictureMartin Kiewitz
2010-02-03SCI: fixing picture corruption in sci32 (e.g. sq6 picture 430, kq7 after intro)Martin Kiewitz
2010-02-02SCI: some sort of priority support for sci32 (not working right, but at least...Martin Kiewitz
2010-02-01Skip extra pixels at the end of each row in the cel so that they don't carry ...Matthew Hoops
2010-01-31SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now...Martin Kiewitz
2010-01-31SCI: cleaned up graphics classes, removed gfx&windowmgr, added gfxports, gfxc...Martin Kiewitz
2010-01-29SCI: added new SciGui32 class, Gfx class needs some work though and hopefully...Martin Kiewitz
2010-01-26SCI: changed flags (uint16) to force (bool) for set/merge palette methodsMartin Kiewitz