aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sci.cpp
AgeCommit message (Expand)Author
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
2011-02-05SCI: Fix Mac SCI32 subdirectoriesMatthew Hoops
2011-02-03SCI: Disable the special QFG1 Mac icon barMatthew Hoops
2011-01-27SCI: Set the printLang and parseLang selectors again when restarting, if nece...Filippos Karapetis
2011-01-22SCI21: Allow the game scripts to sync robot videos, like in SSCI. Also, refer...Filippos Karapetis
2010-12-23SCI: Fixed typoFilippos Karapetis
2010-12-22SCI: Limit the speech/subtitle settings sync to SCI1.1 CD games only. EarlierFilippos Karapetis
2010-12-22SCI: Sync in-game speech/subtitle options with the ones from the ScummVM GUI.Filippos Karapetis
2010-11-27SCI: Compensate for buggy KQ5CD saved games (before r54510)Filippos Karapetis
2010-11-26SCI: Implemented FR #3101338: "King's Quest 6 Windows Mouse Icons"Filippos Karapetis
2010-11-25SCI: Added engine method isCD()Filippos Karapetis
2010-11-19SCI: Moved the Object class in a separate fileFilippos Karapetis
2010-11-17SCI: Allow SCI3 game scripts to runFilippos Karapetis
2010-11-11SCI: Added the "DUK" video folder to the Search managerFilippos Karapetis
2010-11-10SCI: Some SCI3 changesFilippos Karapetis
2010-11-09SCI: Some slight work on SCI3Filippos Karapetis
2010-11-05COMMON/GUI/SCI: Changes to the EGA dithering checkboxFilippos Karapetis
2010-11-04SCI: Set undither to on by default again, like it was. Filippos Karapetis
2010-11-04SCI/SCUMMVM: Added an option to enable the dithering removal algorithm (so ca...Filippos Karapetis
2010-11-01COMMON: Rename String::printf() to String::format()Max Horn
2010-10-31SCI: Play time related changesFilippos Karapetis
2010-10-30SCI: Fixed detection of fan made script patches for LSL1Filippos Karapetis
2010-10-29SCI: Remove unused variable + some formatting fixes.Johannes Schickel
2010-10-29SCI: Added detection of some fan made script patches.Filippos Karapetis
2010-10-27SCI: Proper pausing/resuming of MIDI music in SciEngine::pauseEngineIntern(),...Filippos Karapetis