aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/vga.cpp
AgeCommit message (Expand)Author
2006-04-13Fix various crash issues in FF, the image number in vc2_call needed to be adj...Travis Howell
2006-04-10CleanupTravis Howell
2006-04-10Merged o_loadBeard() and o_unloadBeard() into o1_loadBeard() andTorbjörn Andersson
2006-04-09Add centreScroll() for FF and hyperbox code differences in FF.Travis Howell
2006-04-08Add initial support for vertical scrolling in FFTravis Howell
2006-04-07Minor cleanupTravis Howell
2006-04-07Cleanup and split scrolling codeTravis Howell
2006-04-07Add scrolling adjustments when drawing overlay in FFTravis Howell
2006-04-07Fix some horizontal scrolling issues in FFTravis Howell
2006-04-06Add some work on scrolling in FFTravis Howell
2006-04-05Use the setBitFlag() and getBitFlag() functions, instead of manipulatingTorbjörn Andersson
2006-04-05Fix regression in Simon2, a byte was lost when clearing or setting marksTravis Howell
2006-04-04Add verb codes differences in FFTravis Howell
2006-03-27Always init state.depack_contTravis Howell
2006-03-23Minor changes for FF and cleanupTravis Howell
2006-03-22Code for inverted rect when scaling images of FF no longer required. Minor cl...Travis Howell
2006-03-22Rename draw buffers correctlyTravis Howell
2006-03-22Small correction to scaling code in FFTravis Howell
2006-03-22Preliminary (weasel-word for "probably buggy") implementation of the remainingTorbjörn Andersson
2006-03-22Whitespace changesTravis Howell
2006-03-22Fix regression in 2nd room of FFTravis Howell
2006-03-22Skip columns isn't used for overlayed or scaled images in FFTravis Howell
2006-03-22Add initial support for Amiga and Macintosh versions of The Feeble FilesTravis Howell
2006-03-16CleanupTravis Howell
2006-03-16Rename get draw buffer functionsTravis Howell
2006-03-16Rename flags used for drawing imagesTravis Howell
2006-03-16Remove unused unlock draw surface functionsTravis Howell
2006-03-16Add scaling code stub for FFTravis Howell
2006-02-16Fix overlay images not always been marked as compressed in the Feeble FilesTravis Howell
2006-02-16Cleanup drawing code for Feeble FilesTravis Howell
2006-02-16For now, do not attempt to draw "overlay" sprites, like the Oracle icon. TheTorbjörn Andersson
2006-02-14It looks like Feeble Files adjustis sprite coordinates by _scrollY as well,Torbjörn Andersson
2006-02-14As far as I can tell, The Feeble Files should subtract _scrollX from theTorbjörn Andersson
2006-02-11Moved engines to the new engines/ directoryMax Horn