aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2017-09-27SCI: Fix use-after-free when kernel call debugging is active during a save ga...Colin Snover
2017-09-27SCI: Do some clean-up of event handling systemColin Snover
2017-09-27SCI: Add uninitialized read workaround for shoplifting in SQ4CDDavid Fioramonti
2017-09-27SCI32: Implement SCI3-variant volume handlingColin Snover
2017-09-27SCI32: Fix backwards palette checkColin Snover
2017-09-24SCI32: Dummy kPlayVMDSetFrameRateColin Snover
2017-09-24SCI32: Remove unnecessary negative assertion check on unsigned integerColin Snover
2017-09-24SCI32: Disable all SCI32 Mac codeColin Snover
2017-09-24SCI32: Fix bad cursor outlines in RAMAColin Snover
2017-09-24SCI: Remove Mac SCI32 code from SCI16 codeColin Snover
2017-09-24SCI32: Correct RAMA detection table entriesColin Snover
2017-09-24SCI32: Add workarounds for uninitialized reads in RAMAColin Snover
2017-09-24SCI32: Allow invalid references to be passed to kFileIOColin Snover
2017-09-24SCI32: Support palette-inverting SCI3 variant of kPalVaryColin Snover
2017-09-24SCI32: Fix RAMA auto-save gameColin Snover
2017-09-24SCI32: Implement per-channel audio panningColin Snover
2017-09-25SCI: SQ4: Now using additional and enhanced Win3.11 samplesMartin Kiewitz
2017-09-24SCI32: Fix bad palettes in Lighthouse when HQ video is enabledColin Snover
2017-09-24SCI: Add SQ4CD script patch to add audio for universal remote controlMartin Kiewitz
2017-09-24SCI: Fix generation of save gamesColin Snover
2017-09-23SCI32: Flush stub RAMA save game to diskColin Snover
2017-09-23SCI32: Fix bad data cube text priority calculation in RAMAColin Snover
2017-09-23SCI32: Fix relocation of locals in SCI3Colin Snover
2017-09-23Revert "SCI: Fix Warnings about Copy Constructor Failing to Call Base Class."Colin Snover
2017-09-23SCI32: Fix handling of array copiesColin Snover
2017-09-23SCI32: Fix bad default text scaling in RAMAColin Snover
2017-09-23SCI32: Fix infinite reload in RAMA when loading from launcherColin Snover
2017-09-23SCI32: Add guest additions save/restore support for RAMAColin Snover
2017-09-23SCI32: Remove unnecessary use of strncmpColin Snover
2017-09-23SCI32: Replace magic number with kAutoSaveId in QFG4 save codeColin Snover
2017-09-23SCI32: Support RAMA's custom save games through kFileIOColin Snover
2017-09-23SCI: Split save game metadata writing to separate functionColin Snover
2017-09-23SCI: Use reference instead of pointer for required out-data in metadata save ...Colin Snover
2017-09-23SCI: Clean-ups to file handling codeColin Snover
2017-09-23SCI32: Remove unused shrink-to-fit function for string arraysColin Snover
2017-09-23SCI32: Fix size for dereferencing non-raw SCI32 arraysColin Snover
2017-09-20SCI: Fix detection of end of audio map & entry size in SCI32Colin Snover
2017-09-19SCI32: Support RAMA's single sound effects volumeColin Snover
2017-09-19SCI32: Fix inconsistent patch instruction commentsColin Snover
2017-09-19SCI32: Put superclass address in r_acc for SCI3 super callsColin Snover
2017-09-19SCI: Allow multi-step tracing with step-over in debuggerColin Snover
2017-09-19SCI32: Fix GfxFrameout::addPlane from causing possible leaksColin Snover
2017-09-19SCI32: Remove never-read default valuesColin Snover
2017-09-19SCI32: Add audio dump debugger commandColin Snover
2017-09-19SCI32: Don't warp the mouse twice when its position has been restrictedColin Snover
2017-09-19SCI32: Flush all events before warping mouseColin Snover
2017-09-19SCI32: Add Lighthouse Glider demo to detection tableColin Snover
2017-09-19SCI32: Promote Lighthouse demos to ADGF_TESTINGColin Snover
2017-09-19SCI32: Hide warning about CD-ROM speed setting in kGetSierraProfileIntColin Snover
2017-09-19SCI: Stop EngineState::wait mutating r_accColin Snover