Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-18 | Rename some member vars to avoid _ followed by an uppercase letter. More of ↵ | Max Horn | |
those are left in the code, though (and I am not really sure whether we want to change that, so far we had no problems caused by this) svn-id: r15175 | |||
2004-09-18 | Added ScummEngine::printString() convenience method; changed enqueueText to ↵ | Max Horn | |
call addMessageToStack svn-id: r15170 | |||
2004-09-13 | Debug code strings should use string num, not var num. | Travis Howell | |
Updated work around for loading datafiles. svn-id: r15086 | |||
2004-09-12 | Skip speech name in subtitles. | Travis Howell | |
svn-id: r15018 | |||
2004-08-31 | Add HE version 80 to avoid additional game ids | Travis Howell | |
svn-id: r14843 | |||
2004-08-29 | Clean up | Travis Howell | |
svn-id: r14824 | |||
2004-08-29 | Add some charset codes for HE 7.2 gasmes | Travis Howell | |
Later HE 7.2 games use hard coded sound rate for speech (Rate never changes anyway) svn-id: r14822 | |||
2004-08-27 | HE 7.2 games use difference charset codes, skip for now. | Travis Howell | |
svn-id: r14797 | |||
2004-08-26 | HE 7.2 games use @ as charset code | Travis Howell | |
Small sound fix svn-id: r14767 | |||
2004-08-22 | Original games used blastTextQueue size of 50. | Travis Howell | |
Hack no longer required. svn-id: r14673 | |||
2004-08-21 | Removed some obsolete TODO comments | Max Horn | |
svn-id: r14669 | |||
2004-08-18 | Correction from disasm. | Travis Howell | |
svn-id: r14641 | |||
2004-08-15 | Add patch for: | Travis Howell | |
#1009417 - scummvm crashes in first dialogue at sophia's flat Verified via disasm. of original games. svn-id: r14619 | |||
2004-08-14 | Fix regression in The Dig (object desc shadows had wrong color) | Max Horn | |
svn-id: r14611 | |||
2004-08-14 | cleanup | Max Horn | |
svn-id: r14609 | |||
2004-08-14 | Wrong order | Travis Howell | |
svn-id: r14606 | |||
2004-08-14 | Fix loadCharset failures for computer terminals in FT. | Travis Howell | |
Later games use slightly different code. svn-id: r14605 | |||
2004-08-13 | Ooos | Travis Howell | |
svn-id: r14569 | |||
2004-08-12 | Fix FOA regression I caused. | Travis Howell | |
svn-id: r14562 | |||
2004-08-09 | Fix bug #780922 - SAM: Conroy doesn't stop singing when escaping cutscene | Travis Howell | |
svn-id: r14524 | |||
2004-08-08 | Remove these warnings -- no reports came in all the time anyway, and things ↵ | Max Horn | |
seem to work fine svn-id: r14522 | |||
2004-08-02 | WORKAROUND for bug #985948 (INDY3VGA: Lockup during conversation with ↵ | Max Horn | |
drunken nazi) svn-id: r14448 | |||
2004-08-02 | Fix for bug #896060 (DIG: Two sentences spoken at once); might cause ↵ | Max Horn | |
regressions, watch our for speech related quirks in COMI/DIG svn-id: r14446 | |||
2004-07-26 | Load SMUSH files and NUT fonts from mac container files, too (done that by ↵ | Max Horn | |
adding a new high level method openFile to class ScummEngine) svn-id: r14346 | |||
2004-07-24 | Remove lefts overs of old hack | Travis Howell | |
svn-id: r14320 | |||
2004-07-24 | Corrtection from disasm., mouth sync uses speech timing. | Travis Howell | |
Fix bug # svn-id: r14319 | |||
2004-07-22 | Only used in scumm5 and later. | Travis Howell | |
svn-id: r14300 | |||
2004-07-18 | Too many newlines | Max Horn | |
svn-id: r14267 | |||
2004-07-16 | Fix bugs: | Travis Howell | |
FT: Stadium Salesman Glitches COMI: Wally's Fake piratehook still on ground after pick up svn-id: r14221 | |||
2004-07-15 | Use VAR_DEFAULT_TALK_DELAY | Travis Howell | |
svn-id: r14220 | |||
2004-07-15 | Actually use actor talkScript when required. | Travis Howell | |
svn-id: r14217 | |||
2004-07-10 | Full Throttle handles verb differently | Travis Howell | |
svn-id: r14182 | |||
2004-05-07 | Simpler check | Travis Howell | |
svn-id: r13804 | |||
2004-05-07 | Only access VAR_VOICE_MODE if there actually is one. | Torbjörn Andersson | |
svn-id: r13802 | |||
2004-05-06 | Fix bug #910216 | Travis Howell | |
svn-id: r13798 | |||
2004-04-25 | Workaround for bug #864030 (COMI: ASCII 0xb (11) not handled) | Max Horn | |
svn-id: r13621 | |||
2004-04-25 | Updated the 'report to fingolfin' message | Max Horn | |
svn-id: r13620 | |||
2004-04-08 | cleanup | Max Horn | |
svn-id: r13506 | |||
2004-04-08 | Semi-experimental change: revised _hasMask handling -> simpler code (after ↵ | Max Horn | |
removing those FIXME's that is :-), which should still produce identical results (let's wait for the regressions rolling in :-) svn-id: r13498 | |||
2004-04-05 | Renamed StringTab::backup to StringTab::_default, as that describes better ↵ | Max Horn | |
what it does svn-id: r13476 | |||
2004-04-04 | Removed CharsetRenderer::_mask (this was used to optimize charset mask ↵ | Max Horn | |
handling). This shouldn't cause any noticable slowdowns, but allows us to get rid of two nasty hacks, and fixes bug #895355 (DIG: Subtitles sometimes stay on the screen), maybe also others svn-id: r13464 | |||
2004-04-04 | got rid of _msgPtrToAdd; slightly improved error checking in addMessageToStack() | Max Horn | |
svn-id: r13454 | |||
2004-04-03 | cleanup StringTab stuff | Max Horn | |
svn-id: r13448 | |||
2004-04-03 | Fix for bug #896844 (DIG: Missing subtitle at the lab console) | Max Horn | |
svn-id: r13446 | |||
2004-04-03 | cleanup | Max Horn | |
svn-id: r13444 | |||
2004-04-02 | cleanup | Max Horn | |
svn-id: r13441 | |||
2004-04-02 | simplify code by integrating a call to translateText() into ↵ | Max Horn | |
addMessageToStack(); improved translateText() further svn-id: r13438 | |||
2004-04-02 | Added support for %___ strings (used in localized version of The Dig) | Max Horn | |
svn-id: r13436 | |||
2004-03-19 | Revamped COMI/DIG speech decoding (this my cause regressions, watch out). ↵ | Max Horn | |
Goal was to streamline code logic, and get rid of a FIXME svn-id: r13347 | |||
2004-03-19 | addMessageToStack doesn't have to return anything anymore | Max Horn | |
svn-id: r13346 |