Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2004-03-15 | disambiguate the two talkingActor() methods (one was a getter, one a setter ↵ | Max Horn | |
-- reflect that in the name) svn-id: r13301 | |||
2004-03-15 | After the refactoring it's clearly that _messagePtr can be removed. Hooray, ↵ | Max Horn | |
yet another obscure global 'parameter' gone :-) svn-id: r13299 | |||
2004-03-15 | refactor use of _messagePtr -> instead of using it as an implicit parameter ↵ | Max Horn | |
for various methods, pass its value explicitly to those methods. Note: this *should* be just a code transformation, with no change to the program logic - unless I messed up once again <sigh> svn-id: r13298 | |||
2004-03-15 | ...and mor. Next big thing should be to document the overlay stuff, but ↵ | Max Horn | |
that'll have to wait till after I slept :-) svn-id: r13295 | |||
2004-02-22 | Only comi is different | Travis Howell | |
svn-id: r12986 | |||
2004-02-22 | Restrict hack to COMI | Travis Howell | |
svn-id: r12981 | |||
2004-02-21 | Ooops | Travis Howell | |
svn-id: r12954 | |||
2004-02-21 | Adjust again for V1/V2 games. | Travis Howell | |
svn-id: r12953 | |||
2004-02-21 | Use correct method for subtitle speed. | Travis Howell | |
svn-id: r12949 | |||
2004-02-18 | Change debugs back to warnings (As requested) | Travis Howell | |
svn-id: r12931 | |||
2004-02-13 | Switch warnings to debug | Travis Howell | |
svn-id: r12847 | |||
2004-01-25 | Updated comment | Torbjörn Andersson | |
svn-id: r12594 | |||
2004-01-20 | Update comment | Travis Howell | |
svn-id: r12534 | |||
2004-01-20 | _blitAlso is also used by the DOTT intro. Updated comment to reflect that. | Torbjörn Andersson | |
svn-id: r12532 | |||
2004-01-19 | found a place where _blitAlso is used in Sam&Max | Max Horn | |
svn-id: r12513 | |||
2004-01-16 | Fix for bug #862263 - Maniac actors never stop talking. I know this could ↵ | James Brown | |
probably be neater :) svn-id: r12430 | |||
2004-01-16 | Just hide a few noisy warnings. | James Brown | |
svn-id: r12426 | |||
2004-01-15 | fixed COMI speech behaviour | Max Horn | |
svn-id: r12415 | |||
2004-01-09 | Fix for bug #873688 | Max Horn | |
svn-id: r12274 | |||
2004-01-08 | move the charset mask to the charset renderer class; some other related changes | Max Horn | |
svn-id: r12263 | |||
2004-01-08 | cleanup | Max Horn | |
svn-id: r12258 | |||
2004-01-08 | forgot about this | Paweł Kołodziejski | |
svn-id: r12238 | |||
2004-01-06 | synced imuse digital with local tree | Paweł Kołodziejski | |
svn-id: r12187 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2004-01-06 | This one (_blitAlso) is very odd, I can't quite figure out where it is ↵ | Max Horn | |
needed. Please report any regressions to me svn-id: r12171 | |||
2004-01-05 | added Actor::getElevation and Actor::setElevation; cleaned up costume API a ↵ | Max Horn | |
bit; some minor cleanup/tweaks svn-id: r12160 | |||
2004-01-04 | Allow subtitles to be disabled in games using imuse digital again. | Travis Howell | |
svn-id: r12137 | |||
2003-12-27 | get rid of _noSubtitles, use ConfigManager directly instead; clean up some ↵ | Max Horn | |
IMuseDigital oddities svn-id: r11966 | |||
2003-12-26 | got rid of those _maxFOO macros, replaced them by access to the equivalent ↵ | Max Horn | |
_numFOO variables svn-id: r11953 | |||
2003-12-26 | when introducing a constant used throughout multiple files, best assign a ↵ | Max Horn | |
*name* to it, else you're digging your own grave on the long run :-) svn-id: r11941 | |||
2003-12-26 | passthrought v7+ sound voices by imuse digital | Paweł Kołodziejski | |
svn-id: r11939 | |||
2003-12-24 | turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, ↵ | Max Horn | |
mainly because people kept (accidentally and sometimes on purpose :-) misusing them svn-id: r11881 | |||
2003-12-22 | Moved bundle music code from class Sound to IMuseDigital (seems more ↵ | Max Horn | |
natural; and allows for various cleanup) svn-id: r11846 | |||
2003-11-17 | replaced demo GIDs wth GF_DEMO | Paweł Kołodziejski | |
svn-id: r11326 | |||
2003-11-16 | whitespace | Max Horn | |
svn-id: r11319 | |||
2003-11-16 | ops | Paweł Kołodziejski | |
svn-id: r11316 | |||
2003-11-16 | changed some shift operators to *, / | Paweł Kołodziejski | |
svn-id: r11315 | |||
2003-11-13 | *** empty log message *** | Travis Howell | |
svn-id: r11281 | |||
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11217 | |||
2003-11-02 | turned NewGui into a singleton, and made OSystem a pseudo-singleton; added ↵ | Max Horn | |
Widget::findWidget (preparing to add support for nested widgets, for the tab widget) svn-id: r11045 | |||
2003-11-01 | Patch #820010: Support Kanji version | Max Horn | |
svn-id: r11020 | |||
2003-10-03 | introduced namespace Scumm; made #include statements use scumm/ prefix ↵ | Max Horn | |
explicitly svn-id: r10571 |