aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/vga.cpp
AgeCommit message (Expand)Author
2006-06-12Fix bug #1500552 - FF: Glitches in Swamp Soup game of arcadeTravis Howell
2006-06-12Fix errors in centreScroll() of FFTravis Howell
2006-06-05CleanupTravis Howell
2006-06-01Fix wait timeout during introduction of demo version of Simon the Sorcerer 1 ...Travis Howell
2006-05-26isSpriteLoaded() is used by FF, a similar function was commented out in orig...Travis Howell
2006-05-05Fix inventory arrows regression in Simon 1Travis Howell
2006-05-05Match fade code of original games and minor cleanupTravis Howell
2006-05-05Update copyrightTravis Howell
2006-05-04CleanupTravis Howell
2006-05-04Don't read beyond animationCount, when looking for animation in vc3_loadSprite()Travis Howell
2006-05-04Don't read beyond imageCount, when looking for imageTravis Howell
2006-05-04Update screen more often, for smoother mouse movementTravis Howell
2006-05-04CleanupTravis Howell
2006-05-03Add work around for glitches that occurs on map, when Simon rides lion to the...Travis Howell
2006-05-03Write results to correct locations in setRandom and getPathValue video opcode...Travis Howell
2006-05-03Fix scrolling glitches in Oracle of FFTravis Howell
2006-05-03CleanupTravis Howell
2006-04-29Cleanup includesTravis Howell
2006-04-29Split more functions of simon.cpp into separate filesTravis Howell
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