aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/simon.cpp
AgeCommit message (Collapse)Author
2006-09-29Phase 2 of Simon renaming. Simon directory renamingEugene Sandulenko
svn-id: r24009
2006-09-29First pahse of renaming simon engine to agos. Internal renames. CompilationEugene Sandulenko
is broken svn-id: r24008
2006-09-29Fix input in PPTravis Howell
svn-id: r24005
2006-09-29Add last game (dimp) of PPTravis Howell
svn-id: r24002
2006-09-29Add more changes for PPTravis Howell
svn-id: r23998
2006-09-29Fix startup of PP gamesTravis Howell
svn-id: r23996
2006-09-29Add speech support for PP and cleanupTravis Howell
svn-id: r23995
2006-09-28Expand Simon engine moreTravis Howell
svn-id: r23994
2006-09-21Fix regression in Amiga/Macintosh versions of FFTravis Howell
svn-id: r23973
2006-09-20Fix crashes during WW startupTravis Howell
svn-id: r23944
2006-09-19Expand Simon engineTravis Howell
svn-id: r23939
2006-09-16* Added virtual Engine::getDebugger() methodMax Horn
* Removed code from errorString() methods that hooked the debugger(s) into error(), in favor of using getDebugger() from within error() * As a consequence, removed most custom errorString() methods svn-id: r23894
2006-08-27Update error messages and always report an error if data file load failsTravis Howell
svn-id: r23772
2006-08-27Remove the use of AutoComputeDirtyRects feature of backends, due to it ↵Travis Howell
causing minor glitches svn-id: r23770
2006-08-04Patch #1522592: Bugfix [1498158] SIMON: Itemheap overflow on 64bit systemsMax Horn
svn-id: r23670
2006-07-22Removing '/' at pathsnames of calls to "File::addDefaultDirectory" since it ↵Johannes Schickel
can't be assumed that the FS code uses '/' as path separators (and it shouldn't break anything) svn-id: r23563
2006-06-24Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cppMax Horn
Rationale: backend implementations belong to backends/, but portable APIs meant to be used by high level code is for common / sound / graphics / ... (compare also with backends/midi vs. sound/mididrv.h) svn-id: r23274
2006-06-20Cleanup. It seems unnecessary to have a "break" right after an unconditionalTorbjörn Andersson
return in a switch case. svn-id: r23198
2006-06-12Correct function called when exiting oracle or close up scene in FF. Fixes ↵Travis Howell
bug #1504393 - FF: Recursion error when using Chemistry Set svn-id: r23050
2006-06-11Add back lost change, to allow FF to skip any speechTravis Howell
svn-id: r23020
2006-06-02CleanupTravis Howell
svn-id: r22829
2006-06-01Fix wait timeout during introduction of demo version of Simon the Sorcerer 1 ↵Travis Howell
(With speech) svn-id: r22815
2006-05-27uninitialized variableWillem Jan Palenstijn
svn-id: r22674
2006-05-26isSpriteLoaded() is used by FF, a similar function was commented out in ↵Travis Howell
original code svn-id: r22653
2006-05-13fix VS2005 compilation warningsAndrew Kurushin
svn-id: r22431
2006-05-13Remove _rejectCount and cleanupTravis Howell
svn-id: r22430
2006-05-13Split VGA resource management back into FF and Simon 1/2 versionsTravis Howell
svn-id: r22427
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-04Update palmOS code for GameSpecificSettings changesTravis Howell
svn-id: r22335
2006-05-04Allow skipping speech in Simon1Travis Howell
svn-id: r22334
2006-05-04Don't read beyond imageCount, when looking for imageTravis Howell
svn-id: r22330
2006-05-04Show Epic Interactive movie on startup in Amiga/Mac. versions of FFTravis Howell
svn-id: r22323
2006-05-04Update screen more often, for smoother mouse movementTravis Howell
svn-id: r22322
2006-05-04CleanupTravis Howell
svn-id: r22320
2006-05-03CleanupTravis Howell
svn-id: r22289
2006-05-02CleanupTorbjörn Andersson
svn-id: r22280
2006-05-02Let's try this again: Let the backend draw the mouse cursor, instead of drawingTorbjörn Andersson
it ourselves. This time it seems to work. svn-id: r22279
2006-04-30Revert last change to mouse cursors in FF, causes odd glitchesTravis Howell
svn-id: r22243
2006-04-30Use system code for mouse cursors in FFTravis Howell
svn-id: r22241
2006-04-30Add complete support for mouse cursors in FF, with help from olkiTravis Howell
svn-id: r22238
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-29Split more functions of simon.cpp into separate filesTravis Howell
svn-id: r22221
2006-04-29Minor cleanupTravis Howell
svn-id: r22215
2006-04-29Merge fadeToBlack() into o1_specialFade() and cleanupTravis Howell
svn-id: r22214
2006-04-29Add more timer code differences in FFTravis Howell
svn-id: r22201
2006-04-29Fix mistakes in animateSpritesByY() for FFTravis Howell
svn-id: r22200
2006-04-26Introduce and use Engine_Empty() and Engine::GUIErrorMessage()Eugene Sandulenko
svn-id: r22165