aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/items.cpp
AgeCommit message (Expand)Author
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
2006-04-10With the old o_ functions out of the way, I have renamed all o1_ functions asTorbjörn Andersson
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_restoreIconArray() into o1_restoreIconArray().Torbjörn Andersson
2006-04-10Merged o_confirmQuit() into o1_pauseGame().Torbjörn Andersson
2006-04-10Merged o_inventory_descriptions() into o1_screenTextPObj().Torbjörn Andersson
2006-04-10Merged o_loadGame() and o_saveGame() into o1_loadUserGame() andTorbjörn Andersson
2006-04-10Merged o_loadZone() and o_unloadZone() into o1_loadZone() and o1_unloadZone().Torbjörn Andersson
2006-04-10Merged o_playSFX() into o1_playEffect().Torbjörn Andersson
2006-04-10Merged o_loadBeard() and o_unloadBeard() into o1_loadBeard() andTorbjörn Andersson