scummvm/engines/simon
Torbjörn Andersson 343dacdcf7 Fix text corruption with long FF conversation options. The renderString()
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-19 20:04:53 +00:00
..
animation.cpp Trigger videos for OmniTV in FF 2006-04-17 13:48:44 +00:00
animation.h Adjust video playback code, due to false calls in prison of FF 2006-04-17 13:19:36 +00:00
charset.cpp Fix text corruption with long FF conversation options. The renderString() 2006-04-19 20:04:53 +00:00
cursor.cpp The backend is responsible for making its own copy of the mouse cursor, so FF 2006-04-16 17:53:37 +00:00
debug.cpp Cleanup 2006-04-14 09:57:43 +00:00
debug.h Update debug tables 2006-04-19 07:07:08 +00:00
debugger.cpp Add verb codes differences in FF 2006-04-04 10:12:22 +00:00
debugger.h Moved engines to the new engines/ directory 2006-02-11 22:45:04 +00:00
game.cpp Reduced dependencies on base/plugins.h 2006-04-16 13:12:23 +00:00
icons.cpp Add FF difference in mouseOn script opcode 2006-04-19 07:14:03 +00:00
intern.h Fix regression in Amiga version of FF 2006-04-14 00:10:12 +00:00
items.cpp Correct dummyItems in FF and cleanup 2006-04-19 11:54:38 +00:00
midi.cpp Removed extra exclamation marks in warning() calls as well. 2006-04-04 22:21:10 +00:00
midi.h Moved engines to the new engines/ directory 2006-02-11 22:45:04 +00:00
midiparser_s1d.cpp Moved engines to the new engines/ directory 2006-02-11 22:45:04 +00:00
module.mk Intergrate the DXA player for Amiga/Macintosh verisons of FF, from cyx 2006-04-17 04:02:48 +00:00
oracle.cpp Correct dummyItems in FF and cleanup 2006-04-19 11:54:38 +00:00
res.cpp Improve sound support in FF and add MoviePlayer class 2006-04-17 12:05:45 +00:00
saveload.cpp Correct dummyItems in FF and cleanup 2006-04-19 11:54:38 +00:00
simon.cpp Correct dummyItems in FF and cleanup 2006-04-19 11:54:38 +00:00
simon.h Correct dummyItems in FF and cleanup 2006-04-19 11:54:38 +00:00
sound.cpp Fix sound memory leak in FF 2006-04-18 23:08:41 +00:00
sound.h Add code for vc84_stopSoundLoop in FF 2006-04-18 13:28:42 +00:00
string.cpp Fixed a potential bug when calculating the width of conversation option in FF. 2006-04-19 14:18:34 +00:00
verb.cpp Fix box selection after vertical scrolling in FF 2006-04-17 01:04:08 +00:00
vga.cpp Add code for vc84_stopSoundLoop in FF 2006-04-18 13:28:42 +00:00
vga.h Cleanup 2006-04-14 09:57:43 +00:00