aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2010-08-02SCI: Fixed script bug #3037835 - "ISLANDBRAIN: Crash when breeding second-gen...Filippos Karapetis
2010-08-02Added another version of Castle of Dr. Brain (bug report #3037942)Filippos Karapetis
2010-08-02SCI: Fixed script bug #3038077 - "PQ3 : Engine Abort While Plotting Crimes", ...Filippos Karapetis
2010-08-02SCI: fixing getting selected languageMartin Kiewitz
2010-08-02AdvancedDetector: Fix ADGF_ADDENGISH implementationEugene Sandulenko
2010-08-01SCI: switching to upscaled hires on pc98 gamesMartin Kiewitz
2010-08-01SCI: adding workaround for pq3Martin Kiewitz
2010-08-01SCI: honoring english selection for multilingual gamesMartin Kiewitz
2010-08-01SCI: adding ADGF_ADDENGLISH to multilingual gamesMartin Kiewitz
2010-08-01SCI: Use new AD flag for German LSL5 which is dual-languageEugene Sandulenko
2010-08-01AdvancedDetector: Introduce new flag GF_ADDENGLISHEugene Sandulenko
2010-08-01SCI: Use new convenience macro and shorted the detection table a bitEugene Sandulenko
2010-08-01AdvancedDetector: Introducing AD_LISTEND, another convenience macroEugene Sandulenko
2010-08-01SCI: kDoSound(mute) behaviour changeMartin Kiewitz
2010-08-01SCI: Cleanup.Johannes Schickel
2010-08-01SCI: Move kernelShakeScreen to GfxScreen so it can be used in SCI32 (it's use...Matthew Hoops
2010-08-01SCI: changing noname selector namesMartin Kiewitz
2010-08-01SCI: fixing regression of r51520Martin Kiewitz
2010-08-01SCI: adding "audiosfx" to directoriesMartin Kiewitz
2010-08-01SCI: adding workaround for pq2 kDisplayMartin Kiewitz
2010-08-01SCI: Enabled the "Return to Launcher" feature (needs testing)Filippos Karapetis
2010-08-01SCI: removing pirated sq4 version from detectionMartin Kiewitz
2010-08-01SCI: adding workaround for lb1Martin Kiewitz
2010-08-01SCI: adding workaround for hq1/qfg1Martin Kiewitz
2010-08-01SCI: Ignoring non-critical script bug in QFG1VGA, when closing any conversati...Filippos Karapetis
2010-08-01SCI: adding audio directory searching for patchesMartin Kiewitz
2010-08-01SCI: reading the actual priority instead of guessingMartin Kiewitz
2010-08-01QUEEN: fix for bug 3036170. File name test supports upper case for transferri...Yotam Barnoy
2010-08-01SCI: Add another LB2 floppy selector name for an uninit'd workaround (bug #30...Matthew Hoops
2010-08-01SCI: Add another KQ5 VGA floppy entry (bug #3036996)Matthew Hoops
2010-08-01SCI: Fix uninitialized variable warning in g++.Johannes Schickel
2010-07-31SCI: fix lofs autodetectionMartin Kiewitz
2010-07-31SCI: fixing CR/LF, adding info about polish lsl1Martin Kiewitz
2010-07-31SCI: Don't include the time running the debugger in the game running timeMatthew Hoops
2010-07-31SCI: adding detection for benchmark viewsMartin Kiewitz
2010-07-31SCI: Add uninit'd temp workaround for Grotesteing (fan game)Matthew Hoops
2010-07-31SCI: changing laurabow1 workaround to all roomsMartin Kiewitz
2010-07-31SCI: removing warning about uninitialized parametersMartin Kiewitz
2010-07-31SCI: little cleanupMartin Kiewitz
2010-07-31SCI: kGameIsRestarting returns 2 when we restoredMartin Kiewitz
2010-07-31SCI: adjusting inside view::getCelRect for sci0earlyMartin Kiewitz
2010-07-31SCI: updating commentMartin Kiewitz
2010-07-31SCI: adding polish lsl1Martin Kiewitz
2010-07-31SCI: kAnimate - limit update of nsRect when scaledMartin Kiewitz
2010-07-31SCI: fixing stupid typoMartin Kiewitz
2010-07-31SCI: Whitespace cleanup.Johannes Schickel
2010-07-31SCI: Fix walking in GK1 later in the gameMatthew Hoops
2010-07-31SCI: fix kAddToPic called with view dataMartin Kiewitz
2010-07-30SCI: Add comment about stability requirements in makeSortedList.Johannes Schickel
2010-07-30SCI: Switch to Common::RandomSource.Johannes Schickel