aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2017-04-23SCI32: Fix missing break statementColin Snover
2017-04-23SCI32: Reset ScreenItem cel type when updating from a VM objectColin Snover
2017-04-22SCI: Add alloc_list command to debuggerColin Snover
2017-04-22SCI: Avoid crashing when disassembling a call with a bad objectColin Snover
2017-04-22SCI32: Disable brightness boost when black-lined video is disabledColin Snover
2017-04-22SCI32: Store handle to VMD bitmap separately from ScreenItemColin Snover
2017-04-22SCI32: Fix bad interpolation of Robot audio samplesColin Snover
2017-04-22SCI32: Add and divide instead of performing two divisionsColin Snover
2017-04-22SCI: Improve message when crashing due to a bad selectorColin Snover
2017-04-22SCI32: Fix dumb typo in CelInfo32::toStringColin Snover
2017-04-22SCI: Display class names in disassemblyColin Snover
2017-04-22SCI: Remove #undef for a macro that does not existColin Snover
2017-04-22SCI32: Implement support for QFG4 autosaveColin Snover
2017-04-22SCI32: Add workarounds & patches for QFG4Colin Snover
2017-04-22SCI: Explicitly label slot 0 as the autosave slot in the ScummVM UIColin Snover
2017-04-22SCI: Fix whitespace errorsColin Snover
2017-04-22SCI: Fix typo in debug messageColin Snover
2017-04-22SCI32: Fix broken final step of 2.1mid+ pixel dissolveColin Snover
2017-04-22SCI32: Fix bad kPointSize implementationColin Snover
2017-04-22SCI32: Fix kStringFormat signaturesColin Snover
2017-04-22SCI: Accept 32-bit values to reg_t::incOffsetColin Snover
2017-04-22SCI32: Enable support for SCI2-2.1 games in release!Colin Snover
2017-04-22SCI32: Provide more detail in console when a save game fails checksColin Snover
2017-04-22SCI32: Make version 41 the first supported save game versionColin Snover
2017-04-22SCI32: Add palette code for late SCI2.1mid+ gamesColin Snover
2017-04-22SCI: Fix compilation when SCI32 is disabledColin Snover
2017-04-22SCI: Do not sync objects when saving gamesColin Snover
2017-04-22SCI: Improve comments in GuestAdditionsColin Snover
2017-04-22SCI32: Add workaround for SQ6 invalid read after a failed save game restoreColin Snover
2017-04-22SCI32: Fix infinite recursion when loading invalid save from launcherColin Snover
2017-04-22SCI32: Fix launcher load for ShiversColin Snover
2017-04-22SCI32: Only activate the Load button in the launcher when it is usableColin Snover
2017-04-22SCI: Implement delayed restore for SCI32 and move implementations to GuestAdd...Colin Snover
2017-04-22SCI32: Remove original save/load option from games without ScummVM save integ...Colin Snover
2017-04-22SCI: Move ScummVM kernel calls to 0xe0Colin Snover
2017-04-22SCI: Clean up unnecessary delayed restore flagsColin Snover
2017-04-22SCI: Move ScummVM save/restore to GuestAdditions and reimplement for SCI32Colin Snover
2017-04-21SCI: Improve audio volume & settings sync codeColin Snover
2017-04-18SCI: Fix handling of buggy SCI0 export tablesColin Snover
2017-04-16SCI: Improve MidiParser_SCI robustness against bad sound resourcesColin Snover
2017-04-14SCI: Fix speech in QfG IV on big endian platformsThierry Crozat
2017-03-30SCI32: Check for game aborts in all kList iteration methodsColin Snover
2017-03-30SCI: Add clarifying comment to op_restColin Snover
2017-03-30SCI: Stop getCurrentCallOrigin from mutating stack framesColin Snover
2017-03-30SCI32: Hack around MIDI parser causing stuck harp animation in KQ7Colin Snover
2017-03-30SCI32: Improve bounds checking in SciString trimColin Snover
2017-03-30SCI: Ensure object name reg_ts are valid before dereferencing themColin Snover
2017-03-30SCI32: Add workaround for uninitialised read in TorinColin Snover
2017-03-30SCI32: Add workaround for uninitialised read in GK1Colin Snover
2017-03-30SCI32: Always reinit GfxText32 statics on game startupColin Snover