aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/charset.cpp
AgeCommit message (Collapse)Author
2006-05-05Update copyrightTravis Howell
svn-id: r22358
2006-05-03Fix scrolling glitches in Oracle of FFTravis Howell
svn-id: r22290
2006-04-21Adjust buffer sizes for conversation options, even for sprite id 1. ThisTorbjö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-19The next offset is only adjusted in renderString, when sprite id isn't 1Travis Howell
svn-id: r22042
2006-04-19Fix 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-15CleanupTravis Howell
svn-id: r21926
2006-04-15Increase array sizes for FF and cleanupTravis Howell
svn-id: r21901
2006-04-14Correct size, when clearing image in renderString() for FFTravis Howell
svn-id: r21885
2006-04-13Add code for save game interface in FFTravis Howell
svn-id: r21843
2006-04-10Slight change to make it easier to change the FF and Simon word-wrapping rulesTorbjö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-10Fixed line breaking regression caused by adding the width of the word a secondTorbjörn Andersson
time, rather than the width of a blankspace character. svn-id: r21740
2006-04-09Adjust line breaks, to prevent regression.Travis Howell
svn-id: r21738
2006-04-09Adjust line breaks, to prevent regression.Travis Howell
svn-id: r21737
2006-04-09Oops.Torbjörn Andersson
svn-id: r21732
2006-04-09Fixed excess line breaks in FF when listing the Oracle's ENCY articles.Torbjörn Andersson
svn-id: r21731
2006-04-09Fix some line breaks in oracle of FFTravis Howell
svn-id: r21730
2006-04-09Add font table for FFTravis Howell
svn-id: r21722
2006-04-09Enable skipping scrolling in oracle for FFTravis Howell
svn-id: r21719
2006-04-09Add centreScroll() for FF and hyperbox code differences in FF.Travis Howell
svn-id: r21712
2006-04-08Introduced language EN_ANY used for general English game entries. EN_USA andEugene 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-08Fixes for oracle in FF and cleanupTravis Howell
svn-id: r21680
2006-04-07Minor cleanupTravis Howell
svn-id: r21671
2006-04-07Add some work on text output in FFTravis Howell
svn-id: r21656
2006-04-06CleanupTravis Howell
svn-id: r21640
2006-04-05Renames structures and other cleanupTravis Howell
svn-id: r21626
2006-04-04Add inventory array differences in FF and minor cleanupTravis Howell
svn-id: r21613
2006-04-04Add verb codes differences in FFTravis Howell
svn-id: r21589
2006-04-04More work on oracle in FFTravis Howell
svn-id: r21586
2006-03-22Rename draw buffers correctlyTravis Howell
svn-id: r21406
2006-03-16CleanupTravis Howell
svn-id: r21327
2006-03-16Rename get draw buffer functionsTravis Howell
svn-id: r21325
2006-03-16Remove unused unlock draw surface functionsTravis Howell
svn-id: r21323
2006-02-11Moved engines to the new engines/ directoryMax Horn
svn-id: r20582