aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2016-01-10SCI: Fix compilation when SCI32 is disabledWillem Jan Palenstijn
2016-01-08SCI: Fix the math in applyFade(), and simplify setFade()Filippos Karapetis
2016-01-08SCI: *Really* fix the logic in applyFade()Filippos Karapetis
2016-01-08SCI: Fix the logic in applyFade()Filippos Karapetis
2016-01-08SCI: Renamed one more function name to conform to our guidelinesFilippos Karapetis
2016-01-08SCI: Make GfxPalette32 conform to out formatting guidelinesFilippos Karapetis
2016-01-08SCI: SCI32 palette cyclers are disjoint, so use a single palette copyFilippos Karapetis
2016-01-08SCI: Simplify the SCI32 palette cycling codeFilippos Karapetis
2016-01-08SCI: Initialize kString properly for SCI2 gamesFilippos Karapetis
2016-01-08SCI: Fix compilationFilippos Karapetis
2016-01-08Merge pull request #644 from csnover/sci32-kPalCycleFilippos Karapetis
2016-01-07SCI: Remove unused member property _palCycleToColorColin Snover
2016-01-07SCI32: Add kFrameOut stub codeColin Snover
2016-01-07SCI32: Add kSetPalStyleRange stub codeColin Snover
2016-01-07SCI32: Add initial support for palette cycling (kPalCycle) and fading (kPalFade)Colin Snover
2016-01-05SCI: fix compatibility issue in kFileIOMartin Kiewitz
2016-01-04SCI32: fix kString calling from within kArrayMartin Kiewitz
2016-01-03SCI: kGetEvent modifiers bug was fixed in SCI1Martin Kiewitz
2016-01-03SCI: implement kGetEvent modifiers DOS bugMartin Kiewitz
2016-01-03SCI: sciAudio support for .wav + .aiff filesMartin Kiewitz
2016-01-03SCI: sciSound: check compression typeMartin Kiewitz
2016-01-02SCI: fix sciAudio not doing loops correctlyMartin Kiewitz
2016-01-02SCI: fix sciAudio support on some platformsMartin Kiewitz
2016-01-02JANITORIAL: Remove #includes of list_intern.hOri Avtalion
2015-12-29SCI32: version detection - don't remove constMartin Kiewitz
2015-12-29SCI32: split up SCI2.1 into EARLY/MIDDLE/LATEMartin Kiewitz
2015-12-28SCI: Fix obsolete commentLars Skovlund
2015-12-28SCI: Fix when more than 10 font codes are usedLars Skovlund
2015-12-28SCI: Remove superflous default value registration for extra GUI options.Johannes Schickel
2015-12-22SCI32: add code for torin+sq6 audio+subtitles modeMartin Kiewitz
2015-12-21SCI32: add code for kq7 audio+subtitles modeMartin Kiewitz
2015-12-14SCI: use diff. PC98 word wrap tables for SCI0/01/1Martin Kiewitz
2015-12-13SCI: add difference for SCI1 PC-98 word-wrappingMartin Kiewitz
2015-12-13SCI: detection for Castle of Dr. Brain PC-9801 JPMartin Kiewitz
2015-11-11SCI: add another Torin's Passage versionMartin Kiewitz
2015-10-16SCI: Remove non-ascii characterWillem Jan Palenstijn
2015-08-02SCI: implement frame skipping for all transitionsMartin Kiewitz
2015-07-13SCI: Fix object init in SCI3 scripts which are larger than 64kbFilippos Karapetis
2015-07-10SCI: add Japanese Lighthouse SCI3 detection entryMartin Kiewitz
2015-07-10SCI: Fix wording for commit fc14641Filippos Karapetis
2015-07-10SCI: Enable the save game menu option when dying in PQ2 - bug #6875Filippos Karapetis
2015-07-07SCI: Delete OPL when init failsWalter van Niftrik
2015-07-07SCI: Check OPL init return codeWalter van Niftrik
2015-07-07AUDIO: Remove all AudioStream access to OPLMatthew Hoops
2015-07-07SCI: Use the built-in OPL timerMatthew Hoops
2015-07-07AUDIO: Remove the sample rate configuration from the OPL codeMatthew Hoops
2015-06-15SCI: rename GAMEOPTION_EGA_UNDITHER name + descMartin Kiewitz
2015-06-06AUDIO: Make makeAIFFStream return a RewindableAudioStreamMatthew Hoops
2015-06-04SCI: Only use makeAIFFStream instead of loading the sound twiceMatthew Hoops
2015-05-18SCI: sq4cd: extend skateorama workaround bug #6853Martin Kiewitz