aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/workarounds.cpp
AgeCommit message (Collapse)Author
2010-08-29SCI: Fixed bug #3051475 - "MOTHERGOOSE CD: Crash after giving the pipe to ↵Filippos Karapetis
the king" svn-id: r52433
2010-08-27SCI: Possible fix for bug #3053268 - "QFG1 VGA: Fetch spell crashes game"Filippos Karapetis
svn-id: r52411
2010-08-24SCI: Fixed bug #3052359 - "Hoyle1: Hearts Crash"Filippos Karapetis
svn-id: r52352
2010-08-23SCI: multiple changes for mother goose vgaMartin Kiewitz
which is sci1 and sci1.1 fixes bug #3051145 - separating this mother goose from ega and sci2.1 - adding workaround when restoring saved games in these games, games try to calculate restored savedgameid instead of looking it up, we patch this code out and also set the global to the current savedgameid - adding workaround for scripts checking savedgameid to be below 13 (our savedgameids begin at 100 now) - changing official range for savedgameids from 1000->1999 to 100->199, otherwise mother goose would have required much larger patches and this range should be fine even if we replace savedgame dialogs later svn-id: r52301
2010-08-23SCI: Fix whitespaceWillem Jan Palenstijn
svn-id: r52297
2010-08-23SCI: Fixed bug #3051163 - "MOTHERGOOSE: Crash at the very end" and merged 2 ↵Filippos Karapetis
SQ6 workarounds svn-id: r52294
2010-08-22SCI: Fixed bug #3050856 - "SQ3 : Crash at intro"Filippos Karapetis
svn-id: r52289
2010-08-22SCI: Add uninit'd workaround for the SQ6 demoMatthew Hoops
svn-id: r52283
2010-08-21SCI: Fixed bug #3050122 - "QFG3: Crash after throwing the spear of death"Filippos Karapetis
svn-id: r52251
2010-08-20SCI: Fixed bug #3049435 - "QFG3: Crash at Simbani warrior challenge"Filippos Karapetis
svn-id: r52235
2010-08-20SCI: Fixed bug #3049146 - "MOTHERGOOSE CD: Rooms 7, 23 crash", merged some ↵Filippos Karapetis
similar workaround entries and added a comment for invalid rects received in kCan(t)BeHere svn-id: r52223
2010-08-19SCI: Fixed bug #3038228 - "MOTHERGOOSE: Crash at the castle"Filippos Karapetis
svn-id: r52214
2010-08-19SCI: Fixed one of the bugs in hoyle3, from bug report #3038837 - "HOYLE3: ↵Filippos Karapetis
EGA/VGA Crashes" (that report includes more issues) svn-id: r52213
2010-08-18SCI: Fixed bug #3039679 - "SCI Fanmade - The Gem Scenario: Crash at the start"Filippos Karapetis
svn-id: r52199
2010-08-18SCI: Fixed script bug #3048054 - "LONGBOW: crash when opening hand code" ↵Filippos Karapetis
(German version) svn-id: r52196
2010-08-18SCI: Fixed bug #3038433 - "HOYLE1: Crashes"Filippos Karapetis
svn-id: r52182
2010-08-18SCI: Fixed bug #3042964 - "KQ4: Signature Mismatch"Filippos Karapetis
svn-id: r52180
2010-08-16SCI: Fix uninit'd temp in longbow. See bug #3046200Matthew Hoops
svn-id: r52126
2010-08-15SCI: adding workaround for island dr. brainMartin Kiewitz
fixes bug #3045225 svn-id: r52102
2010-08-14SCI: adding workaround for camelot during endingMartin Kiewitz
fixes bug #3044734 also fixing heap corruption during the ending svn-id: r52077
2010-08-13SCI: adding workaround for sq4/floppyMartin Kiewitz
bug #3044046 svn-id: r52070
2010-08-13SCI: adding bugid to pharkas workaroundMartin Kiewitz
svn-id: r52066
2010-08-13SCI: adding pharkas workaround room 540Martin Kiewitz
bug #3044218 svn-id: r52065
2010-08-13SCI: adding workaround for sq4/floppy room 397Martin Kiewitz
bug #3044044, didn't occur for me, needs testing svn-id: r52064
2010-08-13SCI: adding workaround for sci1.1 mother gooseMartin Kiewitz
bug #3043955 svn-id: r52063
2010-08-12SCI: adding pq2 workaroundMartin Kiewitz
we had this workaround before, this is for a different pq2 version - bug #3043904 svn-id: r52044
2010-08-11SCI: adding patch for kq5 harpy volumeMartin Kiewitz
fixes actual game bug #3042277 - sierra switched in that case to highest volume possible svn-id: r51999
2010-08-11SCI: workaround change kq5Martin Kiewitz
svn-id: r51991
2010-08-11SCI: adding workaround for sq1Martin Kiewitz
when restoring on arcada in some rooms (bug #3040908) svn-id: r51984
2010-08-11SCI: adding workaround for hoyl4Martin Kiewitz
bug #3042756, although there is another bug shortly after svn-id: r51968
2010-08-10SCI: improved random actors workaround lb2Martin Kiewitz
svn-id: r51959
2010-08-10SCI: adding workaround for qfg3Martin Kiewitz
awari minigame, fixes bug #3040579 svn-id: r51958
2010-08-10SCI: adding workaround for kq5Martin Kiewitz
when giving the tambourine to the monster - bug #3041262 svn-id: r51950
2010-08-09SCI: extended workaround of kq6 to all roomsMartin Kiewitz
fixes bug #3041734 svn-id: r51941
2010-08-08SCI: adding workarounds for lb2Martin Kiewitz
bug #3041257 svn-id: r51933
2010-08-07SCI: Fixed script bug #3039395 - "KQ5: Crash when opening leather pouch"Filippos Karapetis
svn-id: r51823
2010-08-07SCI: Fixed script bug #3040012 - "PEPPER: Book crash"Filippos Karapetis
svn-id: r51822
2010-08-07SCI: Fixed script bug #3040142 - "PEPPER: Crash on Pugh's office"Filippos Karapetis
svn-id: r51821
2010-08-07SCI: Fixed script bug #3039036 - "Castle of Dr. Brain: Crash at robot jokes"Filippos Karapetis
svn-id: r51817
2010-08-06SCI: Fixed 2 SQ1 script bugs (#3040894 and #3040905)Filippos Karapetis
svn-id: r51815
2010-08-06SCI: Fixed script bug #3040844 - "QFG3: Crash near the end"Filippos Karapetis
svn-id: r51808
2010-08-06SCI: Added a workaround for kAbs to properly support patched scripts by NRS ↵Filippos Karapetis
in QFG1VGA. Properly fixes bug #3037218 - "QFG1 VGA: kAbs signature mismatch" (thanks to wjp for his help on this) svn-id: r51799
2010-08-06SCI: Fixed script bug #3040469, "QFG2: Second crash in thief's job"Filippos Karapetis
svn-id: r51792
2010-08-06SCI: Fixed script bug #3040565, "QFG3: Crash when looking at stats"Filippos Karapetis
svn-id: r51791
2010-08-06SCI: Fixed script bug #3040624 - "QFG3: Crash after any combat in jungle"Filippos Karapetis
svn-id: r51790
2010-08-06SCI: Rewrote the Mother Goose workaround to be like the others, some cleanupFilippos Karapetis
svn-id: r51786
2010-08-06SCI: Fix whitespaceWillem Jan Palenstijn
svn-id: r51785
2010-08-06SCI: properly implementing qfg2 astrologer workaroundMartin Kiewitz
svn-id: r51783
2010-08-06SCI: adding workaround for qfg3Martin Kiewitz
when importing character and choosing previous profession (bug #3040460) svn-id: r51782
2010-08-05SCI: Fixed script bug #3039891 - "QFG2: Crash in thief's job"Filippos Karapetis
svn-id: r51764