aboutsummaryrefslogtreecommitdiff
path: root/scumm/string.cpp
AgeCommit message (Collapse)Author
2004-02-22Only comi is differentTravis Howell
svn-id: r12986
2004-02-22Restrict hack to COMITravis Howell
svn-id: r12981
2004-02-21OoopsTravis Howell
svn-id: r12954
2004-02-21Adjust again for V1/V2 games.Travis Howell
svn-id: r12953
2004-02-21Use correct method for subtitle speed.Travis Howell
svn-id: r12949
2004-02-18Change debugs back to warnings (As requested)Travis Howell
svn-id: r12931
2004-02-13Switch warnings to debugTravis Howell
svn-id: r12847
2004-01-25Updated commentTorbjörn Andersson
svn-id: r12594
2004-01-20Update commentTravis 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-19found a place where _blitAlso is used in Sam&MaxMax Horn
svn-id: r12513
2004-01-16Fix for bug #862263 - Maniac actors never stop talking. I know this could ↵James Brown
probably be neater :) svn-id: r12430
2004-01-16Just hide a few noisy warnings.James Brown
svn-id: r12426
2004-01-15fixed COMI speech behaviourMax Horn
svn-id: r12415
2004-01-09Fix for bug #873688Max Horn
svn-id: r12274
2004-01-08move the charset mask to the charset renderer class; some other related changesMax Horn
svn-id: r12263
2004-01-08cleanupMax Horn
svn-id: r12258
2004-01-08forgot about thisPaweł Kołodziejski
svn-id: r12238
2004-01-06synced imuse digital with local treePaweł Kołodziejski
svn-id: r12187
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2004-01-06This 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-05added Actor::getElevation and Actor::setElevation; cleaned up costume API a ↵Max Horn
bit; some minor cleanup/tweaks svn-id: r12160
2004-01-04Allow subtitles to be disabled in games using imuse digital again.Travis Howell
svn-id: r12137
2003-12-27get rid of _noSubtitles, use ConfigManager directly instead; clean up some ↵Max Horn
IMuseDigital oddities svn-id: r11966
2003-12-26got rid of those _maxFOO macros, replaced them by access to the equivalent ↵Max Horn
_numFOO variables svn-id: r11953
2003-12-26when 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-26passthrought v7+ sound voices by imuse digitalPaweł Kołodziejski
svn-id: r11939
2003-12-24turned 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-22Moved bundle music code from class Sound to IMuseDigital (seems more ↵Max Horn
natural; and allows for various cleanup) svn-id: r11846
2003-11-17replaced demo GIDs wth GF_DEMOPaweł Kołodziejski
svn-id: r11326
2003-11-16whitespaceMax Horn
svn-id: r11319
2003-11-16opsPaweł Kołodziejski
svn-id: r11316
2003-11-16changed some shift operators to *, /Paweł Kołodziejski
svn-id: r11315
2003-11-13*** empty log message ***Travis Howell
svn-id: r11281
2003-11-08cleanup whitespacesPaweł Kołodziejski
svn-id: r11217
2003-11-02turned 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-01Patch #820010: Support Kanji versionMax Horn
svn-id: r11020
2003-10-03introduced namespace Scumm; made #include statements use scumm/ prefix ↵Max Horn
explicitly svn-id: r10571
2003-10-02renamed class Scumm to ScummEngine (consisten with other engine names; also ↵Max Horn
makes room for a potential 'Scumm' namespace) svn-id: r10549
2003-09-14moved Actor x/y to _pos.x/_pos.y -> this makes it much easier to grep for ↵Max Horn
access of the actor position svn-id: r10253
2003-09-11cleanupMax Horn
svn-id: r10169
2003-09-09cleanup; fix for bug #795942 (COMI: text display off screen) and #785760 ↵Max Horn
(COMI: Lockup/crash on Skull Island) svn-id: r10144
2003-09-09fix for bug #782086 (COMI: a long walk)Max Horn
svn-id: r10143
2003-09-01Add CD audio check for loomcdTravis Howell
Revert last change, since it wipped out intro. text. svn-id: r9947
2003-08-28Remove junkTravis Howell
svn-id: r9891
2003-08-28Update warnings in mingw makefile.Travis Howell
Add hack to allow nosubtitles in loomcd (Only once game has started) Revert _roomPalette changes for 256 colors games, caused problems in loomcd, I'm not sure the older 256 color needs these changes. svn-id: r9890
2003-08-28revert previous broken commit which didn't logically make sense as it was ↵Jonathan Gray
checking for negative on an unsigned number, and would have broken several things if it compiled svn-id: r9889
2003-08-28Fix regression that caused subtitles to always be shown in loomcdTravis Howell
svn-id: r9888
2003-07-19moved some functions out of scummvm.cpp into more appropriate files; ↵Max Horn
rearranged stuff inside scummvm.cpp to be grouped a bit more logical svn-id: r9083
2003-07-19added vc7 files and fixed warnings. vc6 is no longer supported by mePaweł Kołodziejski
svn-id: r9077