aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2010-09-09SCI: Changed the error message when execute_method() references an invalid ex...Filippos Karapetis
2010-09-09SCI: SCI2/2.1 kernel table changesFilippos Karapetis
2010-09-09SCI: adding text code reference supportMartin Kiewitz
2010-09-09SCI: Support a few optional parameters in SCI32 List callsLars Skovlund
2010-09-09SCI: Enabled the static selector remap code for SCI2+. The Torin demo works a...Filippos Karapetis
2010-09-08SCI: ability to change r_acc within DrawControlMartin Kiewitz
2010-09-08SCI: adding save description, if none was enteredMartin Kiewitz
2010-09-08SCI: dont replace save/restore in hoyle2 tooMartin Kiewitz
2010-09-08SCI: don't replace save/restore in hoyle1Martin Kiewitz
2010-09-08SCI: dont remap to channel 9 (fix real mt32)Martin Kiewitz
2010-09-07SCI: Now distinguishing between native MT-32 MIDI from GM devices when checkingFilippos Karapetis
2010-09-07SCI: Added parentheses inside GfxScreen::isFillMatch() to make the code moreFilippos Karapetis
2010-09-07SCI: Slight change in GfxPicture::vectorFloodFill()Filippos Karapetis
2010-09-06SCI: extending comment for prev. commitMartin Kiewitz
2010-09-06SCI: dont play audio on kDoSound in hoyle4Martin Kiewitz
2010-09-06SCI: fix regression of r52569Martin Kiewitz
2010-09-06SCI: AdLib: process patch change commands when playswitch is off.Walter van Niftrik
2010-09-06SCI: fix warning (and actual error)Martin Kiewitz
2010-09-06SCI: add patch for cannister lockup pharkas/cdMartin Kiewitz
2010-09-06SCI: Fixed an off-by one access error in the static selectors of some gamesFilippos Karapetis
2010-09-06SCI: fixing codeMartin Kiewitz
2010-09-06SCI: fix regression of r52565Martin Kiewitz
2010-09-06SCI: Clear class bit when cloning objects.Lars Skovlund
2010-09-05Partial fix for bug #3059871 - "SCI Fanmade - Ocean Battle: Crash while playing"Filippos Karapetis
2010-09-05SCI: adding patch for script bug in pharkas/cdMartin Kiewitz
2010-09-05SCI: ignore kDoSound volume changes on samplesMartin Kiewitz
2010-09-05SCI: sierra sci ignores vol for kDoSound samplesMartin Kiewitz
2010-09-05SCI: kClone cleanupMartin Kiewitz
2010-09-05SCI: adjusting comment on kClone changeMartin Kiewitz
2010-09-05SCI: merging -info- stuff in Clone/DisposeCloneMartin Kiewitz
2010-09-05SCI: Fix bugs #3035650 and #3039566, crash in PEPPER demo and LAURABOW2.Johannes Schickel
2010-09-05SCI: reuse kGetAngle from kDoAvoiderMartin Kiewitz
2010-09-05SCI: dont do global scaling on non-scaleable viewsMartin Kiewitz
2010-09-05SCI: initialize members of the Object class when it's constructedFilippos Karapetis
2010-09-05SCI: Changed consecutive ifs to a switchFilippos Karapetis
2010-09-05SCI: Fix for alignment exception issue, reported by BluddyFilippos Karapetis
2010-09-05SCI: Some cleanup of the static selector codeFilippos Karapetis
2010-09-05SCI: Added a workaround for the non-interactive demo of PepperFilippos Karapetis
2010-09-05SCI: Fixed script bug #3059544 - "KQ6CD: Error when looking at rotten tomato"Filippos Karapetis
2010-09-04SCI: kDoBresen changes for sci1early+Martin Kiewitz
2010-09-04SCI: Janitorial - fixed spaces and typosFilippos Karapetis
2010-09-04SCI: Added another version of Hoyle 3 (bug report #3038837)Filippos Karapetis
2010-09-04SCI: Don't try to initialize non-existent scripts, error out instead Filippos Karapetis
2010-09-04SCI: Updated comment concerning kCantBeHere and removed a wrong check for Hoy...Filippos Karapetis
2010-09-04SCI: fixing typo in kDoAvoiderMartin Kiewitz
2010-09-04SCI: delete on textedit control now checks stringMartin Kiewitz
2010-09-04SCI: fixing commentMartin Kiewitz
2010-09-04SCI: Fixed bug #3037595 - "KQ4: Crash reading message in the bottle (whale mo...Filippos Karapetis
2010-09-04SCI: removing non-sierra sci code in kDirLoopMartin Kiewitz
2010-09-04SCI: doing detectDoSoundType() properly sci0earlyMartin Kiewitz