aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sci.cpp
AgeCommit message (Expand)Author
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
2012-03-31ENGINES: Return all available custom GUI options if no target is specifiedFilippos Karapetis
2012-03-31SCI: Make sure that the disable_dithering key existsFilippos Karapetis
2012-03-25SCI: Rename the sci_originalsavedload option to originalsaveloadFilippos Karapetis
2012-03-07SCI: Add a new configuration option for SQ4 CD, "silver_cursors"Filippos Karapetis
2011-11-29SCI: Fix restarting SCI engine with different SCI versionWillem Jan Palenstijn
2011-10-30SCI: More work on kEditTextFilippos Karapetis
2011-10-29SCI: Added a new debug flag, "DebugMode" for SCI32 gamesFilippos Karapetis
2011-10-28SCI: Added skeleton code for kEditText (still not working)Filippos Karapetis
2011-10-26SCI: Renamed GfxControls to GfxControls16Filippos Karapetis
2011-10-19SCI: Move the palette merging checking code inside the GfxPalette classFilippos Karapetis
2011-09-03SCI32: Added an initial skeleton structure for the SCI2 text drawing codeFilippos Karapetis
2011-06-25SCI: Fixed bug #3325512: "EcoQuest 1: Audio settings are not saved"Filippos Karapetis
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-27SCI: Fix access to variables (gc_interval etc.) from the consoleLars Skovlund
2011-05-17COMMON: Registers RandomSources in constructor with the event recorderMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-09SCI: Slight cleanup to undithering codeMax Horn
2011-03-28SCI: Renamed restAdjust to r_rest (like r_acc and r_prev)md5
2011-03-09SCI: Don't patch the save/load dialogs in Shiversmd5
2011-03-04SCI: Use BE string handling for Mac games.Walter van Niftrik
2011-03-04SCI: Enable fade transitions for SCI1 EGA gamesmd5
2011-03-04SCI: Don't patch save/restore dialogs in Phantasmagoriamd5
2011-03-04SCI21: Now replacing save/restore dialogs in SCI2.1 and newer gamesmd5
2011-03-03SCI: Applied save/load dialog patching to all SCI0-SCI2.1 early gamesmd5
2011-02-28SCI: Cleanup of the save/load dialog patching code and the lofs type detectio...md5
2011-02-27SCI: Renamed SCI_VERSION_1_EGA to SCI_VERSION_1_EGA_ONLYmd5
2011-02-22SCI: Added support for patching save/load dialogs in SCI2 gamesmd5
2011-02-17SCI: Fix Mac icon bar palettesMatthew Hoops
2011-02-08SCI: Add detection for Freddy Pharkas MacMatthew Hoops
2011-02-07SCI: Converted the robot decoder into a regular video decoder, and decoupled ...Filippos Karapetis