Age | Commit message (Expand) | Author |
2006-05-05 | Match fade code of original games and minor cleanup | Travis Howell |
2006-05-05 | Update copyright | Travis Howell |
2006-05-04 | Update screen more often, for smoother mouse movement | Travis Howell |
2006-05-04 | Cleanup | Travis Howell |
2006-05-03 | Correct result var in checkPaths script opcode in FF | Travis Howell |
2006-05-03 | Cleanup | Travis Howell |
2006-04-29 | Cleanup includes | Travis Howell |
2006-04-29 | Split more functions of simon.cpp into separate files | Travis Howell |
2006-04-29 | Add FF difference in o_screenTextMsg() | Travis Howell |
2006-04-29 | Merge fadeToBlack() into o1_specialFade() and cleanup | Travis Howell |
2006-04-26 | Add FF difference in isAdjNoun opcode. This makes it possible to get past the | Torbjörn Andersson |
2006-04-24 | Correct and move warning, when failing to load video in FF | Travis Howell |
2006-04-21 | Add FF differences in chance script opcode | Travis Howell |
2006-04-21 | Split bitArrays into three separate arrays, like original. Also fixing load/s... | Travis Howell |
2006-04-21 | Add some code for PanEvent in FF and cleanup | Travis Howell |
2006-04-20 | Enable virtual keyboard, when entering saved game name in FF | Travis Howell |
2006-04-20 | getPathPosn script opcode needs to use int16 to get correct position, fixes e... | Travis Howell |
2006-04-20 | Cleanup | Travis Howell |
2006-04-19 | Correct dummyItems in FF and cleanup | Travis Howell |
2006-04-19 | Number the FF conversation options. | Torbjörn Andersson |
2006-04-19 | Add FF difference in mouseOn script opcode | Travis Howell |
2006-04-18 | Correct increment for checkPaths script opcode in FF | Travis Howell |
2006-04-17 | Split screenTextPObj script opcode into game specific versions | Travis Howell |
2006-04-17 | Add FF difference in addBox script opcode, fixes x position of some boxes | Travis Howell |
2006-04-17 | Adjust video playback code, due to false calls in prison of FF | Travis Howell |
2006-04-17 | Improve sound support in FF and add MoviePlayer class | Travis Howell |
2006-04-17 | Minor cleanup | Travis Howell |
2006-04-17 | Intergrate the DXA player for Amiga/Macintosh verisons of FF, from cyx | Travis Howell |
2006-04-16 | Fix cursor colors in chemsitry set for FF | Travis Howell |
2006-04-15 | Fix speech id for o_screenTextMsg() in FF | Travis Howell |
2006-04-15 | Cleanup | Travis Howell |
2006-04-15 | Change _numTextBoxes to unsigned, to stop compile warnings | Travis Howell |
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 | Adjust video opcodes for second variable array | Travis Howell |
2006-04-14 | Cleanup | 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 | Remove duplicate check in checkPaths | 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-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 |