aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/vga.cpp
AgeCommit message (Collapse)Author
2006-06-12Fix bug #1500552 - FF: Glitches in Swamp Soup game of arcadeTravis Howell
svn-id: r23055
2006-06-12Fix errors in centreScroll() of FFTravis Howell
svn-id: r23053
2006-06-05CleanupTravis Howell
svn-id: r22927
2006-06-01Fix wait timeout during introduction of demo version of Simon the Sorcerer 1 ↵Travis Howell
(With speech) svn-id: r22815
2006-05-26isSpriteLoaded() is used by FF, a similar function was commented out in ↵Travis Howell
original code svn-id: r22653
2006-05-05Fix inventory arrows regression in Simon 1Travis Howell
svn-id: r22360
2006-05-05Match fade code of original games and minor cleanupTravis Howell
svn-id: r22359
2006-05-05Update copyrightTravis Howell
svn-id: r22358
2006-05-04CleanupTravis Howell
svn-id: r22336
2006-05-04Don't read beyond animationCount, when looking for animation in vc3_loadSprite()Travis Howell
svn-id: r22331
2006-05-04Don't read beyond imageCount, when looking for imageTravis Howell
svn-id: r22330
2006-05-04Update screen more often, for smoother mouse movementTravis Howell
svn-id: r22322
2006-05-04CleanupTravis Howell
svn-id: r22320
2006-05-03Add work around for glitches that occurs on map, when Simon rides lion to ↵Travis Howell
the goblin camp, in non-English versions of Simon2 svn-id: r22305
2006-05-03Write results to correct locations in setRandom and getPathValue video ↵Travis Howell
opcodes of FF svn-id: r22295
2006-05-03Fix scrolling glitches in Oracle of FFTravis Howell
svn-id: r22290
2006-05-03CleanupTravis Howell
svn-id: r22289
2006-04-29Cleanup includesTravis Howell
svn-id: r22225
2006-04-29Split more functions of simon.cpp into separate filesTravis Howell
svn-id: r22224
2006-04-29Minor cleanupTravis Howell
svn-id: r22215
2006-04-29Merge fadeToBlack() into o1_specialFade() and cleanupTravis Howell
svn-id: r22214
2006-04-25Fix OmniTV not stopping, when room changes in FFTravis Howell
svn-id: r22145
2006-04-24Revert sign change to vcReadVar(), made glitches worse in some scenesTravis Howell
svn-id: r22139
2006-04-24vcReadVar() should return a signed valueTravis Howell
svn-id: r22135
2006-04-24Restrict variables sizes, when reading from vcReadNextWord(), to prevent ↵Travis Howell
overflows svn-id: r22134
2006-04-24isSpriteLoaded is Simon 1/2 specific and never used by FFTravis Howell
svn-id: r22130
2006-04-23Implemented volume and panning for FF sound effects. I hope my mapping fromTorbjörn Andersson
DirectSound's logarithmic scale to ScummVM's linear scale is at least reasonably collect. This should keep the sound effects from overpowering the spoken voices in some scenes. svn-id: r22107
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