aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2016-01-10SCUMM: Add detection for Russian MM fan-demoEugene Sandulenko
2016-01-10SCUMM: Add support for Russian MMEugene Sandulenko
2016-01-10TINSEL: Added detection for DW1 fan translationEugene Sandulenko
2016-01-10SAGA: Add support for Russian fan-translation of IHNMEugene Sandulenko
2016-01-10MADS: Implement GameConversations::updatePaul Gilbert
2016-01-09MADS: Hook up calls to conversation update where necessaryPaul Gilbert
2016-01-09MADS: Set up conversation mode enum, change hold fields to use itPaul Gilbert
2016-01-09MADS: Implement bulk of remaining conversation setup and support methodsPaul Gilbert
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-08MADS: Further conversation cleanup, start of conv CND file loadingPaul Gilbert
2016-01-08MADS: Implement GameConversations::run methodPaul Gilbert
2016-01-08MADS: Cleanup of existing converstations skeleton codePaul Gilbert
2016-01-08LAB: Bugfixes for the lowres DOS versionFilippos Karapetis
2016-01-08LAB: Remove superfluous class variablesFilippos Karapetis
2016-01-08LAB: Use the same text rect in monitors for DOS and Windows versionsFilippos 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-07JANITORIAL: Fix clang printf warningsOri Avtalion
2016-01-07MADS: Phantom: Flesh out walk triggersPaul Gilbert
2016-01-06LAB: Use cursor manager to set, show and hide the cursorTorbjörn Andersson
2016-01-05LAB: Fix switching between texts in monitorWillem Jan Palenstijn
2016-01-05LAB: Fix end-of-text detection in monitorWillem Jan Palenstijn
2016-01-05LAB: Ignore clicks in empty region in monitorWillem Jan Palenstijn
2016-01-05LAB: Simplify and clean up the intro codeFilippos Karapetis
2016-01-05SCI: fix compatibility issue in kFileIOMartin Kiewitz
2016-01-04SCI32: fix kString calling from within kArrayMartin Kiewitz
2016-01-04TONY: Initialize _vdbCodec in contructorStrangerke
2016-01-04TONY: As suggested by LordHoto, determine codec based on container signature ...Strangerke
2016-01-04TONY: Reduce variable scope, use MKTAG to check file signatureStrangerke
2016-01-04TONY: Add support to the new compressed speech containersStrangerke
2016-01-03SCI: kGetEvent modifiers bug was fixed in SCI1Martin Kiewitz
2016-01-03SCI: implement kGetEvent modifiers DOS bugMartin Kiewitz
2016-01-03TONY: Fix Amiga Build by adding missing sound ifdefsStrangerke
2016-01-03SCI: sciAudio support for .wav + .aiff filesMartin Kiewitz
2016-01-03TONY: Add support for compressed music and sfxStrangerke
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