aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/workarounds.cpp
AgeCommit message (Collapse)Author
2016-03-18SCI32: Add workaround for invalid temp read in TorinColin Snover
2016-03-08SCI: Update the game ID of a workaround that's only used in QFG4 demoFilippos Karapetis
2016-03-08SCI: Separate the demos of QFG4, PQ4 and GK1 from their full versionsFilippos Karapetis
The demo versions of these games were using a very different engine - SCI1.1 vs SCI2/SCI2.1. Thus, we split them into different game IDs, to avoid mixing specific game checks for them, as well as specific game workarounds, which are different for the demos than the full versions. Also, the demos should be working when SCI32 is disabled. For these games, we don't use ADGF_DEMO, to avoid game IDs like foodemo-demo
2016-03-02SCI32: Add a workaround for kPalVarySetPercent in GK1 (chapter change)Filippos Karapetis
2015-05-18SCI: sq4cd: extend skateorama workaround bug #6853Martin Kiewitz
2015-05-05SCI: add qfg2 airElemental workaround - bug #6859Martin Kiewitz
2015-04-21SCI: fix bug in new workaround sig codeMartin Kiewitz
2015-04-19SCI: workaround sig cleanup 2Martin Kiewitz
2015-04-19SCI: workaround sig cleanupMartin Kiewitz
old and now obsolete localCallOffset removed
2015-04-19SCI: workaround sig fanmade Ocean Battle migratedMartin Kiewitz
2015-04-19SCI: workaround sig Jones in the fast lane migratedMartin Kiewitz
2015-04-19SCI: workaround sig Hoyle 1 migratedMartin Kiewitz
2015-04-19SCI: workaround sig Hoyle 4 migratedMartin Kiewitz
2015-04-19SCI: workaround sig Space Quest 1 migratedMartin Kiewitz
2015-04-19SCI: workaround sig for fanmade games kDeviceInfoMartin Kiewitz
2015-04-19SCI: workaround sig Space Quest 4 migratedMartin Kiewitz
2015-04-19SCI: workaround sig Conquests of Camelot migratedMartin Kiewitz
2015-04-19SCI: workaround sig Conquests of Longbow migratedMartin Kiewitz
2015-04-19SCI: workaround sig pq2/demo:lb+hq1 migratedMartin Kiewitz
- also kDisplay cleanup, removed dummy opcodes - workarounds should be used instead - fixed hq1 workaround entry, it seems we are able to read vocabulary now
2015-04-19SCI: workaround sig Quest for Glory 3 migratedMartin Kiewitz
2015-04-19SCI: workaround sig Quest for Glory 1 VGA migratedMartin Kiewitz
2015-04-19SCI: workaround sig eco quest 2 updateMartin Kiewitz
sig also works on french version + sig extended
2015-04-19SCI: workaround sig Eco Quest 2 migratedMartin Kiewitz
2015-04-18SCI: workaround sig Quest for Glory 1 EGA migratedMartin Kiewitz
2015-04-18SCI: workaround sig Quest for Glory 2 migratedMartin Kiewitz
2015-04-18SCI: add debug level for workaroundsMartin Kiewitz
It's called "Workarounds"
2015-04-18SCI: workaround sig Island Of Dr. Brain migratedMartin Kiewitz
2015-04-18SCI: add signatures for workaround local-callsMartin Kiewitz
instead of using hardcoded offsets, we can now use regular script patcher signatures. only 1 qfg3 workaround has been migrated, the others will follow.
2015-04-18SCI: sq4 russian: added all workarounds manuallyMartin Kiewitz
and removed generic workaround, which ignores all objectnames.
2015-04-18SCI: add uninitialized read workaround qfg3 rm140Martin Kiewitz
for French, German, Italian and Spanish versions
2015-04-14SCI: add workaround for Hoyle 4 Euchre (bug 6602)Martin Kiewitz
2015-03-19SCI: added workaround for LSL2/Amiga bug #6818Martin Kiewitz
was bug in script (amiga exclusive)
2014-11-02SCI: hoyle 4 workaround properly done (bug #6614)Martin Kiewitz
fixes placement of edit control caused by uninitialized reads
2014-08-06SCI: Fix script bug #6692 - QFG3: Crash when speaking at the top of the ↵Filippos Karapetis
giant tree
2014-06-01SCI: more hoyle 4 workarounds (bug #6604)Martin Kiewitz
2014-06-01SCI: another workaround for hoyle 4 (bug #6598)Martin Kiewitz
2014-06-01SCI: hoyle 4 workaround entry (bug #6601)Martin Kiewitz
2014-02-19SCI: Fix script bug #6485 - "SCI: MUMG EGA - kStrCpy error"Filippos Karapetis
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2013-12-24SCI: workarounds / new bug ids in commentsMartin Kiewitz
2013-11-21SCI: changed workaround for lb2 audio+text patchMartin Kiewitz
2013-11-21SCI: made lb2 text+audio patches apply to kq6Martin Kiewitz
not yet enabled, because low-res kq6 has wrong window placement and hi-res kq6 even gets graphic glitches
2013-11-20SCI: script patch for laura bow 2 for audio+textMartin Kiewitz
at the same time needs indepth testing
2013-11-16SCI: workaround for sq4 hintbook script bug (#6447)Martin Kiewitz
2013-11-01SCI: added workaround for Black Cauldron remakeMartin Kiewitz
(happens only when using original save dialog)
2013-10-30SCI: Fix uninitialized reads of the Hoyle 3 backgammon doubling cubeFilippos Karapetis
This also fixes bug #3615121
2013-10-30SCI: Fix script bug #3615129 - "SCI: Crazy Nick Laura Bow - Uninitialized ↵Filippos Karapetis
read error 3"
2013-10-30SCI: Fix script bug #3615119 - "SCI: Crazy Nick Laura Bow - Uninitialized ↵Filippos Karapetis
read error 2"
2013-10-30SCI: Fix script bug #3615130 - "SCI: Hoyle3 - Uninitialized read error"Filippos Karapetis
2013-10-30SCI: Fix script bug #3615120 - "SCI: Crazy Nick Laura Bow - kReadNumber ↵Filippos Karapetis
signature mismatch"