aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
AgeCommit message (Expand)Author
2017-10-06SCI32: Clean up Audio32Colin Snover
2017-10-06SCI32: Clean up GfxFrameoutColin Snover
2017-10-06SCI32: Clean up GfxTransitions32Colin Snover
2017-10-06SCI32: Clean up ScreenItemColin Snover
2017-10-06SCI32: Clean up GfxPalette32Colin Snover
2017-10-04SCI32: Speed up memory check counter in lighthouse in LighthouseColin Snover
2017-10-04SCI32: Give more specific game version numbersColin Snover
2017-10-03SCI32: Restore gameplay time in RAMAColin Snover
2017-09-30SCI32: Fix crash when dying in RAMAColin Snover
2017-09-30SCI: Fix printing of super calls on clones in debuggerColin Snover
2017-09-30SCI32: Fix support for RAMA demoColin Snover
2017-09-29SCI32: Clean up unused kBitmap code/subopsColin Snover
2017-09-29SCI32: Fix bad text rendering in RAMAColin Snover
2017-09-28SCI: Add script patch for QfG2 Jackalmen Oops - bug #10218Martin Kiewitz
2017-09-28SCI32: Disable change directory button in original save/load in RAMAColin Snover
2017-09-28SCI32: Allow save games to be deleted from original save/restore in RAMAColin Snover
2017-09-28SCI32: Block RAMA from creating PREF.DAT fileColin Snover
2017-09-28SCI: Remove resolved TODOColin Snover
2017-09-28SCI32: Add audio volume sync support for RAMAColin Snover
2017-09-27SCI: Add support for keyup eventsColin Snover
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-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-24SCI: Remove Mac SCI32 code from SCI16 codeColin 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: Fix RAMA auto-save gameColin Snover
2017-09-24SCI32: Implement per-channel audio panningColin 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-19SCI32: Fix inconsistent patch instruction commentsColin Snover