aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/simon.cpp
AgeCommit message (Expand)Author
2006-06-24Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cppMax Horn
2006-06-20Cleanup. It seems unnecessary to have a "break" right after an unconditionalTorbjörn Andersson
2006-06-12Correct function called when exiting oracle or close up scene in FF. Fixes bu...Travis Howell
2006-06-11Add back lost change, to allow FF to skip any speechTravis Howell
2006-06-02CleanupTravis Howell
2006-06-01Fix wait timeout during introduction of demo version of Simon the Sorcerer 1 ...Travis Howell
2006-05-27uninitialized variableWillem Jan Palenstijn
2006-05-26isSpriteLoaded() is used by FF, a similar function was commented out in orig...Travis Howell
2006-05-13fix VS2005 compilation warningsAndrew Kurushin
2006-05-13Remove _rejectCount and cleanupTravis Howell
2006-05-13Split VGA resource management back into FF and Simon 1/2 versionsTravis Howell
2006-05-05Match fade code of original games and minor cleanupTravis Howell
2006-05-05Update copyrightTravis Howell
2006-05-04CleanupTravis Howell
2006-05-04Update palmOS code for GameSpecificSettings changesTravis Howell
2006-05-04Allow skipping speech in Simon1Travis Howell
2006-05-04Don't read beyond imageCount, when looking for imageTravis Howell
2006-05-04Show Epic Interactive movie on startup in Amiga/Mac. versions of FFTravis Howell
2006-05-04Update screen more often, for smoother mouse movementTravis Howell
2006-05-04CleanupTravis Howell
2006-05-03CleanupTravis Howell
2006-05-02CleanupTorbjörn Andersson
2006-05-02Let's try this again: Let the backend draw the mouse cursor, instead of drawingTorbjörn Andersson
2006-04-30Revert last change to mouse cursors in FF, causes odd glitchesTravis Howell
2006-04-30Use system code for mouse cursors in FFTravis Howell
2006-04-30Add complete support for mouse cursors in FF, with help from olkiTravis Howell
2006-04-29Cleanup includesTravis Howell
2006-04-29Split more functions of simon.cpp into separate filesTravis 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-29Add more timer code differences in FFTravis Howell
2006-04-29Fix mistakes in animateSpritesByY() for FFTravis Howell
2006-04-26Introduce and use Engine_Empty() and Engine::GUIErrorMessage()Eugene Sandulenko
2006-04-25Show GUI message when game data is not found.Eugene Sandulenko
2006-04-24Add support for OmniTVTravis Howell
2006-04-24Fix memory leak in readGamePcText()Travis Howell
2006-04-24isSpriteLoaded is Simon 1/2 specific and never used by FFTravis Howell
2006-04-24Free screen buffers on exitTravis Howell
2006-04-22Cleanup use of different filenames in different versionsTravis Howell
2006-04-21Add FF differences in chance script opcodeTravis Howell
2006-04-21Split bitArrays into three separate arrays, like original. Also fixing load/s...Travis Howell
2006-04-21Add animate sprites by Y function for FFTravis Howell
2006-04-21Add back debug functionTravis Howell
2006-04-21Add some code for PanEvent in FF and cleanupTravis Howell
2006-04-20Add F9 key in FF, which toggles hitbox namesTravis Howell
2006-04-20Add timer difference in FFTravis Howell
2006-04-20Fix mistake in vertical scrolling in FFTravis Howell
2006-04-20_rejectCount should only be incremented in checkNoOverWrite()Travis Howell
2006-04-20Update resource managment, missed several changes from FFTravis Howell