aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2009-08-30SCI: Add SetCursor detection. Cleanup.Walter van Niftrik
2009-08-30SCI: CleanupWalter 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-26Further work on the fallback detector: added several demosFilippos Karapetis
2009-08-26If a resource map entry can't be read, retry with the volume version instead,...Filippos Karapetis
2009-08-26FormattingFilippos Karapetis
2009-08-26Oops! Missed a comma.Matthew Hoops
2009-08-26Added code to distinguish between the demo and full versions of fairytalesFilippos Karapetis
2009-08-26Started working on distinguishing the Sierra game demos. Also added a note ab...Filippos Karapetis
2009-08-26WordingFilippos Karapetis
2009-08-26Added automatic detection of the game language to the fallback detectorFilippos Karapetis
2009-08-25Disabled the signature checks for kNewWindow and kGetEvent, which are differe...Filippos Karapetis
2009-08-25- Finished automatic detection of the game platform in the fallback detectorFilippos 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-25Fixed detection for GK1 demo when SCI32 is not enabledFilippos 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-24Show if a game is using EGA graphics or not in the detected entryFilippos Karapetis
2009-08-24More work on the fallback detector: added detection of CD games and prevented...Filippos Karapetis
2009-08-24- Removed the code which reads the SCI version string from the game executabl...Filippos Karapetis
2009-08-24Move detection tables to separate file.Eugene Sandulenko
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-21Fix use of default directories in SCI detection code. So far all our detectio...Johannes Schickel
2009-08-21Fix detection of some later SCI32 games (RESMAP.001) and some cleanup.Matthew Hoops
2009-08-21Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guaran...Andre Heider
2009-08-21Fix detection of SCI32 resource maps and volumesMatthew Hoops
2009-08-21SCI: disable RGB mode, as it's not ready to be used yetWillem Jan Palenstijn
2009-08-21Merged RGB color API and support in from /scummvm/branches/gsoc2009-16bit/Jody Northup
2009-08-21Truly fix endianness in the SOL decoder. Raw sounds are always in little endi...Matthew Hoops
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