aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
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
2010-11-09SCI: Add resource manager support for SCI3 games.Lars Skovlund
2010-11-09SCI: Added comments for rev. 54150 and fixed a typoFilippos Karapetis
2010-11-09treat pushSelf opcode with low bit set as pushSelf (in fangames only, current...Lars Skovlund
2010-11-08COMMON: Push #include audiocd.h in system.h out to .cpp filesMax Horn
2010-11-08BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes onlyMax Horn
2010-11-08SCI2: Added some currently unused code for drawing text on a bufferFilippos Karapetis
2010-11-08SCI/SCI2: Some slight changes to the graphics codeFilippos Karapetis
2010-11-08Fix assertion failure in SCI0 saving codeLars Skovlund
2010-11-08SCI: Bugfix for script workaroundsFilippos Karapetis
2010-11-08SCI: Some changes regarding the string heap in saved gamesFilippos Karapetis
2010-11-05SCI: Fix blend rounding, styleWillem Jan Palenstijn
2010-11-05COMMON/GUI/SCI: Changes to the EGA dithering checkboxFilippos Karapetis
2010-11-05SCI: Add a default case to a switch statement to silence some compiler warnings.Johannes Schickel
2010-11-04SCI: Renamed findBlock() to findBlockSCI0()Filippos Karapetis
2010-11-04SCI: Fix precedence error in commentWillem Jan Palenstijn
2010-11-04SCI: Set undither to on by default again, like it was. Filippos Karapetis
2010-11-04SCI: Use gamma 2.2 for blending undithered coloursWillem Jan Palenstijn
2010-11-04SCI: adding force to memorial area for SQ3/introMartin Kiewitz
2010-11-04SCI/SCUMMVM: Added an option to enable the dithering removal algorithm (so ca...Filippos Karapetis
2010-11-02SCI: Properly cast the results of kTimesSin and kTimesCos to 16-bit integersFilippos Karapetis