aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/simon.cpp
AgeCommit message (Expand)Author
2006-04-17Adjust video playback code, due to false calls in prison of FFTravis Howell
2006-04-17Improve sound support in FF and add MoviePlayer classTravis Howell
2006-04-17Intergrate the DXA player for Amiga/Macintosh verisons of FF, from cyxTravis Howell
2006-04-17Handle unsigned variableArray reads better in FF, fixes more missing subroutinesTravis Howell
2006-04-17Only allocate scale buffer when using FFTravis Howell
2006-04-17Fix vertical scrollingTravis Howell
2006-04-15CleanupTravis Howell
2006-04-15Use different methods to avoid overflows to FF, to avoid regressionsTravis Howell
2006-04-15- Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ...Max Horn
2006-04-15Fix display of swap character logo in FFTravis Howell
2006-04-15Minor cleanupTravis Howell
2006-04-15Adjust various number of textBox checks for FFTravis Howell
2006-04-15Increase array sizes for FF and cleanupTravis Howell
2006-04-15Add support for switching voice file in PC versions of FF and cleanupTravis Howell
2006-04-15Remove last use of hard coded language values and adjust settings for FFTravis Howell
2006-04-14Avoid possible regression in set_video_mode_internal() for Simon1Travis Howell
2006-04-14Add speech support for Amiga verison of FFTravis Howell
2006-04-14Add support for sound effects in Amiga version of FF and cleanupTravis Howell
2006-04-13Add invertBox function for FFTravis Howell
2006-04-13Add code for save game interface in FFTravis Howell
2006-04-13Minor fixes to scrolling in FFTravis Howell
2006-04-11Ooops, re-enable code in allocBlock()Travis Howell
2006-04-11Update waitForSync() for FF and minor cleanupTravis Howell
2006-04-10CleanupTravis Howell
2006-04-10By now, it should be obvious that I'm trying to get rid of the o_ functions.Torbjörn Andersson
2006-04-10Merged o_setup_cond_c() into o1_getDollar2(). (We could mergeTorbjörn Andersson
2006-04-10Merged o_printStr() into o1_screenTextMsg().Torbjörn Andersson
2006-04-10Merged o_pathfind() into o1_getPathPosn().Torbjörn Andersson
2006-04-10Merged o_loadZone() and o_unloadZone() into o1_loadZone() and o1_unloadZone().Torbjörn Andersson
2006-04-10Merged o_set_video_mode() into o1_picture().Torbjörn Andersson
2006-04-10Merged o_vga_reset() into o1_killAnimate().Torbjörn Andersson
2006-04-09Add time code for FF and minor cleanupTravis Howell
2006-04-09Add centreScroll() for FF and hyperbox code differences in FF.Travis Howell
2006-04-08Introduced language EN_ANY used for general English game entries. EN_USA andEugene Sandulenko
2006-04-08Fixes for oracle in FF and cleanupTravis Howell
2006-04-08Remove excess ; in scrollEvent()Travis Howell
2006-04-08Add initial support for vertical scrolling in FFTravis Howell
2006-04-07Minor cleanupTravis Howell
2006-04-07Fix some horizontal scrolling issues in FFTravis Howell
2006-04-07Sprite is always set to 1 in o_printStr() and o1_scnTxtLongText() for FF. Fix...Travis Howell
2006-04-07Add some work on text output in FFTravis Howell
2006-04-06Split the opcodes into separate functions, and use an array of functionTorbjörn Andersson
2006-04-06Rename structures and correct array sizesTravis Howell
2006-04-06CleanupTravis Howell
2006-04-06Remove duplicate code in last commit and minor fixes for FFTravis Howell
2006-04-06Minor cleanup and fixes for FFTravis Howell
2006-04-06Add some work on scrolling in FFTravis Howell
2006-04-06Add more icon differences in FF and cleanupTravis Howell
2006-04-05Renames structures and other cleanupTravis Howell
2006-04-05Use the setBitFlag() and getBitFlag() functions, instead of manipulatingTorbjörn Andersson