aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/vga.cpp
AgeCommit message (Expand)Author
2006-04-29Minor cleanupTravis Howell
2006-04-29Merge fadeToBlack() into o1_specialFade() and cleanupTravis Howell
2006-04-25Fix OmniTV not stopping, when room changes in FFTravis Howell
2006-04-24Revert sign change to vcReadVar(), made glitches worse in some scenesTravis Howell
2006-04-24vcReadVar() should return a signed valueTravis Howell
2006-04-24Restrict variables sizes, when reading from vcReadNextWord(), to prevent over...Travis Howell
2006-04-24isSpriteLoaded is Simon 1/2 specific and never used by FFTravis Howell
2006-04-23Implemented volume and panning for FF sound effects. I hope my mapping fromTorbjörn Andersson
2006-04-21Move _variableArrayPtr changes to match original code, in case it is triggere...Travis Howell
2006-04-21Add some code for PanEvent in FF and cleanupTravis Howell
2006-04-20Add timer difference in FFTravis Howell
2006-04-18Add code for vc84_stopSoundLoop in FFTravis Howell
2006-04-18Scrolling comparisons should always be signed, fixes scrolling issue in maze ...Travis Howell
2006-04-17Remove leftover warningTravis Howell
2006-04-17Improve sound support in FF and add MoviePlayer classTravis Howell
2006-04-16Correct sign, to fix weird path finding issues in FFTravis Howell
2006-04-15Use different methods to avoid overflows to FF, to avoid regressionsTravis Howell
2006-04-15Increase size of variable array entries, to prevent overflows that often occu...Travis Howell
2006-04-15Minor cleanupTravis Howell
2006-04-15Add support for switching voice file in PC versions of FF and cleanupTravis Howell
2006-04-15Fix compile warnings I causedTravis Howell
2006-04-15Adjust video opcodes for second variable arrayTravis Howell
2006-04-14CleanupTravis Howell
2006-04-14Remove unused codeTravis Howell
2006-04-14A few corrections to path finding in FFTravis Howell
2006-04-14Adjusted debug message levels: loading a cutscene is more interesting than theTorbjörn Andersson
2006-04-14Fixed stupid mistake (it's my mistake, I can call it whatever I want!) in theTorbjörn Andersson
2006-04-14Add support for sound effects in Amiga version of FF and cleanupTravis Howell
2006-04-13vc36_setWindowImage is used for difference purpose in FFTravis Howell
2006-04-13Minor fixes to scrolling in FFTravis Howell
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