aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/items.cpp
AgeCommit message (Expand)Author
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
2006-04-10Merged o_lockZone() and o_unlockZone() into o1_lockZones() and o1_unlockZones()Torbjörn Andersson
2006-04-10Merged o_playMusic() into o1_playTune().Torbjörn Andersson
2006-04-10Merged o_set_video_mode() into o1_picture().Torbjörn Andersson
2006-04-10Merged o_unk_103() into o1_cls().Torbjörn Andersson
2006-04-10Merged o_defineWindow() into o1_defWindow().Torbjörn Andersson
2006-04-10Merged o_vga_reset() into o1_killAnimate().Torbjörn Andersson
2006-04-10Merged o_chance() into o1_chance().Torbjörn Andersson
2006-04-09Fix clearing text window in oracle of FFTravis Howell
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-08Add FF difference in addTextBox() and minor cleanupTravis Howell
2006-04-08Fixes for oracle in FF and cleanupTravis Howell
2006-04-07Minor cleanupTravis Howell
2006-04-07Cleanup of yesterday's changes. The opcode functions no longer need to take anyTorbjörn Andersson
2006-04-07Sprite is always set to 1 in o_printStr() and o1_scnTxtLongText() for FF. Fix...Travis Howell
2006-04-07Fix subtitle output in FFTravis 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-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
2006-04-04Add verb codes differences in FFTravis Howell
2006-04-04More work on oracle in FFTravis Howell
2006-04-04More work on oracle in FFTravis Howell
2006-03-29Add opcode difference in FFTravis Howell
2006-03-29Added stubs for a couple of FF opcodes.Torbjörn Andersson