Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-05 | Update copyright | Travis Howell | |
svn-id: r22358 | |||
2006-05-03 | Fix scrolling glitches in Oracle of FF | Travis Howell | |
svn-id: r22290 | |||
2006-04-21 | Adjust buffer sizes for conversation options, even for sprite id 1. This | Torbjörn Andersson | |
doesn't seem to match the original, but there are cases where even the first string is long enough to cause text corruption. For whatever reason, I have not been able to reproduce this text corruption with the original interpreter, though, so maybe we're missing some detail. Or maybe the original interpreter just gets lucky. svn-id: r22070 | |||
2006-04-19 | The next offset is only adjusted in renderString, when sprite id isn't 1 | Travis Howell | |
svn-id: r22042 | |||
2006-04-19 | Fix text corruption with long FF conversation options. The renderString() | Torbjörn Andersson | |
function has to adjust the buffer offsets, or a long string can spill over into the next buffer. (Or, in the test case I used, into the next *two* buffers.) It would probably be safe - but apparently unnecessary? - to make this change for the Simon games as well. svn-id: r22039 | |||
2006-04-15 | Cleanup | Travis Howell | |
svn-id: r21926 | |||
2006-04-15 | Increase array sizes for FF and cleanup | Travis Howell | |
svn-id: r21901 | |||
2006-04-14 | Correct size, when clearing image in renderString() for FF | Travis Howell | |
svn-id: r21885 | |||
2006-04-13 | Add code for save game interface in FF | Travis Howell | |
svn-id: r21843 | |||
2006-04-10 | Slight change to make it easier to change the FF and Simon word-wrapping rules | Torbjörn Andersson | |
individually. Changed the FF rule so that it doesn't matter whether or not the variables are signed or unsigned. This fixes missing line breaks in some of the Oracle articles. svn-id: r21742 | |||
2006-04-10 | Fixed line breaking regression caused by adding the width of the word a second | Torbjörn Andersson | |
time, rather than the width of a blankspace character. svn-id: r21740 | |||
2006-04-09 | Adjust line breaks, to prevent regression. | Travis Howell | |
svn-id: r21738 | |||
2006-04-09 | Adjust line breaks, to prevent regression. | Travis Howell | |
svn-id: r21737 | |||
2006-04-09 | Oops. | Torbjörn Andersson | |
svn-id: r21732 | |||
2006-04-09 | Fixed excess line breaks in FF when listing the Oracle's ENCY articles. | Torbjörn Andersson | |
svn-id: r21731 | |||
2006-04-09 | Fix some line breaks in oracle of FF | Travis Howell | |
svn-id: r21730 | |||
2006-04-09 | Add font table for FF | Travis Howell | |
svn-id: r21722 | |||
2006-04-09 | Enable skipping scrolling in oracle for FF | Travis Howell | |
svn-id: r21719 | |||
2006-04-09 | Add centreScroll() for FF and hyperbox code differences in FF. | Travis Howell | |
svn-id: r21712 | |||
2006-04-08 | Introduced language EN_ANY used for general English game entries. EN_USA and | Eugene Sandulenko | |
EN_GRB should be used for games which have both variants. Currently it is MM NES and BASS. All other are switched to EN_ANY. svn-id: r21702 | |||
2006-04-08 | Fixes for oracle in FF and cleanup | Travis Howell | |
svn-id: r21680 | |||
2006-04-07 | Minor cleanup | Travis Howell | |
svn-id: r21671 | |||
2006-04-07 | Add some work on text output in FF | Travis Howell | |
svn-id: r21656 | |||
2006-04-06 | Cleanup | Travis Howell | |
svn-id: r21640 | |||
2006-04-05 | Renames structures and other cleanup | Travis Howell | |
svn-id: r21626 | |||
2006-04-04 | Add inventory array differences in FF and minor cleanup | Travis Howell | |
svn-id: r21613 | |||
2006-04-04 | Add verb codes differences in FF | Travis Howell | |
svn-id: r21589 | |||
2006-04-04 | More work on oracle in FF | Travis Howell | |
svn-id: r21586 | |||
2006-03-22 | Rename draw buffers correctly | Travis Howell | |
svn-id: r21406 | |||
2006-03-16 | Cleanup | Travis Howell | |
svn-id: r21327 | |||
2006-03-16 | Rename get draw buffer functions | Travis Howell | |
svn-id: r21325 | |||
2006-03-16 | Remove unused unlock draw surface functions | Travis Howell | |
svn-id: r21323 | |||
2006-02-11 | Moved engines to the new engines/ directory | Max Horn | |
svn-id: r20582 |