aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/simon.cpp
AgeCommit message (Collapse)Author
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
2006-04-25Show GUI message when game data is not found.Eugene Sandulenko
svn-id: r22164
2006-04-24Add support for OmniTVTravis Howell
svn-id: r22136
2006-04-24Fix memory leak in readGamePcText()Travis Howell
svn-id: r22133
2006-04-24isSpriteLoaded is Simon 1/2 specific and never used by FFTravis Howell
svn-id: r22130
2006-04-24Free screen buffers on exitTravis Howell
svn-id: r22129
2006-04-22Cleanup use of different filenames in different versionsTravis Howell
svn-id: r22078
2006-04-21Add FF differences in chance script opcodeTravis Howell
svn-id: r22068
2006-04-21Split bitArrays into three separate arrays, like original. Also fixing ↵Travis Howell
load/save issue with bitArrayThree been off by one svn-id: r22067
2006-04-21Add animate sprites by Y function for FFTravis Howell
svn-id: r22064
2006-04-21Add back debug functionTravis Howell
svn-id: r22063
2006-04-21Add some code for PanEvent in FF and cleanupTravis Howell
svn-id: r22062
2006-04-20Add F9 key in FF, which toggles hitbox namesTravis Howell
svn-id: r22059
2006-04-20Add timer difference in FFTravis Howell
svn-id: r22054
2006-04-20Fix mistake in vertical scrolling in FFTravis Howell
svn-id: r22051
2006-04-20_rejectCount should only be incremented in checkNoOverWrite()Travis Howell
svn-id: r22050
2006-04-20Update resource managment, missed several changes from FFTravis Howell
svn-id: r22049
2006-04-20CleanupTravis Howell
svn-id: r22047
2006-04-20Minor cleanupTravis Howell
svn-id: r22044
2006-04-20Update resource managment for FF, this method is more efficent for Simon 1/2 tooTravis Howell
svn-id: r22043
2006-04-19Correct dummyItems in FF and cleanupTravis Howell
svn-id: r22035
2006-04-19Add minor code differences in FF, might help corrupt graphicsTravis Howell
svn-id: r22033
2006-04-18Fix time events continuing, when using the oracle in FFTravis Howell
svn-id: r22003
2006-04-18Scrolling comparisons should always be signed, fixes scrolling issue in maze ↵Travis Howell
of FF svn-id: r21995
2006-04-17Adjust video playback code, due to false calls in prison of FFTravis Howell
svn-id: r21977
2006-04-17Improve sound support in FF and add MoviePlayer classTravis Howell
svn-id: r21975
2006-04-17Intergrate the DXA player for Amiga/Macintosh verisons of FF, from cyxTravis Howell
svn-id: r21959
2006-04-17Handle unsigned variableArray reads better in FF, fixes more missing subroutinesTravis Howell
svn-id: r21958