Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-21 | Move _variableArrayPtr changes to match original code, in case it is ↵ | Travis Howell | |
triggered outside video opcodes svn-id: r22066 | |||
2006-04-21 | Add some code for PanEvent in FF and cleanup | Travis Howell | |
svn-id: r22062 | |||
2006-04-20 | Add timer difference in FF | Travis Howell | |
svn-id: r22054 | |||
2006-04-18 | Add code for vc84_stopSoundLoop in FF | Travis Howell | |
svn-id: r22007 | |||
2006-04-18 | Scrolling comparisons should always be signed, fixes scrolling issue in maze ↵ | Travis Howell | |
of FF svn-id: r21995 | |||
2006-04-17 | Remove leftover warning | Travis Howell | |
svn-id: r21976 | |||
2006-04-17 | Improve sound support in FF and add MoviePlayer class | Travis Howell | |
svn-id: r21975 | |||
2006-04-16 | Correct sign, to fix weird path finding issues in FF | Travis Howell | |
svn-id: r21928 | |||
2006-04-15 | Use different methods to avoid overflows to FF, to avoid regressions | Travis Howell | |
svn-id: r21924 | |||
2006-04-15 | Increase size of variable array entries, to prevent overflows that often ↵ | Travis Howell | |
occur in FF. The original FF used unsigned variable arrays, but Simon 1/2 requires a signed variable array. svn-id: r21905 | |||
2006-04-15 | Minor cleanup | Travis Howell | |
svn-id: r21904 | |||
2006-04-15 | Add support for switching voice file in PC versions of FF and cleanup | Travis Howell | |
svn-id: r21900 | |||
2006-04-15 | Fix compile warnings I caused | Travis Howell | |
svn-id: r21899 | |||
2006-04-15 | Adjust video opcodes for second variable array | Travis Howell | |
svn-id: r21897 | |||
2006-04-14 | Cleanup | Travis Howell | |
svn-id: r21880 | |||
2006-04-14 | Remove unused code | Travis Howell | |
svn-id: r21877 | |||
2006-04-14 | A few corrections to path finding in FF | Travis Howell | |
svn-id: r21876 | |||
2006-04-14 | Adjusted debug message levels: loading a cutscene is more interesting than the | Torbjörn Andersson | |
drawing of a scaled sprite. svn-id: r21875 | |||
2006-04-14 | Fixed stupid mistake (it's my mistake, I can call it whatever I want!) in the | Torbjörn Andersson | |
scaling code. Hopefully it's right now. The scaling glitches seem to be gone, at any rate. svn-id: r21872 | |||
2006-04-14 | Add support for sound effects in Amiga version of FF and cleanup | Travis Howell | |
svn-id: r21870 | |||
2006-04-13 | vc36_setWindowImage is used for difference purpose in FF | Travis Howell | |
svn-id: r21840 | |||
2006-04-13 | Minor fixes to scrolling in FF | Travis Howell | |
svn-id: r21837 | |||
2006-04-13 | Fix various crash issues in FF, the image number in vc2_call needed to be ↵ | Travis Howell | |
adjusted svn-id: r21836 | |||
2006-04-10 | Cleanup | Travis Howell | |
svn-id: r21773 | |||
2006-04-10 | Merged o_loadBeard() and o_unloadBeard() into o1_loadBeard() and | Torbjörn Andersson | |
o1_unloadBeard(). svn-id: r21750 | |||
2006-04-09 | Add centreScroll() for FF and hyperbox code differences in FF. | Travis Howell | |
svn-id: r21712 | |||
2006-04-08 | Add initial support for vertical scrolling in FF | Travis Howell | |
svn-id: r21675 | |||
2006-04-07 | Minor cleanup | Travis Howell | |
svn-id: r21671 | |||
2006-04-07 | Cleanup and split scrolling code | Travis Howell | |
svn-id: r21670 | |||
2006-04-07 | Add scrolling adjustments when drawing overlay in FF | Travis Howell | |
svn-id: r21669 | |||
2006-04-07 | Fix some horizontal scrolling issues in FF | Travis Howell | |
svn-id: r21661 | |||
2006-04-06 | Add some work on scrolling in FF | Travis Howell | |
svn-id: r21637 | |||
2006-04-05 | Use the setBitFlag() and getBitFlag() functions, instead of manipulating | Torbjörn Andersson | |
_bitArray[] directly. This kind of change is, of course, rather error-prone. I hope I haven't introduced any regressions. svn-id: r21622 | |||
2006-04-05 | Fix regression in Simon2, a byte was lost when clearing or setting marks | Travis Howell | |
svn-id: r21619 | |||
2006-04-04 | Add verb codes differences in FF | Travis Howell | |
svn-id: r21589 | |||
2006-03-27 | Always init state.depack_cont | Travis Howell | |
svn-id: r21466 | |||
2006-03-23 | Minor changes for FF and cleanup | Travis Howell | |
svn-id: r21417 | |||
2006-03-22 | Code for inverted rect when scaling images of FF no longer required. Minor ↵ | Travis Howell | |
cleanup svn-id: r21407 | |||
2006-03-22 | Rename draw buffers correctly | Travis Howell | |
svn-id: r21406 | |||
2006-03-22 | Small correction to scaling code in FF | Travis Howell | |
svn-id: r21405 | |||
2006-03-22 | Preliminary (weasel-word for "probably buggy") implementation of the remaining | Torbjörn Andersson | |
parts of scaleClip(). I do see a scaled image of Feeble, but it's very glitchy. On the other hand, I get the same kindof glitches when drawing him unscaled, so maybe there is garbage left in the scale buffer from previous frames. svn-id: r21404 | |||
2006-03-22 | Whitespace changes | Travis Howell | |
svn-id: r21403 | |||
2006-03-22 | Fix regression in 2nd room of FF | Travis Howell | |
svn-id: r21402 | |||
2006-03-22 | Skip columns isn't used for overlayed or scaled images in FF | Travis Howell | |
svn-id: r21401 | |||
2006-03-22 | Add initial support for Amiga and Macintosh versions of The Feeble Files | Travis Howell | |
svn-id: r21399 | |||
2006-03-16 | Cleanup | Travis Howell | |
svn-id: r21328 | |||
2006-03-16 | Rename get draw buffer functions | Travis Howell | |
svn-id: r21325 | |||
2006-03-16 | Rename flags used for drawing images | Travis Howell | |
svn-id: r21324 | |||
2006-03-16 | Remove unused unlock draw surface functions | Travis Howell | |
svn-id: r21323 | |||
2006-03-16 | Add scaling code stub for FF | Travis Howell | |
svn-id: r21322 |