aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
AgeCommit message (Expand)Author
2009-08-30SCI: Add support for SetCursor with 4 args.Walter van Niftrik
2009-08-30SCI: Add SetCursor detection. Cleanup.Walter van Niftrik
2009-08-29Removed the "op_" prefix from opcode names in the script debuggerFilippos Karapetis
2009-08-29Use Common::String::clear instead of assigning "".Johannes Schickel
2009-08-29- Added static and const to static data.Johannes Schickel
2009-08-28The first part of the selector table (the first 83 entries) is almost the sam...Filippos Karapetis
2009-08-28- Removed the unused selectors "prevSignal", "who" and "distance" from the qu...Filippos Karapetis
2009-08-28Removed the unused selectors (edgeHit, semanticFail and baseSetter)Filippos Karapetis
2009-08-27Stop loading opcodes from vocab.998. They are the same in all SCI games and a...Filippos Karapetis
2009-08-27Throw a warning when kGetSaveDir is called with a parameterMatthew Hoops
2009-08-27Removed the signature check from GetSaveDir in order to let the scripts in GK...Filippos Karapetis
2009-08-27Add the minor differences of SCI3 to the SCI2.1 kernel table.Matthew Hoops
2009-08-26- Fix the opcode formats for some opcodes in SCI32 (some arguments are now wo...Matthew Hoops
2009-08-26Missed another comma....Matthew Hoops
2009-08-26Committed a slight patch by clone2727, which contains debug code to dump the ...Filippos Karapetis
2009-08-26Added a safeguard to avoid getting stuck in an endless loop when initializing...Filippos Karapetis
2009-08-26FormattingFilippos Karapetis
2009-08-26Oops! Missed a comma.Matthew Hoops
2009-08-25Disabled the signature checks for kNewWindow and kGetEvent, which are differe...Filippos Karapetis
2009-08-25Fixed compilation when ENABLE_SCI32 is not setFilippos Karapetis
2009-08-25- Split SCI_VERSION_32 into SCI_VERSION_2, SCI_VERSION_2_1, and SCI_VERSION_3...Matthew Hoops
2009-08-25When opening files, open the English language part of the filename. Fixes som...Filippos Karapetis
2009-08-25- Replaced more cases of EngineState parametersFilippos Karapetis
2009-08-25Silenced warnings (thanks wjp)Filippos Karapetis
2009-08-25- Simplified the parameters of some functionsFilippos Karapetis
2009-08-25SCI: Fix interpretation of ShowMovie speed argument.Walter van Niftrik
2009-08-24SCI: Reverted r40889. New fix for window erasing issue in SCI1.1 games.Walter van Niftrik
2009-08-24SCI: Read class table from vocab resource instead of scanning. This fixesWalter van Niftrik
2009-08-23- Added more mappings from Sierra's internal IDs to our own ones. Hopefully, ...Filippos Karapetis
2009-08-20SCI: Fix for the "Memory fragmented" dialogs popping up in some games.Walter van Niftrik
2009-08-20remove \n's from error() callsJoost Peters
2009-08-20Add a static selector table for use with the lsl5 demo.Matthew Hoops
2009-08-20Remove useless include guardMatthew Hoops
2009-08-19SCI: Add partial support for Amiga SCI1 games.Walter van Niftrik
2009-08-19Comment out unused function (which was also currently only enabled when SCI32...Johannes Schickel
2009-08-18Started rewriting the SCI engine to use FSNode instead of file names. This is...Filippos Karapetis
2009-08-18- Added game ID detection to the fallback detector. We still need to map some...Filippos Karapetis
2009-08-17SCI: Fix kernel table for multilingual SCI01 games. Cleanup.Walter van Niftrik
2009-08-17SCI: Build fix.Walter van Niftrik
2009-08-17SCI: Add autodetection for DoSound. Cleanup.Walter van Niftrik
2009-08-17Fix compilation of the SCI engine. It seems that all of the SCI header files ...Johannes Schickel
2009-08-17- Simplified some functions to accept only the parts of the EngineState they ...Filippos Karapetis
2009-08-16SCI: Stage 1 of the game detection overhaul. The end goal is to autodetectWalter van Niftrik
2009-08-15SCI: Rename sci_version_t to SciVersionWalter van Niftrik
2009-08-15SCI: Added enum for map and volume versions. Removed res_version setting fromWalter van Niftrik
2009-08-11SCI: Added a crude speed throttler.Walter van Niftrik
2009-08-11SCI: Turn off logging in debugger.Walter van Niftrik
2009-08-10SCI: Fix warnings.Walter van Niftrik
2009-08-10SCI: Improved multilanguage support for SCI1 and SCI1.1.Walter van Niftrik
2009-07-28SCI: Avoid using perror (it's not portable)Max Horn