aboutsummaryrefslogtreecommitdiff
path: root/engines/simon
AgeCommit message (Expand)Author
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-17Fix box selection after vertical scrolling in FFTravis Howell
2006-04-17Only allocate scale buffer when using FFTravis Howell
2006-04-17Fix vertical scrollingTravis Howell
2006-04-16The backend is responsible for making its own copy of the mouse cursor, so FFTorbjörn Andersson
2006-04-16The File class automatically tries adding "." to a filename if the file cannotTorbjörn Andersson
2006-04-16Add missing mouse pointer checks for oracle and SAM in FFTravis Howell
2006-04-16Reduced dependencies on base/plugins.hMax Horn
2006-04-16Removed the directory parameter from md5_fileMax Horn
2006-04-16Fix cursor colors in chemsitry set for FFTravis Howell
2006-04-16Fix mouse cursor changing for buttons in chemistry set for FFTravis Howell
2006-04-16Improve cursor support in FFTravis Howell
2006-04-16Use default cursor in FF for now, to make selection easierTravis Howell
2006-04-16Correct sign, to fix weird path finding issues in FFTravis Howell
2006-04-15Fix speech id for o_screenTextMsg() in FFTravis Howell
2006-04-15CleanupTravis Howell
2006-04-15Remove out dated commentTravis Howell
2006-04-15Use different methods to avoid overflows to FF, to avoid regressionsTravis 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-15Removed GameDetector::_gameid in favor of using a config manager entryMax Horn
2006-04-15Fix display of swap character logo in FFTravis Howell
2006-04-15Increase size of variable array entries, to prevent overflows that often occu...Travis Howell
2006-04-15Minor cleanupTravis Howell
2006-04-15Change _numTextBoxes to unsigned, to stop compile warningsTravis 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-15Fix compile warnings I causedTravis Howell
2006-04-15Remove last use of hard coded language values and adjust settings for FFTravis Howell
2006-04-15Adjust video opcodes for second variable arrayTravis Howell
2006-04-14Fix another glitch in save game interface of FFTravis Howell
2006-04-14Fix glitch when entering saved game name in FFTravis Howell
2006-04-14Correct size, when clearing image in renderString() for FFTravis Howell
2006-04-14Avoid possible regression in set_video_mode_internal() for Simon1Travis Howell
2006-04-14Fix object name display, after conversation in FFTravis Howell
2006-04-14CleanupTravis Howell
2006-04-14Remove unused codeTravis Howell
2006-04-14A few corrections to path finding in FFTravis Howell
2006-04-14Adjusted debug message levels: loading a cutscene is more interesting than theTorbjörn Andersson
2006-04-14Ooops, increment table, not field in invertBox{}Travis Howell
2006-04-14Add missing increment in invertBox()Travis Howell
2006-04-14Fixed stupid mistake (it's my mistake, I can call it whatever I want!) in theTorbjörn Andersson
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-14Changed File::open to take a Common::String as file name parameterMax Horn
2006-04-14Remove duplicate check in checkPathsTravis Howell
2006-04-14Fix regression in Amiga version of FFTravis Howell
2006-04-13Add invertBox function for FFTravis Howell