aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sci.cpp
AgeCommit message (Expand)Author
2016-03-15SCI: Remove unused _gfxScreen parameter from GfxRemapFilippos Karapetis
2016-03-11SCI32: Initial implementation of kRemapColorsFilippos Karapetis
2016-03-08SCI: Split color remapping functionality into a separate classFilippos Karapetis
2016-03-08SCI: Separate the demos of QFG4, PQ4 and GK1 from their full versionsFilippos Karapetis
2016-03-08ENGINES: Make variable names of ADGameDescription conform to our guidelines.Johannes Schickel
2016-03-06SCI32: Implement kEditTextColin Snover
2016-03-02SCI32: Don't do a syncWithScripts on restore from launcherMartin Kiewitz
2016-02-24SCI: Fix FM-Towns audio language selectionMartin Kiewitz
2016-02-23SCI: Improve kAnimate fastcast detection, Remove EQ1 hackMartin Kiewitz
2016-02-21SCI32: Fix save patching for ScummVM dialogMartin Kiewitz
2016-02-18SCI: WIP GfxText32 codeColin Snover
2016-02-18SCI: Implement accurate renderer architecture for SCI32Colin Snover
2016-02-15JANITORIAL: Typos detected with lintian & grepAlexandre Detiste
2016-01-26SCI: Only select save slots for kernel callsMartin Kiewitz
2016-01-22SCI32: PQ4 seems to support high resolution tooMartin Kiewitz
2016-01-22SCI: add user option for high resolution graphicsMartin Kiewitz
2016-01-14SCI: Use tick-based timing more consistentlyColin Snover
2016-01-10SCI: Fix compilation when SCI32 is disabledWillem Jan Palenstijn
2016-01-07SCI32: Add initial support for palette cycling (kPalCycle) and fading (kPalFade)Colin Snover
2015-12-29SCI32: split up SCI2.1 into EARLY/MIDDLE/LATEMartin Kiewitz
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-04-27SCI: immediate restore now uses delayed restoreMartin Kiewitz
2015-04-18SCI: add debug level for workaroundsMartin Kiewitz
2014-10-28SCI: Remove trailing whitespaceFilippos Karapetis
2014-06-02SCI: fix saving in mother goose sci0 (bug #6486)Martin Kiewitz
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-17SCI: Some minor cleanupFilippos Karapetis
2014-02-17SCI: Fix bug #6536 - "SCI: JONES - top menu empty after loading from launcher"Filippos Karapetis
2013-12-22SCI: improved lb2+kq6 patches (new speech state)Martin Kiewitz
2013-12-11SCI: Add detection for Torin MacMatthew Hoops
2013-12-08SCI: only apply audio+text patch to KQ6 CD+LB2 CDMartin Kiewitz
2013-12-08SCI: sci.cpp updated b/c KQ6 audio+text supportMartin Kiewitz
2013-12-04SCI: script patcher is now a separate classMartin Kiewitz
2013-11-21SCI: fix script patcher for games w/o vocabMartin Kiewitz
2013-11-21SCI: Fix warningWillem Jan Palenstijn
2013-11-20SCI: script patch for laura bow 2 for audio+textMartin Kiewitz
2013-11-01SCI: improved patcher, inventory patch for kq6/macMartin Kiewitz
2013-10-31SCI: Update ScummVM's game audio options for SCI1.1 CD gamesFilippos Karapetis
2013-04-28SCI: Fix patched save/load dialogs in SCI32 Mac gamesMatthew Hoops
2013-04-27SCI: Fix incorrect detection of NRS patches in QFG3 (bug #3574541)Filippos Karapetis
2013-04-18SCI: Remove a bunch of unused private member variablesMax Horn
2012-12-03SCI: Fix a small glitch when loading (regression)Filippos Karapetis
2012-12-02SCI: Resync audio options when a game is restarted (bug #3589453)Filippos Karapetis
2012-11-06SCI: reset _throttleLastTime when restartingFilippos Karapetis
2012-10-08SCI: Also add LSL6 CD to syncIngameAudioOptions()Filippos Karapetis
2012-07-22SCI: Rewrite RobotDecoder to use the AdvancedVideoDecoder APIMatthew Hoops
2012-06-18SCI: Add setter/getter methods to reg_t'sFilippos Karapetis
2012-05-22SCI: Fix the detection of the NRS patch for QFG3Filippos Karapetis