aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Expand)Author
2004-04-04got rid of _msgPtrToAdd; slightly improved error checking in addMessageToStack()Max Horn
2004-04-03Fix for bugs #915586, #905856, part of bug #766749 (COMI: Bug with text being...Max Horn
2004-04-03cleanupMax Horn
2004-04-03fixed hypothetical off-by-one error when computing _draw_bottom (a semantical...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-02oopsMax Horn
2004-04-02Got rid of _transTextMax Horn
2004-04-02cleanupMax Horn
2004-04-02Remove obsolete code fragment (a good sign for a refactoring is if it allows ...Max Horn
2004-04-02simplify code by integrating a call to translateText() into addMessageToStack...Max Horn
2004-04-02Shouldn't be necessary to do a second translation run in this place (at least...Max Horn
2004-04-02Added support for %___ strings (used in localized version of The Dig)Max Horn
2004-03-30Use vsprintf instead of vsnprintf: more portable, less safe (but then again, ...Max Horn
2004-03-30please fixPaweł Kołodziejski
2004-03-29clean up FMUS handling, fix not being able to enable sound debug messagesJonathan Gray
2004-03-29Should have been disabled for Mac. indy3/loom.Travis Howell
2004-03-28Fix for bug #907174 (LOOM MAC: Crash after entering copy protection)Max Horn
2004-03-28Proper copy-protection bypass for Mac Loom (still crashes when entering the r...Max Horn
2004-03-28Remove explicit OSystem parameter from StackLock constructor; added OSystem::...Max Horn
2004-03-28Renamed more OSystem methodsMax Horn
2004-03-28Format string fix.Torbjörn Andersson
2004-03-28Fixed format string to match the number of arguments.Torbjörn Andersson
2004-03-28rename displayError() to displayMessage(); fix slightly incorrect usage of th...Max Horn
2004-03-28Small tweaks for MIPSPro compilerMax Horn
2004-03-28Fix bad array size (part of bug report #924685)Max Horn
2004-03-27forgot themPaweł Kołodziejski
2004-03-27implemented priorites for imuse soundsPaweł Kołodziejski
2004-03-27cleanup, and fix bug in tablePaweł Kołodziejski
2004-03-27some changes to imuse digitalPaweł Kołodziejski
2004-03-25Added some new MD5sMax Horn
2004-03-23changed a little hook id codePaweł Kołodziejski
2004-03-23fixed fade out delayPaweł Kołodziejski
2004-03-23Move HE games together.Travis Howell
2004-03-23Alter some HE games settingsTravis Howell
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-19turn down verbosityMax Horn
2004-03-17Fix for bug #893254 (MI1VGA: Changes in object names are not saved); this may...Max Horn
2004-03-16Patch #917503: Remove stray semicolonsMax Horn
2004-03-16Increase channel for Amiga V3 player.Travis Howell
2004-03-15cleanupMax Horn
2004-03-15OoopsTravis Howell
2004-03-15turn illegal SCUMM var access into an errorMax Horn
2004-03-15disambiguate the two talkingActor() methods (one was a getter, one a setter -...Max Horn
2004-03-15clearMsgQueue now just is a synonym for stopTalk -> remove itMax 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-15Aaargh, didn't mean to commit this...Max Horn