aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
AgeCommit message (Expand)Author
2010-10-07SCI: Still show warning for uninit. reads in release modeWillem Jan Palenstijn
2010-10-07SCI: unknown valgrind cases->fake 0 when officialMartin Kiewitz
2010-10-03SCI: Added support for SCI1.1+ magnifier cursors (bug #3034973).Filippos Karapetis
2010-10-03SCI: Allow multiple word groups in parserWillem Jan Palenstijn
2010-09-24SCI: save/restore intensity of sysPaletteMartin Kiewitz
2010-09-19SCI2/2.1: Changes to the plane codeFilippos Karapetis
2010-09-18JANITORIAL: Removed most punctuation at end of warning() and error()Torbjörn Andersson
2010-09-17SCI: Use spaces for indentation for consistency.Johannes Schickel
2010-09-17SCI2: some very early work on kSetShowStyleFilippos Karapetis
2010-09-17SCI: Removed some unnamed selector access in the workarounds. Fixes the regre...Filippos Karapetis
2010-09-15SCI: Some very early work on kRemapColors (just comments/observations for now)Filippos Karapetis
2010-09-15SCI2: adding a stub for the kPurge memory functionFilippos Karapetis
2010-09-13SCI: Changed the script protection code to be a hack for Hoyle 3 onlyFilippos Karapetis
2010-09-13SCI: Proper fix for bug #3038837 - "HOYLE3: EGA/VGA Crashes" and some cleanupFilippos Karapetis
2010-09-12SCI: patching cleanup (+orgbyte/adjust command)Martin Kiewitz
2010-09-12i18n: Translate Save and Restore buttons in SCI engineThierry Crozat
2010-09-12SCI: Bugfix for rev #52688.Filippos Karapetis
2010-09-12Workaround for bug #038837: HOYLE3: EGA/VGA Crashes. Needs furtherLars Skovlund
2010-09-11SCI: In kFormat, handle arguments pointing to text resource 0 correctly.Lars Skovlund
2010-09-10SCI: adding patch for castle brain cipher puzzleMartin Kiewitz
2010-09-09SCI: Implemented the kPrintDebug SCI2.1 kernel function, used in Shivers (demo)Filippos Karapetis
2010-09-09SCI: kIsOnMe is kOnMe, merge both into kIsOnMeMartin Kiewitz
2010-09-09SCI: Cleanup kWinHelp's dialog handlingMatthew Hoops
2010-09-09SCI: Kernel table changesFilippos Karapetis
2010-09-09SCI: Support push and pop subfunctions in kMessage()Lars Skovlund
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-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: 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: 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