aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2017-07-09SCI: Fix detected name for lsl6-cdTarek Soliman
2017-07-09SCI32: Fix kObjectIntersectWillem Jan Palenstijn
2017-07-07SCI32: Implement kShowStyle HShutterOut transitionColin Snover
2017-07-07SCI32: Add workarounds for PQ4Colin Snover
2017-07-07SCI32: Force General MIDI for games that support nothing elseColin Snover
2017-07-07SCI32: Fix missing music in MGDXColin Snover
2017-07-07SCI: Fix audio_list debug command engine version infoColin Snover
2017-07-06SCI32: Fix bad palette entries when built without USE_RGB_COLORColin Snover
2017-07-06SCI32: Refactor DuckPlayer to use common video playback codeColin Snover
2017-07-06SCI32: Refactor Video32 code to reduce code & feature duplicationColin Snover
2017-07-06SCI32: Improve playback quality of SEQ videosColin Snover
2017-07-06SCI32: Improve kPlayVMD renderingColin Snover
2017-07-06SCI32: Improve kShowMovieWin (AVI) renderingColin Snover
2017-07-06SCI32: Remove useless callColin Snover
2017-07-06SCI32: Work around bogus palette entries in select Windows gamesColin Snover
2017-07-06SCI32: Remove magic numbers in HunkPaletteColin Snover
2017-07-06SCI32: Remove unused method declarationColin Snover
2017-07-06SCI32: Update mouse position for rendering in all frameOutsColin Snover
2017-07-06SCI32: Add workaround for SQ6Colin Snover
2017-07-06SCI32: Allow skipping SEQ animationsColin Snover
2017-07-06SCI32: Centralise OSystem screen updatesColin Snover
2017-07-06SCI32: Stop setting unused palette timestamp propertyColin Snover
2017-07-06SCI32: Speed up & deduplicate palette submission codeColin Snover
2017-07-01SCI: Fix typo in pq3 script patchMartin Kiewitz
2017-07-01SCI: Add script patch for pq3, points for giving locket (bug #9862)Martin Kiewitz
2017-06-24SCI32: Replace Torin dragon's cave patch with a better patchColin Snover
2017-06-24SCI32: Fix Boogle warp glitch caused by previous game patchColin Snover
2017-06-23SCI32: Add patch for game script bug in Torin dragon's caveColin Snover
2017-06-19SCI32: Create Torin-specific save game count limitation removerColin Snover
2017-06-19SCI32: Add workaround for invalid kFrameOut call in PQ4Colin Snover
2017-06-19SCI32: Add workaround for uninitialised read in PQ4Colin Snover
2017-06-19SCI32: Add workaround for invalid kPalVarySetStart call in PQ4Colin Snover
2017-06-18SCI32: Remove Windows platform from GK1 GermanColin Snover
2017-06-18SCI32: Forward OLDDPCM8 parameter instead of using an if-elseColin Snover
2017-06-18SCI: Fix looping of sounds that are not initialized yetColin Snover
2017-06-18SCI: Switch SCI2 games to use Audio32Colin Snover
2017-06-18SCI32: Minor tweaks to improve code clarity & consistencyColin Snover
2017-06-18SCI32: Fix Audio32 mix volumesColin Snover
2017-06-17SCI32: Avoid out-of-bounds read of pixel data in kIsOnMeColin Snover
2017-06-17SCI32: Support old-format 8-bit DPCM coding for SCI2Colin Snover
2017-06-17SCI32: Implement engine-accurate DPCM overflow behaviourColin Snover
2017-06-17SCI: State SCI version in error if kernel subop detection failsColin Snover
2017-06-13SCI32: Add detection for PQ4, French CD versionBastien Bouclet
2017-06-10SCI: Tidy Script errors & ensure script number exists in all of themColin Snover
2017-06-10SCI32: Fix detection and loading of localized resources in TorinColin Snover
2017-06-10SCI: Expand kernel breakpoint pattern matching for negative matchesWillem Jan Palenstijn
2017-06-10SCI: Change 'none' breakpoint action to 'ignore' for consistencyWillem Jan Palenstijn
2017-06-10SCI: Clean up breakpoint code (indentation, consistency)Willem Jan Palenstijn
2017-06-10SCI: Move bpk/logkernel to main breakpoint infrastructureWillem Jan Palenstijn
2017-06-10SCI: Print breakpoint info on creationWillem Jan Palenstijn