aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/simon.h
AgeCommit message (Expand)Author
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-14CleanupTravis 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-10CleanupTravis Howell
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-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-08Add initial support for vertical scrolling in FFTravis Howell
2006-04-07Cleanup and split scrolling codeTravis Howell
2006-04-07Cleanup of yesterday's changes. The opcode functions no longer need to take anyTorbjörn Andersson
2006-04-07Fix some horizontal scrolling issues in FFTravis 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-06Remove duplicate code in last commit and minor fixes for FFTravis Howell
2006-04-06Minor cleanup and fixes for FFTravis Howell
2006-04-06Add some work on scrolling in FFTravis Howell
2006-04-06Add more icon differences in FF and cleanupTravis Howell
2006-04-05Renames structures and other cleanupTravis Howell