aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
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
2011-12-28SCI: Always prefer digital sound effects to prevent confusion to usersFilippos Karapetis
2011-12-28SCI: Rename _bMultiMidi to _useDigitalSFX and only initialize it inside Sound...Filippos Karapetis
2011-12-08SCI: Add preliminary support for SCI1 early Amiga sound patchesMatthew Hoops
2011-11-29SCI: Fix restarting SCI engine with different SCI versionWillem Jan Palenstijn
2011-11-29SCI: Add RtL FIXMEWillem Jan Palenstijn
2011-11-28SCI: Added handling of invalid jump offsets (e.g. QFG2, script 260)Filippos Karapetis
2011-11-20SCI: Reset parameters for all channels used by a song when it startsFilippos Karapetis
2011-11-17SCI: Break the huge kernelFrameOut function into several smaller onesFilippos Karapetis
2011-11-17SCI: Prefix class variables with underscoresFilippos Karapetis
2011-11-17SCI: Add newline back to get rid of the warning.Alyssa Milburn