aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/vga.cpp
AgeCommit message (Collapse)Author
2006-04-21Move _variableArrayPtr changes to match original code, in case it is ↵Travis Howell
triggered outside video opcodes svn-id: r22066
2006-04-21Add some code for PanEvent in FF and cleanupTravis Howell
svn-id: r22062
2006-04-20Add timer difference in FFTravis Howell
svn-id: r22054
2006-04-18Add code for vc84_stopSoundLoop in FFTravis Howell
svn-id: r22007
2006-04-18Scrolling comparisons should always be signed, fixes scrolling issue in maze ↵Travis Howell
of FF svn-id: r21995
2006-04-17Remove leftover warningTravis Howell
svn-id: r21976
2006-04-17Improve sound support in FF and add MoviePlayer classTravis Howell
svn-id: r21975
2006-04-16Correct sign, to fix weird path finding issues in FFTravis Howell
svn-id: r21928
2006-04-15Use different methods to avoid overflows to FF, to avoid regressionsTravis Howell
svn-id: r21924
2006-04-15Increase size of variable array entries, to prevent overflows that often ↵Travis Howell
occur in FF. The original FF used unsigned variable arrays, but Simon 1/2 requires a signed variable array. svn-id: r21905
2006-04-15Minor cleanupTravis Howell
svn-id: r21904
2006-04-15Add support for switching voice file in PC versions of FF and cleanupTravis Howell
svn-id: r21900
2006-04-15Fix compile warnings I causedTravis Howell
svn-id: r21899
2006-04-15Adjust video opcodes for second variable arrayTravis Howell
svn-id: r21897
2006-04-14CleanupTravis Howell
svn-id: r21880
2006-04-14Remove unused codeTravis Howell
svn-id: r21877
2006-04-14A few corrections to path finding in FFTravis Howell
svn-id: r21876
2006-04-14Adjusted debug message levels: loading a cutscene is more interesting than theTorbjörn Andersson
drawing of a scaled sprite. svn-id: r21875
2006-04-14Fixed stupid mistake (it's my mistake, I can call it whatever I want!) in theTorbjörn Andersson
scaling code. Hopefully it's right now. The scaling glitches seem to be gone, at any rate. svn-id: r21872
2006-04-14Add support for sound effects in Amiga version of FF and cleanupTravis Howell
svn-id: r21870
2006-04-13vc36_setWindowImage is used for difference purpose in FFTravis Howell
svn-id: r21840
2006-04-13Minor fixes to scrolling in FFTravis Howell
svn-id: r21837
2006-04-13Fix various crash issues in FF, the image number in vc2_call needed to be ↵Travis Howell
adjusted svn-id: r21836
2006-04-10CleanupTravis Howell
svn-id: r21773
2006-04-10Merged o_loadBeard() and o_unloadBeard() into o1_loadBeard() andTorbjörn Andersson
o1_unloadBeard(). svn-id: r21750
2006-04-09Add centreScroll() for FF and hyperbox code differences in FF.Travis Howell
svn-id: r21712
2006-04-08Add initial support for vertical scrolling in FFTravis Howell
svn-id: r21675
2006-04-07Minor cleanupTravis Howell
svn-id: r21671
2006-04-07Cleanup and split scrolling codeTravis Howell
svn-id: r21670
2006-04-07Add scrolling adjustments when drawing overlay in FFTravis Howell
svn-id: r21669
2006-04-07Fix some horizontal scrolling issues in FFTravis Howell
svn-id: r21661
2006-04-06Add some work on scrolling in FFTravis Howell
svn-id: r21637
2006-04-05Use the setBitFlag() and getBitFlag() functions, instead of manipulatingTorbjörn Andersson
_bitArray[] directly. This kind of change is, of course, rather error-prone. I hope I haven't introduced any regressions. svn-id: r21622
2006-04-05Fix regression in Simon2, a byte was lost when clearing or setting marksTravis Howell
svn-id: r21619
2006-04-04Add verb codes differences in FFTravis Howell
svn-id: r21589
2006-03-27Always init state.depack_contTravis Howell
svn-id: r21466
2006-03-23Minor changes for FF and cleanupTravis Howell
svn-id: r21417
2006-03-22Code for inverted rect when scaling images of FF no longer required. Minor ↵Travis Howell
cleanup svn-id: r21407
2006-03-22Rename draw buffers correctlyTravis Howell
svn-id: r21406
2006-03-22Small correction to scaling code in FFTravis Howell
svn-id: r21405
2006-03-22Preliminary (weasel-word for "probably buggy") implementation of the remainingTorbjörn Andersson
parts of scaleClip(). I do see a scaled image of Feeble, but it's very glitchy. On the other hand, I get the same kindof glitches when drawing him unscaled, so maybe there is garbage left in the scale buffer from previous frames. svn-id: r21404
2006-03-22Whitespace changesTravis Howell
svn-id: r21403
2006-03-22Fix regression in 2nd room of FFTravis Howell
svn-id: r21402
2006-03-22Skip columns isn't used for overlayed or scaled images in FFTravis Howell
svn-id: r21401
2006-03-22Add initial support for Amiga and Macintosh versions of The Feeble FilesTravis Howell
svn-id: r21399
2006-03-16CleanupTravis Howell
svn-id: r21328
2006-03-16Rename get draw buffer functionsTravis Howell
svn-id: r21325
2006-03-16Rename flags used for drawing imagesTravis Howell
svn-id: r21324
2006-03-16Remove unused unlock draw surface functionsTravis Howell
svn-id: r21323
2006-03-16Add scaling code stub for FFTravis Howell
svn-id: r21322