aboutsummaryrefslogtreecommitdiff
path: root/scumm/string.cpp
AgeCommit message (Expand)Author
2004-08-22Original games used blastTextQueue size of 50.Travis Howell
2004-08-21Removed some obsolete TODO commentsMax Horn
2004-08-18Correction from disasm.Travis Howell
2004-08-15Add patch for:Travis Howell
2004-08-14Fix regression in The Dig (object desc shadows had wrong color)Max Horn
2004-08-14cleanupMax Horn
2004-08-14Wrong orderTravis Howell
2004-08-14Fix loadCharset failures for computer terminals in FT.Travis Howell
2004-08-13OoosTravis Howell
2004-08-12Fix FOA regression I caused.Travis Howell
2004-08-09Fix bug #780922 - SAM: Conroy doesn't stop singing when escaping cutsceneTravis Howell
2004-08-08Remove these warnings -- no reports came in all the time anyway, and things s...Max Horn
2004-08-02WORKAROUND for bug #985948 (INDY3VGA: Lockup during conversation with drunken...Max Horn
2004-08-02Fix for bug #896060 (DIG: Two sentences spoken at once); might cause regressi...Max Horn
2004-07-26Load SMUSH files and NUT fonts from mac container files, too (done that by ad...Max Horn
2004-07-24Remove lefts overs of old hackTravis Howell
2004-07-24Corrtection from disasm., mouth sync uses speech timing.Travis Howell
2004-07-22Only used in scumm5 and later.Travis Howell
2004-07-18Too many newlinesMax Horn
2004-07-16Fix bugs:Travis Howell
2004-07-15Use VAR_DEFAULT_TALK_DELAYTravis Howell
2004-07-15Actually use actor talkScript when required.Travis Howell
2004-07-10Full Throttle handles verb differentlyTravis Howell
2004-05-07Simpler checkTravis Howell
2004-05-07Only access VAR_VOICE_MODE if there actually is one.Torbjörn Andersson
2004-05-06Fix bug #910216Travis Howell
2004-04-25Workaround for bug #864030 (COMI: ASCII 0xb (11) not handled)Max Horn
2004-04-25Updated the 'report to fingolfin' messageMax Horn
2004-04-08cleanupMax Horn
2004-04-08Semi-experimental change: revised _hasMask handling -> simpler code (after re...Max Horn
2004-04-05Renamed StringTab::backup to StringTab::_default, as that describes better wh...Max Horn
2004-04-04Removed CharsetRenderer::_mask (this was used to optimize charset mask handli...Max Horn
2004-04-04got rid of _msgPtrToAdd; slightly improved error checking in addMessageToStack()Max Horn
2004-04-03cleanup StringTab stuffMax Horn
2004-04-03Fix for bug #896844 (DIG: Missing subtitle at the lab console)Max Horn
2004-04-03cleanupMax Horn
2004-04-02cleanupMax Horn
2004-04-02simplify code by integrating a call to translateText() into addMessageToStack...Max Horn
2004-04-02Added support for %___ strings (used in localized version of The Dig)Max Horn
2004-03-19Revamped COMI/DIG speech decoding (this my cause regressions, watch out). Goa...Max Horn
2004-03-19addMessageToStack doesn't have to return anything anymoreMax Horn
2004-03-15disambiguate the two talkingActor() methods (one was a getter, one a setter -...Max Horn
2004-03-15After the refactoring it's clearly that _messagePtr can be removed. Hooray, y...Max Horn
2004-03-15refactor use of _messagePtr -> instead of using it as an implicit parameter f...Max Horn
2004-03-15...and mor. Next big thing should be to document the overlay stuff, but that'...Max Horn
2004-02-22Only comi is differentTravis Howell
2004-02-22Restrict hack to COMITravis Howell
2004-02-21OoopsTravis Howell
2004-02-21Adjust again for V1/V2 games.Travis Howell
2004-02-21Use correct method for subtitle speed.Travis Howell