Age | Commit message (Expand) | Author |
2006-04-15 | Adjust various number of textBox checks for FF | Travis Howell |
2006-04-15 | Increase array sizes for FF and cleanup | Travis Howell |
2006-04-15 | Add support for switching voice file in PC versions of FF and cleanup | Travis Howell |
2006-04-15 | Fix compile warnings I caused | Travis Howell |
2006-04-15 | Remove last use of hard coded language values and adjust settings for FF | Travis Howell |
2006-04-15 | Adjust video opcodes for second variable array | Travis Howell |
2006-04-14 | Fix another glitch in save game interface of FF | Travis Howell |
2006-04-14 | Fix glitch when entering saved game name in FF | Travis Howell |
2006-04-14 | Correct size, when clearing image in renderString() for FF | Travis Howell |
2006-04-14 | Avoid possible regression in set_video_mode_internal() for Simon1 | Travis Howell |
2006-04-14 | Fix object name display, after conversation in FF | Travis Howell |
2006-04-14 | Cleanup | Travis Howell |
2006-04-14 | Remove unused code | Travis Howell |
2006-04-14 | A few corrections to path finding in FF | Travis Howell |
2006-04-14 | Adjusted debug message levels: loading a cutscene is more interesting than the | Torbjörn Andersson |
2006-04-14 | Ooops, increment table, not field in invertBox{} | Travis Howell |
2006-04-14 | Add missing increment in invertBox() | Travis Howell |
2006-04-14 | Fixed stupid mistake (it's my mistake, I can call it whatever I want!) in the | Torbjörn Andersson |
2006-04-14 | Add speech support for Amiga verison of FF | Travis Howell |
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 |