aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2010-08-25SCI: apply qfg1vga fight patch on weapon masterMartin Kiewitz
2010-08-25SCI: md5s from Bug #3049193Eugene Sandulenko
2010-08-25SCI: making loading from ScummVM menu work correctlyMartin Kiewitz
2010-08-25SCI: Make assert stricter.Willem Jan Palenstijn
2010-08-24SCI: adding pharkas patch for ladder issueMartin Kiewitz
2010-08-24SCI: adding qfg1vga patch for fight issueMartin Kiewitz
2010-08-24SCI: fixing comment of r52351Martin Kiewitz
2010-08-24SCI: Fixed bug #3052359 - "Hoyle1: Hearts Crash"Filippos Karapetis
2010-08-24SCI: fix race condition in sierra kPalVary codeMartin Kiewitz
2010-08-24SCI: added another version of Hoyle 1 (bug report #3052366)Filippos Karapetis
2010-08-24SCI: Removed a now unused selector from the selector cacheFilippos Karapetis
2010-08-24SCI: replacing save dialog as wellMartin Kiewitz
2010-08-24SCI: Check for the existence of script 180 before accessing it.Filippos Karapetis
2010-08-24SCI: Define xLast/yLast for LB2 floppy (which has no selectorFilippos Karapetis
2010-08-24SCI: more work on replacing save dialogMartin Kiewitz
2010-08-24SCI: some work on replacing save dialogMartin Kiewitz
2010-08-24SCI: fixing const cast warningMartin Kiewitz
2010-08-24SCI: dont load target palette when gameIsRestarting != 0Martin Kiewitz
2010-08-24SCI: changing signature of kRestoreGameMartin Kiewitz
2010-08-24SCI: changing maximum slots from 0-999 to 0-99Martin Kiewitz
2010-08-24SCI: now pausing/unpausing music in replaced restore dialogMartin Kiewitz
2010-08-24SCI: bit more work on restore dialog replacingMartin Kiewitz
2010-08-23SCI: some more work on replacing restore dialogMartin Kiewitz
2010-08-23SCI: storing game super class address now inside SciEngineMartin Kiewitz
2010-08-23SCI: some work on replacing sierra restore dialogMartin Kiewitz
2010-08-23SCI: multiple changes for mother goose vgaMartin Kiewitz
2010-08-23SCI: slightly changing msecs for scrollingMartin Kiewitz
2010-08-23SCI: Check for EOF and errors when reading from a file. Fixes bug #3049360 - ...Filippos Karapetis
2010-08-23SCI: Fix whitespaceWillem Jan Palenstijn
2010-08-23SCI: Fixed bug #3051163 - "MOTHERGOOSE: Crash at the very end" and merged 2 S...Filippos Karapetis
2010-08-22SCI: Fixed bug #3048908 - "PQ3EGA: Wrong speech bubble background colors" and...Filippos Karapetis
2010-08-22SCI: Fixed bug #3050856 - "SQ3 : Crash at intro"Filippos Karapetis
2010-08-22SCI: Add uninit'd workaround for the SQ6 demoMatthew Hoops
2010-08-22SCI: Reimplemented the kShow kernel command, used by the inbuilt SCI debugger...Filippos Karapetis
2010-08-22SCI: Fix a bug in kFileIOWriteString. The first return statement should go in...Matthew Hoops
2010-08-21SCI: improving delaying transitionsMartin Kiewitz
2010-08-21SCI: now fading color 255 as well in sci1.1Martin Kiewitz
2010-08-21SCI: removing debug output from r52259Martin Kiewitz
2010-08-21SCI: fixing resourcemgr for pharkas/germanMartin Kiewitz
2010-08-21Reverted part of r52256, it's not really undefined behavior (the two parts of...Filippos Karapetis
2010-08-21SCI: Fixed potentially undefined behaviorFilippos Karapetis
2010-08-21SCI: Added support for the DEL keyFilippos Karapetis
2010-08-21SCI: add support for Control-C in earlier SCI games, tooFilippos Karapetis
2010-08-21SCI added the "init" selector to the list of static selectors of LB2 floppy (...Filippos Karapetis
2010-08-21SCI: Fixed bug #3048911 - "Keyboard discrepancies in all SCI games" by handli...Filippos Karapetis
2010-08-21SCI: Fixed bug #3050122 - "QFG3: Crash after throwing the spear of death"Filippos Karapetis
2010-08-21SCI: Added a detection entry for LSL5 (bug report #3049771)Filippos Karapetis
2010-08-20SCI: added another comment to kRandomMartin Kiewitz
2010-08-20SCI: kRandom now exactly behaving like sierra sciMartin Kiewitz
2010-08-20SCI: Fixed typos in kRandom()Filippos Karapetis