aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/picture.h
AgeCommit message (Expand)Author
2017-03-27SCI: Implement bounds-checked reads of game resourcesColin Snover
2016-08-19SCI32: Remove CoordAdjuster32, at least for the momentColin Snover
2016-02-18SCI: Implement accurate renderer architecture for SCI32Colin Snover
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2013-12-26SCI: fix sci1early+ ega picture issuesMartin Kiewitz
2011-10-14SCI: More work on the vertical plane offset for SCI32. Still WIP.Filippos Karapetis
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-07-26SCI: adding scrollcapability to sci32Martin Kiewitz
2010-07-26SCI: some scrolling support for sci32Martin 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: fixing hires background pictures sci2.1Martin 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-02-06SCI: added plane coordinate adjustment code for sci32 when drawing pictures, ...Martin Kiewitz
2010-02-05SCI: adding some minor documentation for the various graphic classesMartin Kiewitz
2010-02-05SCI: renamed SciGuiPicture to GfxPictureMartin Kiewitz
2010-02-02SCI: some sort of priority support for sci32 (not working right, but at least...Martin Kiewitz
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-09SCI: added new debug command "picture_visualize", which enables visualization...Martin Kiewitz
2010-01-05More renamingFilippos Karapetis