aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
AgeCommit message (Expand)Author
2011-01-01SCI: debugC calls no longer require a debug level of 2 to show outputFilippos Karapetis
2011-01-01SCI: Disable continuous list checking by defaultFilippos Karapetis
2010-12-31SCI: Added workaround for script bug #3148418 - "QFG2: Script Error On last s...Filippos Karapetis
2010-12-28SCI: Fixed script bug #3038870 - "SCI Fanmade - Demo Quest: ScummVM hangs wit...Filippos Karapetis
2010-12-26SCI: A more efficient solution for bug #3037874 (SCI high CPU usage), which w...Filippos Karapetis
2010-12-24SCI: Only sync the synonyms vocabulary if the game actually has one (thanks wjp)Filippos Karapetis
2010-12-24SCI: Now saving/loading the list of synonyms (set by kSetSynonyms), like SSCI...Filippos Karapetis
2010-12-23Fix code formattingLars Skovlund
2010-12-23SCI: Unbreak script loading on big-endian machines. Thanks to [md5] and wjp.Lars Skovlund
2010-12-22SCI: Fixed bug #3037618 - "PQ2 : Restoring in Scuba Van causes Parser Issues"Filippos Karapetis
2010-12-22SCI: Also reset flags when resetting the video stateFilippos Karapetis
2010-12-22SCI: Sync in-game speech/subtitle options with the ones from the ScummVM GUI.Filippos Karapetis
2010-12-22SCI: VMD video related changesFilippos Karapetis
2010-12-22SCI: Changed the check for NULL values inside kArray(Cpy) to only ignore such...Filippos Karapetis
2010-12-21- SCI: Added code to free the _baseVars value in SCI3 as well. Both free() op...Filippos Karapetis
2010-12-21Added back the null check in kArray(cpy): it happens in SCI3Filippos Karapetis
2010-12-21Make Object::_baseMethod a Common::Array. This is intended to clean upLars Skovlund
2010-12-21Simplify SCI3 relocation code, also making it correct.Lars Skovlund
2010-12-21SCI: Fixed bug #3092115 - "ECOQUEST2: Initial text not cleared during ecorder...Filippos Karapetis
2010-12-16VIDEO: Make VideoDecoder::decodeNextFrame() return a const Surface pointerMatthew Hoops
2010-12-15SCI: Slight cleanupFilippos Karapetis
2010-12-07SCI: Bumped up the save game version for rev #54805Filippos Karapetis
2010-12-07SCI: Silence warningsMatthew Hoops
2010-12-07SCI: Removed the system strings code and replaced it with a much more simplif...Filippos Karapetis
2010-12-02SCI: Enabled the GUI option to play speech and show subtitles simultaneously ...Filippos Karapetis
2010-11-30SCI: Added an uninitialized read script workaround for QFG1VGAFilippos Karapetis
2010-11-30SCI: Fixed bug #3053093 - "QFG1VGA and QFG3: Text box glitches"Filippos Karapetis
2010-11-28SCI: Fixed bug #3034471 - "SCI, Castlebrain/Amiga: Invisible text in word sea...Filippos Karapetis
2010-11-27SCI: Reverted changes to savegame.cpp made in r54510, as that still occursFilippos Karapetis
2010-11-27SCI: Fixed bug #3034713 - "ICEMAN Demo: Fails to find base object"Filippos Karapetis
2010-11-25SCI: implemented reverb handling and related functionalityFilippos Karapetis
2010-11-25SCI: Added support for the alternate Windows MIDI soundtracks of the CD versi...Filippos Karapetis
2010-11-24SCI: Fixed a bug in the script disassemblerFilippos Karapetis
2010-11-24SCI: Some renaming and added several TODOs concerning reverbFilippos Karapetis
2010-11-24SCI: Placed some selectors added in SCI1.1 in a separate tableFilippos Karapetis
2010-11-24SCI: some changes to the way reverb is handledFilippos Karapetis
2010-11-24SCI: Some slight changes to get the "find_callk" console command working in KQ5Filippos Karapetis
2010-11-23SCI: added a workaround for script bug #3116892 - "SQ4 German: crash when sho...Filippos Karapetis
2010-11-22SCI: Fixed bug #3044050 - "SQ4FLOPPY: Crash while flying in Skate-o-Rama"Filippos Karapetis
2010-11-22SCI: Patched the QFG3 character import screen the same way as with QFG2Filippos Karapetis
2010-11-21SCI: Proper fix for the QFG2 character import screen crashes (bug #3037996)Filippos Karapetis
2010-11-21SCI: Added 3 uninitialized temp fixes for the RAMA demo, which is now workingFilippos Karapetis
2010-11-21SCI: Removed the correct subops from kString in late SCI2.1/SCI3 games (thank...Filippos Karapetis
2010-11-21SCI: kArray wasn't changed in late SCI2.1/SCI3 games (thanks to waltervn)Filippos Karapetis
2010-11-21SCI: Removed incorrect pointer arithmetic support for SCI2 stringsFilippos Karapetis
2010-11-21SCI: Adapted kArray/kString to use the new heuristic for late SCI2.1/SCI3 gam...Filippos Karapetis
2010-11-21SCI: Added a heuristic to detect the modified late SCI2.1/SCI3 kString/kArray...Filippos Karapetis
2010-11-20SCI: Fix ScummVM freezing during the credits scene in EcoQuest 1 (bug #3101846)Filippos Karapetis
2010-11-20SCI: Fixed timer bug #3109139 - "SQ4: Crash after exiting Skate-o-Rama during...Filippos Karapetis
2010-11-19SCI: Only compile kGetConfig for SCI32Willem Jan Palenstijn