aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
AgeCommit message (Expand)Author
2009-09-01SCI: Fix message property of mouse event. This fixes mouse handling in theWalter van Niftrik
2009-09-01- Moved the Sierra game ID conversion code inside game.cpp, so that any game-...Filippos Karapetis
2009-09-01Fixed incorrect usage of ARRAYSIZE (thanks fingolfin)Filippos Karapetis
2009-09-01Changed an error to a warning, as it occurs at the beginning of EcoQuest 1 CD...Filippos Karapetis
2009-09-01Fixed the crash at the beginning of EcoQuest 1 CDFilippos Karapetis
2009-09-01SCI: Fix bug in SCI1.1 varselector search.Walter van Niftrik
2009-08-31CleanupFilippos Karapetis
2009-08-31CleanupFilippos Karapetis
2009-08-31Rewrote the static selector mapper to use SCI versions instead of game IDs, a...Filippos Karapetis
2009-08-31- Removed the now-unused "setTarget" selectorFilippos Karapetis
2009-08-31SCI: Add stub for PalVary.Walter van Niftrik
2009-08-31Removed many bogus return values in the SCI graphics functions - some functio...Filippos Karapetis
2009-08-31SCI: Fix messages in QFG remake.Walter van Niftrik
2009-08-30Adding support for AVI in SCI games (such as kq6) and implement kPlatform.Matthew Hoops
2009-08-30SCI: Fix missing 'else' in r43824.Walter van Niftrik
2009-08-30Fixed a regression in the sound of the demos of LSL3 and LSL5Filippos Karapetis
2009-08-30SCI: Add lofs detection.Walter van Niftrik
2009-08-30Silence gcc warning.Matthew Hoops
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