aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Collapse)Author
2004-04-02Remove obsolete code fragment (a good sign for a refactoring is if it allows ↵Max Horn
you to remove crufty hacks you didn't even think of :-) svn-id: r13440
2004-04-02simplify code by integrating a call to translateText() into ↵Max Horn
addMessageToStack(); improved translateText() further svn-id: r13438
2004-04-02Shouldn't be necessary to do a second translation run in this place (at ↵Max Horn
least I couldn't find any place were it is) svn-id: r13437
2004-04-02Added support for %___ strings (used in localized version of The Dig)Max Horn
svn-id: r13436
2004-03-30Use vsprintf instead of vsnprintf: more portable, less safe (but then again, ↵Max Horn
vsnprinft isn't that safe either) svn-id: r13434
2004-03-30please fixPaweł Kołodziejski
svn-id: r13433
2004-03-29clean up FMUS handling, fix not being able to enable sound debug messagesJonathan Gray
svn-id: r13425
2004-03-29Should have been disabled for Mac. indy3/loom.Travis Howell
Fixes distaff position svn-id: r13423
2004-03-28Fix for bug #907174 (LOOM MAC: Crash after entering copy protection)Max Horn
svn-id: r13420
2004-03-28Proper copy-protection bypass for Mac Loom (still crashes when entering the ↵Max Horn
right code, though) svn-id: r13419
2004-03-28Remove explicit OSystem parameter from StackLock constructor; added ↵Max Horn
OSystem::displayMessageOnOSD (not yet used; default implementation provided) svn-id: r13413
2004-03-28Renamed more OSystem methodsMax Horn
svn-id: r13410
2004-03-28Format string fix.Torbjörn Andersson
svn-id: r13408
2004-03-28Fixed format string to match the number of arguments.Torbjörn Andersson
svn-id: r13404
2004-03-28rename displayError() to displayMessage(); fix slightly incorrect usage of ↵Max Horn
that method svn-id: r13402
2004-03-28Small tweaks for MIPSPro compilerMax Horn
svn-id: r13397
2004-03-28Fix bad array size (part of bug report #924685)Max Horn
svn-id: r13394
2004-03-27forgot themPaweł Kołodziejski
svn-id: r13393
2004-03-27implemented priorites for imuse soundsPaweł Kołodziejski
svn-id: r13392
2004-03-27cleanup, and fix bug in tablePaweł Kołodziejski
svn-id: r13389
2004-03-27some changes to imuse digitalPaweł Kołodziejski
svn-id: r13387
2004-03-25Added some new MD5sMax Horn
svn-id: r13379
2004-03-23changed a little hook id codePaweł Kołodziejski
svn-id: r13374
2004-03-23fixed fade out delayPaweł Kołodziejski
svn-id: r13373
2004-03-23Move HE games together.Travis Howell
svn-id: r13370
2004-03-23Alter some HE games settingsTravis Howell
svn-id: r13369
2004-03-19Revamped 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-19addMessageToStack doesn't have to return anything anymoreMax Horn
svn-id: r13346
2004-03-19turn down verbosityMax Horn
svn-id: r13345
2004-03-17Fix for bug #893254 (MI1VGA: Changes in object names are not saved); this ↵Max Horn
may introduce regressions, please report them (overall, this is a neat patch, it removes so many ugly hacks :-) svn-id: r13325
2004-03-16Patch #917503: Remove stray semicolonsMax Horn
svn-id: r13319
2004-03-16Increase channel for Amiga V3 player.Travis Howell
svn-id: r13315
2004-03-15cleanupMax Horn
svn-id: r13312
2004-03-15OoopsTravis Howell
svn-id: r13303
2004-03-15turn illegal SCUMM var access into an errorMax Horn
svn-id: r13302
2004-03-15disambiguate the two talkingActor() methods (one was a getter, one a setter ↵Max Horn
-- reflect that in the name) svn-id: r13301
2004-03-15clearMsgQueue now just is a synonym for stopTalk -> remove itMax Horn
svn-id: r13300
2004-03-15After the refactoring it's clearly that _messagePtr can be removed. Hooray, ↵Max Horn
yet another obscure global 'parameter' gone :-) svn-id: r13299
2004-03-15refactor 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-15Aaargh, didn't mean to commit this...Max Horn
svn-id: r13296
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-03-13fix for voice bundle bug in german version comiPaweł Kołodziejski
svn-id: r13260
2004-03-13Forward-port maniac hack :)James Brown
svn-id: r13242
2004-03-11Backport bleeJames Brown
svn-id: r13228
2004-03-07renamed scumm/scummvm.cpp to scumm/scumm.cppMax Horn
svn-id: r13207
2004-03-05Clear all channel variables in clear_channelJochen Hoenicke
svn-id: r13203
2004-03-05Initialize _random_lsr to avoid valgrind warningsJochen Hoenicke
svn-id: r13202
2004-03-05We already know the Sam & Max screensavers trigger these assertions soTorbjörn Andersson
until someone figures out exactly what to do, let's do something less drastic. Now if someone requests a pixel outside the known screen, assume that pixel has colour 0. svn-id: r13200
2004-03-04Add maniac enchanced demo md5Eugene Sandulenko
svn-id: r13176
2004-03-04Add Russian Freddi HE md5'sEugene Sandulenko
svn-id: r13175