aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2016-07-10SCI32: Clean up Video32/VMDPlayerColin Snover
2016-07-10SCI32: Add support for blacklined videoColin Snover
2016-07-10SCI32: Implement kPlayVMDColin Snover
2016-07-08SCI: Set isSample when starting digital sample from soundInitSndWillem Jan Palenstijn
2016-07-06Merge pull request #775 from wjp/sci32_readwriteWillem Jan Palenstijn
2016-07-06SCI32: Add SaveFileRewriteStream for read/write access to filesWillem Jan Palenstijn
2016-07-06SCI: Fix typo in script patch comment (longbow arithmetic bug)Martin Kiewitz
2016-07-06Revert "SCI: Mark INNDEMO as demo"Martin Kiewitz
2016-07-06SCI: Mark INNDEMO as demoMartin Kiewitz
2016-07-06SCI: Add detection for the ImagiNation Network (INN) DemoOmer Mor
2016-07-04SCI: Adding script patch for longbow arithmetic berry bush bugMartin Kiewitz
2016-07-03Merge pull request #741 from wjp/sci-callWillem Jan Palenstijn
2016-07-02SCI32: Expose graphics throttling codeColin Snover
2016-07-02SCI32: Document _remapOccurred flagColin Snover
2016-07-02SCI32: Improve accuracy of frameout throttlerColin Snover
2016-07-02SCI32: Add const to getCurrentBufferColin Snover
2016-07-02SCI32: Document ScreenItem::_insetRectColin Snover
2016-07-02SCI32: Fix dropping events in kEditTextWillem Jan Palenstijn
2016-07-02SCI: Remove presumably long-outdated FIXMEWillem Jan Palenstijn
2016-07-02SCI: Remove unexpected side effect from ExecStack constructorWillem Jan Palenstijn
2016-07-02SCI: Remove unclear &rest handlingWillem Jan Palenstijn
2016-07-02SCI: Improve kernel subfunction loggingWillem Jan Palenstijn
2016-07-02SCI: Remove unneeded copyWillem Jan Palenstijn
2016-07-01SCI32: Fix signed comparison warningsColin Snover
2016-07-01SCI32: Fix bad rendering of subtitle backgrounds in TorinColin Snover
2016-07-01SCI32: Use better audio fading algorithmColin Snover
2016-07-01SCI32: Fix audio fadingColin Snover
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-30SCI32: Specify default hardware ratesColin Snover
2016-06-30SCI32: Add transparent pic plane typeColin Snover
2016-06-30SCI32: Clean-up pass on rendering pipelineColin Snover
2016-06-30SCI32: Implement engine-accurate screen item list sortingColin Snover
2016-06-30SCI32: Document & clean up extra rect argument for frameOutColin Snover
2016-06-30SCI32: Add low resolution constantsColin Snover
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: Fix benchmarking for QFG4Colin Snover
2016-06-26SCI32: Change Color::operator!= to all operator== directlyColin Snover
2016-06-26SCI32: Enable aspect ratio correction on QFG4CDColin Snover
2016-06-26SCI32: Fix typoColin Snover
2016-06-26SCI32: Remove no-longer-relevant commentColin Snover
2016-06-26SCI32: Add more workarounds for SCI2.1early gamesColin Snover
2016-06-26SCI32: Fix broken Remap implementationColin Snover
2016-06-26SCI32: Fix hang when playing auto-play audio channelsColin Snover
2016-06-26SCI32: Fix race condition when freeing audio resourcesColin Snover
2016-06-25SCI: Add getGameObjectName to fix compilationMartin Kiewitz
2016-06-25SCI: Fix auto-saving in the fan-made Cascade QuestMartin Kiewitz
2016-06-25SCI32: Properly initialize pausedAtTick inside Audio32::play()Filippos Karapetis