Age | Commit message (Expand) | Author |
2006-04-16 | Correct sign, to fix weird path finding issues in FF | Travis Howell |
2006-04-15 | Use different methods to avoid overflows to FF, to avoid regressions | Travis Howell |
2006-04-15 | Increase size of variable array entries, to prevent overflows that often occu... | Travis Howell |
2006-04-15 | Minor 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 | Adjust video opcodes for second variable array | 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 | Fixed stupid mistake (it's my mistake, I can call it whatever I want!) in the | Torbjörn Andersson |
2006-04-14 | Add support for sound effects in Amiga version of FF and cleanup | Travis Howell |
2006-04-13 | vc36_setWindowImage is used for difference purpose in FF | 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-10 | Cleanup | Travis Howell |
2006-04-10 | Merged o_loadBeard() and o_unloadBeard() into o1_loadBeard() and | Torbjörn Andersson |
2006-04-09 | Add centreScroll() for FF and hyperbox code differences in FF. | Travis Howell |
2006-04-08 | Add initial support for vertical scrolling in FF | Travis Howell |
2006-04-07 | Minor cleanup | Travis Howell |
2006-04-07 | Cleanup and split scrolling code | Travis Howell |
2006-04-07 | Add scrolling adjustments when drawing overlay in FF | Travis Howell |
2006-04-07 | Fix some horizontal scrolling issues in FF | Travis Howell |
2006-04-06 | Add some work on scrolling in FF | Travis Howell |
2006-04-05 | Use the setBitFlag() and getBitFlag() functions, instead of manipulating | Torbjörn Andersson |
2006-04-05 | Fix regression in Simon2, a byte was lost when clearing or setting marks | Travis Howell |
2006-04-04 | Add verb codes differences in FF | Travis Howell |
2006-03-27 | Always init state.depack_cont | Travis Howell |
2006-03-23 | Minor changes for FF and cleanup | Travis Howell |
2006-03-22 | Code for inverted rect when scaling images of FF no longer required. Minor cl... | Travis Howell |
2006-03-22 | Rename draw buffers correctly | Travis Howell |
2006-03-22 | Small correction to scaling code in FF | Travis Howell |
2006-03-22 | Preliminary (weasel-word for "probably buggy") implementation of the remaining | Torbjörn Andersson |
2006-03-22 | Whitespace changes | Travis Howell |
2006-03-22 | Fix regression in 2nd room of FF | Travis Howell |
2006-03-22 | Skip columns isn't used for overlayed or scaled images in FF | Travis Howell |
2006-03-22 | Add initial support for Amiga and Macintosh versions of The Feeble Files | Travis Howell |
2006-03-16 | Cleanup | Travis Howell |
2006-03-16 | Rename get draw buffer functions | Travis Howell |
2006-03-16 | Rename flags used for drawing images | Travis Howell |
2006-03-16 | Remove unused unlock draw surface functions | Travis Howell |
2006-03-16 | Add scaling code stub for FF | Travis Howell |
2006-02-16 | Fix overlay images not always been marked as compressed in the Feeble Files | Travis Howell |
2006-02-16 | Cleanup drawing code for Feeble Files | Travis Howell |
2006-02-16 | For now, do not attempt to draw "overlay" sprites, like the Oracle icon. The | Torbjörn Andersson |
2006-02-14 | It looks like Feeble Files adjustis sprite coordinates by _scrollY as well, | Torbjörn Andersson |
2006-02-14 | As far as I can tell, The Feeble Files should subtract _scrollX from the | Torbjörn Andersson |
2006-02-11 | Moved engines to the new engines/ directory | Max Horn |