Age | Commit message (Expand) | Author |
2006-04-14 | Add support for sound effects in Amiga version of FF and cleanup | Travis Howell |
2006-04-14 | Changed File::open to take a Common::String as file name parameter | Max Horn |
2006-04-14 | Remove duplicate check in checkPaths | Travis Howell |
2006-04-14 | Fix regression in Amiga version of FF | Travis Howell |
2006-04-13 | Add invertBox function for FF | Travis Howell |
2006-04-13 | Add checkPaths function for FF | Travis Howell |
2006-04-13 | Add code for save game interface in FF | Travis Howell |
2006-04-13 | Fix display of saved games list in oracle of FF, when saving | Travis Howell |
2006-04-13 | vc36_setWindowImage is used for difference purpose in FF | Travis Howell |
2006-04-13 | Disable quick load/save is FF, since original sometimes disabled load/save an... | Travis Howell |
2006-04-13 | Minor fixes to scrolling in FF | Travis Howell |
2006-04-13 | Fix various crash issues in FF, the image number in vc2_call needed to be adj... | Travis Howell |
2006-04-11 | Ooops, re-enable code in allocBlock() | Travis Howell |
2006-04-11 | Update waitForSync() for FF and minor cleanup | Travis Howell |
2006-04-10 | Cleanup | Travis Howell |
2006-04-10 | Add code for bltOracleText() in FF | Travis Howell |
2006-04-10 | Cleanup. | Torbjörn Andersson |
2006-04-10 | Split the playTune opcode into Simon 1, Simon 2 and FF versions. The FF version | Torbjörn Andersson |
2006-04-10 | Some opcodes have been made Simon 1-specific, either because they really are | Torbjörn Andersson |
2006-04-10 | With the old o_ functions out of the way, I have renamed all o1_ functions as | Torbjörn Andersson |
2006-04-10 | By now, it should be obvious that I'm trying to get rid of the o_ functions. | Torbjörn Andersson |
2006-04-10 | Merged o_setup_cond_c() into o1_getDollar2(). (We could merge | Torbjörn Andersson |
2006-04-10 | Merged o_printStr() into o1_screenTextMsg(). | Torbjörn Andersson |
2006-04-10 | Merged o_pathfind() into o1_getPathPosn(). | Torbjörn Andersson |
2006-04-10 | Merged o_restoreIconArray() into o1_restoreIconArray(). | Torbjörn Andersson |
2006-04-10 | Merged o_confirmQuit() into o1_pauseGame(). | Torbjörn Andersson |
2006-04-10 | Merged o_inventory_descriptions() into o1_screenTextPObj(). | Torbjörn Andersson |
2006-04-10 | Merged o_loadGame() and o_saveGame() into o1_loadUserGame() and | Torbjörn Andersson |
2006-04-10 | Merged o_loadZone() and o_unloadZone() into o1_loadZone() and o1_unloadZone(). | Torbjörn Andersson |
2006-04-10 | Merged o_playSFX() into o1_playEffect(). | Torbjörn Andersson |
2006-04-10 | Merged o_loadBeard() and o_unloadBeard() into o1_loadBeard() and | Torbjörn Andersson |
2006-04-10 | Merged o_lockZone() and o_unlockZone() into o1_lockZones() and o1_unlockZones() | Torbjörn Andersson |
2006-04-10 | Merged o_playMusic() into o1_playTune(). | Torbjörn Andersson |
2006-04-10 | Merged o_set_video_mode() into o1_picture(). | Torbjörn Andersson |
2006-04-10 | Merged o_unk_103() into o1_cls(). | Torbjörn Andersson |
2006-04-10 | Merged o_defineWindow() into o1_defWindow(). | Torbjörn Andersson |
2006-04-10 | Merged o_vga_reset() into o1_killAnimate(). | Torbjörn Andersson |
2006-04-10 | Merged o_chance() into o1_chance(). | Torbjörn Andersson |
2006-04-10 | Slight change to make it easier to change the FF and Simon word-wrapping rules | Torbjörn Andersson |
2006-04-10 | Fixed line breaking regression caused by adding the width of the word a second | Torbjörn Andersson |
2006-04-09 | Adjust line breaks, to prevent regression. | Travis Howell |
2006-04-09 | Adjust line breaks, to prevent regression. | Travis Howell |
2006-04-09 | Oops. | Torbjörn Andersson |
2006-04-09 | Fixed excess line breaks in FF when listing the Oracle's ENCY articles. | Torbjörn Andersson |
2006-04-09 | Fix some line breaks in oracle of FF | Travis Howell |
2006-04-09 | Fix hitareas when scrolling in oracle of FF | Travis Howell |
2006-04-09 | Fix input regression after using oracle in FF | Travis Howell |
2006-04-09 | Add font table for FF | Travis Howell |
2006-04-09 | Disable constant display of object names, since oracle settings are usable in... | Travis Howell |
2006-04-09 | Enable skipping scrolling in oracle for FF | Travis Howell |