Age | Commit message (Expand) | Author |
2016-01-10 | SCI: Fix compilation when SCI32 is disabled | Willem Jan Palenstijn |
2016-01-08 | SCI: Fix the math in applyFade(), and simplify setFade() | Filippos Karapetis |
2016-01-08 | SCI: *Really* fix the logic in applyFade() | Filippos Karapetis |
2016-01-08 | SCI: Fix the logic in applyFade() | Filippos Karapetis |
2016-01-08 | SCI: Renamed one more function name to conform to our guidelines | Filippos Karapetis |
2016-01-08 | SCI: Make GfxPalette32 conform to out formatting guidelines | Filippos Karapetis |
2016-01-08 | SCI: SCI32 palette cyclers are disjoint, so use a single palette copy | Filippos Karapetis |
2016-01-08 | SCI: Simplify the SCI32 palette cycling code | Filippos Karapetis |
2016-01-08 | SCI: Initialize kString properly for SCI2 games | Filippos Karapetis |
2016-01-08 | SCI: Fix compilation | Filippos Karapetis |
2016-01-08 | Merge pull request #644 from csnover/sci32-kPalCycle | Filippos Karapetis |
2016-01-07 | SCI: Remove unused member property _palCycleToColor | Colin Snover |
2016-01-07 | SCI32: Add kFrameOut stub code | Colin Snover |
2016-01-07 | SCI32: Add kSetPalStyleRange stub code | Colin Snover |
2016-01-07 | SCI32: Add initial support for palette cycling (kPalCycle) and fading (kPalFade) | Colin Snover |
2016-01-05 | SCI: fix compatibility issue in kFileIO | Martin Kiewitz |
2016-01-04 | SCI32: fix kString calling from within kArray | Martin Kiewitz |
2016-01-03 | SCI: kGetEvent modifiers bug was fixed in SCI1 | Martin Kiewitz |
2016-01-03 | SCI: implement kGetEvent modifiers DOS bug | Martin Kiewitz |
2016-01-03 | SCI: sciAudio support for .wav + .aiff files | Martin Kiewitz |
2016-01-03 | SCI: sciSound: check compression type | Martin Kiewitz |
2016-01-02 | SCI: fix sciAudio not doing loops correctly | Martin Kiewitz |
2016-01-02 | SCI: fix sciAudio support on some platforms | Martin Kiewitz |
2016-01-02 | JANITORIAL: Remove #includes of list_intern.h | Ori Avtalion |
2015-12-29 | SCI32: version detection - don't remove const | Martin Kiewitz |
2015-12-29 | SCI32: split up SCI2.1 into EARLY/MIDDLE/LATE | Martin Kiewitz |
2015-12-28 | SCI: Fix obsolete comment | Lars Skovlund |
2015-12-28 | SCI: Fix when more than 10 font codes are used | Lars Skovlund |
2015-12-28 | SCI: Remove superflous default value registration for extra GUI options. | Johannes Schickel |
2015-12-22 | SCI32: add code for torin+sq6 audio+subtitles mode | Martin Kiewitz |
2015-12-21 | SCI32: add code for kq7 audio+subtitles mode | Martin Kiewitz |
2015-12-14 | SCI: use diff. PC98 word wrap tables for SCI0/01/1 | Martin Kiewitz |
2015-12-13 | SCI: add difference for SCI1 PC-98 word-wrapping | Martin Kiewitz |
2015-12-13 | SCI: detection for Castle of Dr. Brain PC-9801 JP | Martin Kiewitz |
2015-11-11 | SCI: add another Torin's Passage version | Martin Kiewitz |
2015-10-16 | SCI: Remove non-ascii character | Willem Jan Palenstijn |
2015-08-02 | SCI: implement frame skipping for all transitions | Martin Kiewitz |
2015-07-13 | SCI: Fix object init in SCI3 scripts which are larger than 64kb | Filippos Karapetis |
2015-07-10 | SCI: add Japanese Lighthouse SCI3 detection entry | Martin Kiewitz |
2015-07-10 | SCI: Fix wording for commit fc14641 | Filippos Karapetis |
2015-07-10 | SCI: Enable the save game menu option when dying in PQ2 - bug #6875 | Filippos Karapetis |
2015-07-07 | SCI: Delete OPL when init fails | Walter van Niftrik |
2015-07-07 | SCI: Check OPL init return code | Walter van Niftrik |
2015-07-07 | AUDIO: Remove all AudioStream access to OPL | Matthew Hoops |
2015-07-07 | SCI: Use the built-in OPL timer | Matthew Hoops |
2015-07-07 | AUDIO: Remove the sample rate configuration from the OPL code | Matthew Hoops |
2015-06-15 | SCI: rename GAMEOPTION_EGA_UNDITHER name + desc | Martin Kiewitz |
2015-06-06 | AUDIO: Make makeAIFFStream return a RewindableAudioStream | Matthew Hoops |
2015-06-04 | SCI: Only use makeAIFFStream instead of loading the sound twice | Matthew Hoops |
2015-05-18 | SCI: sq4cd: extend skateorama workaround bug #6853 | Martin Kiewitz |