aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kernel_tables.h
AgeCommit message (Expand)Author
2017-07-30SCI32: Implement Phant2 save/load integrationColin Snover
2017-07-26SCI32: Add kMinimize to stop unmapped function warningColin Snover
2017-07-26SCI32: Dummy SCI3 bitmap calls to discover possible usageColin Snover
2017-06-19SCI32: Add workaround for invalid kPalVarySetStart call in PQ4Colin Snover
2017-06-18SCI: Switch SCI2 games to use Audio32Colin Snover
2017-05-13SCI32: Fix crash at end of TorinColin Snover
2017-05-08SCI32: Add workaround for KQ7Colin Snover
2017-04-23SCI32: Fix crash in Phant2 when clicking Help in the control panelColin Snover
2017-04-23SCI32: Add kPlayVMD subop 27 (SetPlane)Colin Snover
2017-04-23SCI32: Fix call to kFileIOIsValidDirectory in RAMAColin Snover
2017-04-22SCI: Remove #undef for a macro that does not existColin Snover
2017-04-22SCI32: Fix bad kPointSize implementationColin Snover
2017-04-22SCI32: Fix kStringFormat signaturesColin 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: Move ScummVM save/restore to GuestAdditions and reimplement for SCI32Colin Snover
2017-03-30SCI32: Fix crash when using brightness slider in ShiversColin Snover
2017-03-30SCI32: Add kWebConnect and kWinExecColin Snover
2017-03-30SCI32: Implement known-used portions of kPlayDuckColin Snover
2017-02-26SCI: Clean up kRandom + allow 0 parameters via signaturesMartin Kiewitz
2017-01-16SCI32: Add workaround for Hoyle5Colin Snover
2017-01-16SCI32: Fix loading save games in KQ7 1.51Colin Snover
2017-01-16SCI32: Fix spinloop in Hoyle5Colin Snover
2017-01-12SCI32: Add workarounds, transitions, fixes for PQ4CDColin Snover
2017-01-09SCI32: Ignore attempts to free null array reg_tsColin Snover
2017-01-09SCI32: Clean up comment on kSetHotRectanglesColin Snover
2017-01-09SCI32: Split kCelInfo into subopsColin Snover
2017-01-09SCI32: Fix kSetShowStyle signature for SCI3Colin Snover
2016-12-11SCI32: Add workarounds for Hoyle5 Crazy EightsColin Snover
2016-12-11SCI32: Implement List sortColin Snover
2016-12-11SCI32: Add workaround for Hoyle5 startup call to kPlatformColin Snover
2016-11-04SCI32: Implement kPlayVMDIgnorePalettesColin Snover
2016-10-15SCI32: Fix crash clicking quit button during LSL6hires creditsColin Snover
2016-10-15SCI32: Fix kPalVary(SetVary) in SCI2.1early gamesColin Snover
2016-10-09SCI32: Clarify some identifiersColin Snover
2016-10-01SCI32: Stub kGraphColin Snover
2016-10-01SCI32: Fix signature of kString(ArraySetElements) to allow 0 argsColin Snover
2016-09-29SCI32: Fix kArray signatureColin Snover
2016-09-29SCI32: Implement kBitmapCreateFromView and kBitmapGetInfoColin Snover
2016-09-29SCI: Rename "until" to "thru" in kernel call signaturesColin Snover
2016-09-29SCI32: Put brackets around rest parametersColin Snover
2016-09-29SCI32: Implement ScummVM save/loadColin Snover
2016-09-29SCI32: Implement kSave for standard-save SCI32 gamesColin Snover
2016-09-29SCI32: Fix "new game" and auto-save functionalityColin Snover
2016-09-29SCI32: Start implementing kSave for SCI32Colin Snover
2016-09-29SCI32: Clean up and fix some SCI32-only kFileIO operationsColin Snover
2016-09-29SCI32: Add support for kPrintDebugColin Snover
2016-09-29SCI32: Implement kSetHotRectanglesColin Snover
2016-09-29SCI32: Fix kFileIOOpen signatureColin Snover
2016-09-29SCI32: Rewrite kArray & kStringColin Snover