aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Collapse)Author
2014-10-28SCI: implement 8-bit color matching SCI1.1 bugMartin Kiewitz
effectively fixes bug #6455 thanks to wjp and [md5]
2014-10-27SCI: Add note on SSCI 11 FindColor bugWillem Jan Palenstijn
2014-10-19SCI: Add notesWillem Jan Palenstijn
2014-10-19SCI: Enable some menus in Jones after restoring (bugs #6537 and #6723)Filippos Karapetis
The code path that is supposed to enable these never gets called when restoring from the main menu, or from the ScummVM launcher. Since the logic on when and what to enable is quite complex, the easiest thing to do is enable these entries manually after a game is loaded.
2014-10-18SCI: Fix bug #6703: "SCI: QFG1 VGA - Can't CTRL+S to access statistics"Filippos Karapetis
This actually affected all Control+key combinations. A regression from 0f90b8eaad0335715d5f6aea6ede32ebbb746e25
2014-10-18SCI: Hopefully fix bug #6718 in LSL6 PolishFilippos Karapetis
View flags are mainly used by LB2. The flag in the LSL6 view seems to be garbage, so we ignore it
2014-10-18SCI: Separate the rest of the detection-only functionsFilippos Karapetis
This should fix bug #6717 - "SCI fallback detection assert failure"
2014-10-18SCI: Rename the version of addAppropriateSources() used in detectionFilippos Karapetis
2014-10-18SCI: Fix some typos, and remove some redundant curly bracesFilippos Karapetis
2014-10-15SCI: Simplify check for non-alphanumeric characters in the parserFilippos Karapetis
This is also for bug #6608. Many thanks to wjp for his help with this
2014-10-15SCI: Ignore most of the non-alphanumeric characters in the parserFilippos Karapetis
This is a more proper handling of non-alphanumeric characters (e.g. apostrophes) in SCI games with a parser - bug #6608
2014-10-13SCI: WordingFilippos Karapetis
2014-10-13SCI: Set the NS rect for all cases in GK1 (bug #6729)Filippos Karapetis
2014-10-13SCI: Fix bug #6725 - "SCI: LSL5 Mac doesn't launch with MT-32 music"Filippos Karapetis
Thanks to waltervn for his help
2014-10-13SCI: Add comments for the MT-32/GM patch contentsFilippos Karapetis
2014-10-13SCI: Add another version of LockerGnome Quest ReduxFilippos Karapetis
2014-10-13SCI: Re-enable the entry for LSL1 remakeFilippos Karapetis
The entry is valid, verified by waltervn
2014-10-03SCI: Fix reading SCI1 midi channel flagsWillem Jan Palenstijn
Thanks waltervn
2014-08-22MISC: Fix typo s/Adlib/AdLib/ (only where visible to the user)Ben Castricum
2014-08-08SCI: Handle 's at the end of words - bug #6608Filippos Karapetis
2014-08-08SCI: Code formatting fixesFilippos Karapetis
2014-08-08SCI: Fix wrong game features heuristic for Hoyle 1/2 - bug #6606Filippos Karapetis
Games with newer graphics functions can call kDrawPic with 4 or 8 parameters. Older games call it with 6 parameters. Fixes the about dialog in Hoyle 1
2014-08-08SCI: Extend hack to fix regression in GK1Filippos Karapetis
2014-08-08SCI: Add the French version of Phantasmagoria - bug #6574Filippos Karapetis
2014-08-08SCI: Show the address segment when trying to free hunks from an invalidFilippos Karapetis
address
2014-08-08SCI: Allow invalid references to kUnload() - bug #6600Filippos Karapetis
Since the reference will be invalidated anyway by kUnload itself, there's no real reason to check for its validity. We do the same with kGraph() and kDisplay().
2014-08-06SCI: Fix script bug #6692 - QFG3: Crash when speaking at the top of the ↵Filippos Karapetis
giant tree
2014-07-24SCI: Small formatting fix.Johannes Schickel
2014-06-08SCI: fix coordination translation for 480x300 macMartin Kiewitz
2014-06-03SCI32: fix crash during gabriel knight introMartin Kiewitz
2014-06-02SCI: comment typo fixMartin Kiewitz
2014-06-02SCI: fix saving in mother goose sci0 (bug #6486)Martin Kiewitz
2014-06-02SCI: fix regression introduced by 480x300 commitMartin Kiewitz
fix EGA graphic corruption
2014-06-02SCI: Silence double to float conversion warning.Johannes Schickel
2014-06-01SCI: Add missed usage of AD_LISTEND in detection entry.D G Turner
2014-06-01SCI: Add Ecoquest I detection entry from bug #6599.D G Turner
2014-06-01SCI: Add Hoyle 2 DOS detection entry from bug #6598.D G Turner
2014-06-01SCI: Add Mixed Up Fairy Tales EGA detection entry from bug #6596.D G Turner
2014-06-01SCI: more hoyle 4 workarounds (bug #6604)Martin Kiewitz
2014-06-01SCI: Silence a gcc conversion warningMatthew Hoops
2014-06-01SCI: another workaround for hoyle 4 (bug #6598)Martin Kiewitz
2014-06-01SCI: hoyle 4 workaround entry (bug #6601)Martin Kiewitz
2014-06-01SCI: adding undither flag for a few more gamesMartin Kiewitz
2014-06-01SCI: added undither flags for 2x sq3 + hoyle 1Martin Kiewitz
2014-06-01SCI: added hoyle1 dos (bug #6597Martin Kiewitz
2014-06-01SCI: detection for lb2 dos floppy v1.1 (bug #6543)Martin Kiewitz
2014-06-01SCI: fix kGetTime, fixes bug #6605Martin Kiewitz
current year part wasn't calculated properly
2014-06-01SCI: add detection for sq3 mac (bug #6484)Martin Kiewitz
2014-06-01SCI: work on SCI0/01 Mac 480x300 scalingMartin Kiewitz
2014-06-01SCI: debugger diskdump is now able to dump '*'Martin Kiewitz
dumps all resources of given type