aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/vga.cpp
AgeCommit message (Expand)Author
2006-09-29Phase 2 of Simon renaming. Simon directory renamingEugene Sandulenko
2006-09-29First pahse of renaming simon engine to agos. Internal renames. CompilationEugene Sandulenko
2006-09-29PP uses voice channel for looping musicTravis Howell
2006-09-29Fix input in PPTravis Howell
2006-09-29Add speech support for PP and cleanupTravis Howell
2006-09-28Expand Simon engine moreTravis Howell
2006-09-19Fix FF/Simon2 regression in last commitTravis Howell
2006-09-19Expand Simon engineTravis Howell
2006-09-18Minor cleanup, to re-order functionsTravis Howell
2006-07-22Fixing compiler warnings under amd64.Johannes Schickel
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