aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/items.cpp
AgeCommit message (Expand)Author
2006-06-02CleanupTravis Howell
2006-06-02Improve Hebrew supportTravis Howell
2006-05-13Remove _rejectCount and cleanupTravis Howell
2006-05-12Fixed two regressions in the o1_specialFade() opcode: The wrong colours wereTorbjörn Andersson
2006-05-08Changed abs() to ABS()Torbjörn Andersson
2006-05-05Match fade code of original games and minor cleanupTravis Howell
2006-05-05Update copyrightTravis Howell
2006-05-04Update screen more often, for smoother mouse movementTravis Howell
2006-05-04CleanupTravis Howell
2006-05-03Correct result var in checkPaths script opcode in FFTravis Howell
2006-05-03CleanupTravis Howell
2006-04-29Cleanup includesTravis Howell
2006-04-29Split more functions of simon.cpp into separate filesTravis Howell
2006-04-29Add FF difference in o_screenTextMsg()Travis Howell
2006-04-29Merge fadeToBlack() into o1_specialFade() and cleanupTravis Howell
2006-04-26Add FF difference in isAdjNoun opcode. This makes it possible to get past theTorbjörn Andersson
2006-04-24Correct and move warning, when failing to load video in FFTravis 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 some code for PanEvent in FF and cleanupTravis Howell
2006-04-20Enable virtual keyboard, when entering saved game name in FFTravis Howell
2006-04-20getPathPosn script opcode needs to use int16 to get correct position, fixes e...Travis Howell
2006-04-20CleanupTravis Howell
2006-04-19Correct dummyItems in FF and cleanupTravis Howell
2006-04-19Number the FF conversation options.Torbjörn Andersson
2006-04-19Add FF difference in mouseOn script opcodeTravis Howell
2006-04-18Correct increment for checkPaths script opcode in FFTravis Howell
2006-04-17Split screenTextPObj script opcode into game specific versionsTravis Howell
2006-04-17Add FF difference in addBox script opcode, fixes x position of some boxesTravis 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-17Minor cleanupTravis Howell
2006-04-17Intergrate the DXA player for Amiga/Macintosh verisons of FF, from cyxTravis Howell
2006-04-16Fix cursor colors in chemsitry set for FFTravis Howell
2006-04-15Fix speech id for o_screenTextMsg() in FFTravis Howell
2006-04-15CleanupTravis 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-15Adjust video opcodes for second variable arrayTravis Howell
2006-04-14CleanupTravis 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-14Remove duplicate check in checkPathsTravis Howell
2006-04-13Add checkPaths function for FFTravis Howell
2006-04-13Add code for save game interface in FFTravis Howell
2006-04-10Cleanup.Torbjörn Andersson
2006-04-10Split the playTune opcode into Simon 1, Simon 2 and FF versions. The FF versionTorbjörn Andersson
2006-04-10Some opcodes have been made Simon 1-specific, either because they really areTorbjörn Andersson