aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
AgeCommit message (Expand)Author
2016-07-01SCI: Fix script patcher, so that it works on BE systemsMartin Kiewitz
2016-07-01Merge pull request #766 from OmerMor/qfg3_boundsFilippos Karapetis
2016-07-01Merge pull request #770 from OmerMor/kgettimeFilippos Karapetis
2016-06-27SCI: Add script patch for another Colonel's Bequest game bugMartin Kiewitz
2016-06-27SCI: Fixed KGetTime with SYSDATE subop in SCI0-LATE.Omer Mor
2016-06-26SCI32: Add more workarounds for SCI2.1early gamesColin Snover
2016-06-26SCI32: Fix broken Remap implementationColin Snover
2016-06-25SCI: Fix auto-saving in the fan-made Cascade QuestMartin Kiewitz
2016-06-25SCI: Script patch for critical Colonel's Bequest game bugMartin Kiewitz
2016-06-25SCI: Fix SQ1VGA script patch, fixes bug #7145Martin Kiewitz
2016-06-21SCI32: Implement kBitmapDrawViewColin Snover
2016-06-21SCI32: Expose a draw buffer on BitmapResource objectsColin Snover
2016-06-21SCI32: Implement basic kMessageBoxColin Snover
2016-06-21SCI32: Add workaround for kScrollWindowAdd call in PhantasmagoriaWillem Jan Palenstijn
2016-06-21SCI32: Implement kScrollWindowWillem Jan Palenstijn
2016-06-21SCI32: Implement line drawing (kAddLine/kUpdateLine/kRemoveLine)Colin Snover
2016-06-20SCI32: Add kDoSound(play) workaround for LSL6hiresColin Snover
2016-06-20SCI: Minor cleanup of kDoSoundColin Snover
2016-06-20SCI32: Rewrite digital audio engineColin Snover
2016-06-19SCI: Split audio sync to its own classColin Snover
2016-06-14SCI32: Fix video performance benchmarking in most SCI32 gamesColin Snover
2016-05-29SCI: Script patch for QfG3 giant tree boundsOmer Mor
2016-05-28SCI32: Remove invalid TODO about CLUT for 16-bit graphicsColin Snover
2016-05-28SCI: Remove warning in kDisposeScriptColin Snover
2016-05-27SCI32: Add explicit checks for null pointersColin Snover
2016-05-25SCI32: Fix LSL6 hires control panel script bugColin Snover
2016-05-22SCI: Script patch for fixing 3 missing points in QfG3Omer Mor
2016-04-14JANITORIAL: Reduce GUI header dependenciesOri Avtalion
2016-04-06SCI: Fix compilation for C++98.Johannes Schickel
2016-03-25SCI: Remove commented out code line.Johannes Schickel
2016-03-25SCI: Use aggregation to store objects in SegmentObjTable.Johannes Schickel
2016-03-25SCI: Introduce accessors for SegmentObjTable entries.Johannes Schickel
2016-03-25SCI: Get rid of template hack for serialization.Johannes Schickel
2016-03-20SCI32: Clean up outdated/wrong commentsColin Snover
2016-03-20SCI32: Return correct value from kSetFontHeightColin Snover
2016-03-20SCI32: Do not change accumulator in non-returning kernel callsColin Snover
2016-03-20SCI32: Use signed values for displacement positionColin Snover
2016-03-18SCI32: Add workaround for invalid temp read in TorinColin Snover
2016-03-18SCI32: More correctly fix kStringCopy overflowColin Snover
2016-03-18SCI32: Fix heap overflow (read) in kStringCopyColin Snover
2016-03-16SCI: Add workaround for restoring kq6 saved games (lowres/hires)Martin Kiewitz
2016-03-15SCI32: Document kAddLineFilippos Karapetis
2016-03-15SCI32: Implement kBitmapSetDisplaceFilippos Karapetis
2016-03-14SCI32: Implement kBitmapDrawColorColin Snover
2016-03-13SCI32: Implement kCelInfoColin Snover
2016-03-13SCI32: Correct some kernel call signaturesColin Snover
2016-03-13SCI32: Implement kCelHigh and kCelWide SCI32 versionsColin Snover
2016-03-11SCI32: Fix incorrect mouse event coordinates in SCI2 hiresColin Snover
2016-03-11SCI32: Initial implementation of kRemapColorsFilippos Karapetis
2016-03-10SCI32: Use correct name of kCantBeHere kernel functionColin Snover