aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/simon.cpp
AgeCommit message (Expand)Author
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
2006-04-20CleanupTravis Howell
2006-04-20Minor cleanupTravis Howell
2006-04-20Update resource managment for FF, this method is more efficent for Simon 1/2 tooTravis Howell
2006-04-19Correct dummyItems in FF and cleanupTravis Howell
2006-04-19Add minor code differences in FF, might help corrupt graphicsTravis Howell
2006-04-18Fix time events continuing, when using the oracle in FFTravis Howell
2006-04-18Scrolling comparisons should always be signed, fixes scrolling issue in maze ...Travis Howell
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