aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2010-11-17Adapt SCI property instructions (pToa etc.) to SCI3Lars Skovlund
2010-11-17SCI1.1 and newer games always ignore move count. The "version" command works ...Filippos Karapetis
2010-11-17SCI: Remove key modifier (e.g. num lock) status for keyboard function keys. T...Filippos Karapetis
2010-11-17SCI: lofsa/lofss functionality for SCI3Filippos Karapetis
2010-11-17SCI: Allow SCI3 game scripts to runFilippos Karapetis
2010-11-17SCI: Added some SCI3 selector related informationFilippos Karapetis
2010-11-17SCI: Make class table size OB1 workaround slightly more readableMax Horn
2010-11-17SCI: Fixed the return values of Object::relocateSci3()Filippos Karapetis
2010-11-17SCI: Change 'colour' to 'color'Max Horn
2010-11-17SCI3: added a SCI3 implementation of findGameObject(), based on a patch by ls...Filippos Karapetis
2010-11-17SCI: More work on SCI3, based on a patch by lskovlunFilippos Karapetis
2010-11-17SCI: Some more work on SCI3, based on a patch by lskovlunFilippos Karapetis
2010-11-17SCI: Added the SCI3 equivalent of initialiseObjects(), from a patch by lskovlunFilippos Karapetis
2010-11-17SCI: Some restructuring. Added some SCI3 placeholders/stubsFilippos Karapetis
2010-11-17SCI: The heap was a separate resource in SCI1.1 - SCI2.1 games only. It was l...Filippos Karapetis
2010-11-17SCI: Specify that -1 means "all maps" when listing base36-encoded resourcesFilippos Karapetis
2010-11-17SCI: Updated dissectScript() to handle synonym blocksFilippos Karapetis
2010-11-17SCI: Unified the functionality and parameters of the disasm and disasm_addr c...Filippos Karapetis
2010-11-17SCI: Added the ability to display original script bytecode in the "disasm" co...Filippos Karapetis
2010-11-16SCI: Fix for bug #3110215 - "SQ4 German: endless flight on Estros"Filippos Karapetis
2010-11-15SCI: Workaround for bug #3109299 "QFG1VGA: Crash when leaving area east of An...David Turner
2010-11-13SCI: Fixup pathfinding start point when on polygon edge.Walter van Niftrik
2010-11-13SCI: Fixed script bug #3108012 - "Hoyle1: Crash when changing Deal Speed in H...Filippos Karapetis
2010-11-13SCI: Update resource types for SCI2.1/3Matthew Hoops
2010-11-12Fixed signed/unsigned warningFilippos Karapetis
2010-11-12SCI: Don't check for SCI2/SCI2.1 kernel types in SCI3 games. Filippos Karapetis
2010-11-11SCI: kSave case 0 is actually kSaveGame. Based on a patch by lskovlunFilippos Karapetis
2010-11-11SCI2: Make robots return immediately for now, till they're implementedFilippos Karapetis
2010-11-11SCI: Properly adding SCI3 script patches (a regression of r54211)Filippos Karapetis
2010-11-11SCI: Use the new CSC extension for SCI3 scriptsFilippos Karapetis
2010-11-11SCI: Some video related changesFilippos Karapetis
2010-11-11SCI: Added the "DUK" video folder to the Search managerFilippos Karapetis
2010-11-11SCI: Allow paths along the edge of the screen in kAvoidPath.Walter van Niftrik
2010-11-11SCI: Fixed bug #3104624 - "PQ3: Crash when loading saved game on the highway"Filippos Karapetis
2010-11-11SCI: Allow duck videos to be played from the consoleMatthew Hoops
2010-11-10SCI: Add missing new lineMatthew Hoops
2010-11-10SCI3: Some changesFilippos Karapetis
2010-11-10SCI: Fix SCI2.1+ fallback detectionMatthew Hoops
2010-11-10SCI: Some SCI3 changesFilippos Karapetis
2010-11-10SCI: Updated the SCI2.1 kernel function table with the SCI3 changes/additionsFilippos Karapetis
2010-11-09SCI: Removed the Shivers 2 hack from the segment manager (it isn't SCI)Filippos Karapetis
2010-11-09SCI3: Removed detection and any possible support of Shivers 2Filippos Karapetis
2010-11-09SCI: Some slight work on SCI3Filippos Karapetis
2010-11-09SCI: Fixed the fallback detector againFilippos Karapetis
2010-11-09SCI: Fix Lighthouse SCI2.1 demoMatthew Hoops
2010-11-09SCI: Formatting convention fixesMatthew Hoops
2010-11-09SCI: Fix compile when SCI32 is not enabledMatthew Hoops
2010-11-09SCI: Temporarily disable the PrintDebug call, which is only partiallyLars Skovlund
2010-11-09SCI: Add uninitialized temp workaround for ShiversLars Skovlund
2010-11-09SCI: Fix error message in ShowMovie(), perhaps avoiding some confusion laterLars Skovlund