aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2012-03-25Merge pull request #216 from bluegr/gui_undither_moveEugene Sandulenko
2012-03-25SCI: Fix cursor coordinates for SCI01. Fixes a crash in KQ1 (bug #3503932)Filippos Karapetis
2012-03-25GUI: Change the undithering checkbox to be an engine-specific optionFilippos Karapetis
2012-03-25SCI: Rename the sci_originalsavedload option to originalsaveloadFilippos Karapetis
2012-03-25SCI: Hook up the digital SFX and CD audio optionsFilippos Karapetis
2012-03-25Merge pull request #211 from lordhoto/game-gui-options-v2Eugene Sandulenko
2012-03-20GRAPHICS: Convert PictDecoder to the ImageDecoder APIMatthew Hoops
2012-03-19SCI: Add per-game GUI option support.Filippos Karapetis
2012-03-13JANITORIAL: Replace (x ? false : true) by !(x).Christoph Mallon
2012-03-13SCI: Add detection entry for KQ6 French DOS Floppy.D G Turner
2012-03-08SCI: Fix GK1 Mac text positioningMatthew Hoops
2012-03-08SCI: Fix KQ6 Mac movies with resource fork namesMatthew Hoops
2012-03-08SCI: Fix SCI1.1+ Mac games with resource fork container namesMatthew Hoops
2012-03-07SCI: Add a new configuration option for SQ4 CD, "silver_cursors"Filippos Karapetis
2012-03-05SCI: Fix GK1 demo soundsMatthew Hoops
2012-02-28Revert "SCI: Do not set _singleId in SciMetaEngine"Filippos Karapetis
2012-02-28SCI: Do not set _singleId in SciMetaEngineFilippos Karapetis
2012-02-21Merge pull request #182 from fingolfin/forbid-ctypeWillem Jan Palenstijn
2012-02-20COMMON: Move isFoo functions to namespace Common, add doxygen commentsMax Horn
2012-02-17SCI: Added some sanity checks by digitallFilippos Karapetis
2012-02-17SCI: Fix and cleanup the monochrome cursor codeFilippos Karapetis
2012-02-17SCI: Fix bug #3487088 - "SCI: LB1: Missing Wait cursor"Filippos Karapetis
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2012-02-15ALL: Avoid using is* macros from ctype.hMax Horn
2012-02-13SCI: Fix the order of diagonal roll transitions in the old lookup tableFilippos Karapetis
2012-02-13SCI: Fix bug #3487092: "SCI: LB1: Magnifying glass cursor is grey"Filippos Karapetis
2012-02-12SCI: Expand adjustGraphColor to work for older EGA games tooWillem Jan Palenstijn
2012-02-10JANITORIAL: Fix template definition whitespaceTarek Soliman
2012-01-29SCI: Remove unnecessary break after return statement.Johannes Schickel
2012-01-16SCI: Update a workaround for the demo of QFG4 to make it work againFilippos Karapetis
2012-01-16SCI: Remove outdated commentWillem Jan Palenstijn
2012-01-15SCI: Properly handle negative coordinates in drawTextBitmap()Filippos Karapetis
2012-01-15SCI: Simplify kString(Dup) using the overloaded = operatorFilippos Karapetis
2012-01-15SCI: Ignore an invalid export in a script in the demo of RAMAFilippos Karapetis
2012-01-15SCI: Use fromString() in kString(Dup) to simplify codeFilippos Karapetis
2012-01-15SCI: Zero-terminate strings in SciString::fromString()Filippos Karapetis
2012-01-15SCI: Remove wrong script-to-array copying code in kArrayFilippos Karapetis
2012-01-15SCI: Fix a nasty bug in kString(Dup)Filippos Karapetis
2012-01-15SCI: Clean up some memory management and loopsWillem Jan Palenstijn
2012-01-15SCI: Plug a leak in ResourceManager::processWavePatch()Filippos Karapetis
2012-01-15SCI: Plug loads of memory leaks in the SCI32 graphics codeFilippos Karapetis
2012-01-15SCI: Plug a leak in ResourceManager::detectSciVersion()Filippos Karapetis
2012-01-14SCI: Add a script patch to fix a script bug in GK1 floppyFilippos Karapetis
2012-01-14SCI: Don't clip the plane rectangle in kernelDeletePlane()Filippos Karapetis
2012-01-14SCI: When deleting a plane, also delete the items in itFilippos Karapetis
2012-01-14SCI: Fix bug in fadeIn()/fadeOut()Filippos Karapetis
2012-01-13SCI: Some more work on kSetShowStyle. Silenced some chatty warnings in GK1Filippos Karapetis
2012-01-13SCI: Blacklist more unused/debug SCI2.1 kernel functionsFilippos Karapetis
2012-01-13SCI: Fixed some graphics corruption (black boxes) in the dialogs of GK1Filippos Karapetis
2012-01-01JANITORIAL: Remove SVN tagsStrangerke