aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/workarounds.cpp
AgeCommit message (Collapse)Author
2010-07-27SCI: Removed the room number from the two workarounds for Hoyle 3 ↵Filippos Karapetis
(Character::say) thus fixing the crash in dominoes observed in bug #3035080. Some whitespace fixes. svn-id: r51375
2010-07-27SCI: Fixed bug #3035262 - "ISLANDBRAIN: Crash on "info" selection"Filippos Karapetis
svn-id: r51374
2010-07-27SCI: Fixed bug #3035186 - "ECOQUEST2: Crash When Receiving Ecorder". Also ↵Filippos Karapetis
removed the now obsolete kStringCpy workaround table. svn-id: r51372
2010-07-27SCI: adding workaround for sq5Martin Kiewitz
entering the bridge makes the crew goof around, we are getting Osc::init with an object as cycle count svn-id: r51371
2010-07-27SCI: Fixed bug #3035068 - "LB2CD: Crash in first room, asking about burglary"Filippos Karapetis
svn-id: r51367
2010-07-27SCI: adding workaround for qfg3 (kIsObject)Martin Kiewitz
svn-id: r51364
2010-07-27SCI: Added room number for the KQ6 script workaround during the endingFilippos Karapetis
svn-id: r51359
2010-07-27SCI: Fix indentation and alignment of some entriesJordi Vilalta Prat
svn-id: r51358
2010-07-27SCI: Complete the workaround commited in r51355.Jordi Vilalta Prat
svn-id: r51357
2010-07-27SCI: Fixed script bug #3034610 - "KQ6CD: Crash in endgame (short path)", and ↵Filippos Karapetis
removed a relevant TODO svn-id: r51356
2010-07-27SCI: fixing workaround from r51353Martin Kiewitz
svn-id: r51355
2010-07-27SCI: Fixed bug #3035057 - "ECOQUEST demo: Crashing menu". EcoQuest 1 demo is ↵Filippos Karapetis
using an in between SCI1-SCI1.1 interpreter. It's SCI1.1, but it calls kNewWindow with the SCI1 semantics. svn-id: r51354
2010-07-27SCI: adding workaround for sq1-spanishMartin Kiewitz
svn-id: r51353
2010-07-27SCI: Fixed bug #3035149, "Camelot: Crash at launch"Filippos Karapetis
svn-id: r51349
2010-07-27SCI: Fixed game script bug #3034985, "LB1: Crash on Intro"Filippos Karapetis
svn-id: r51348
2010-07-27SCI: Fixed bug #3034567, "KQ6CD: Crash on taking piece of paper from spider web"Filippos Karapetis
svn-id: r51347
2010-07-27SCI: Add workarounds for the camelot demoMatthew Hoops
svn-id: r51342
2010-07-27SCI: Add two more uninited workarounds for Jones/CDMatthew Hoops
svn-id: r51340
2010-07-27SCI: Add workaround for LB1 demoMatthew Hoops
svn-id: r51337
2010-07-26SCI: Add workarounds for the LB2 demoMatthew Hoops
svn-id: r51336
2010-07-26SCI: reverting r51304, broke kq6 hiresMartin Kiewitz
svn-id: r51329
2010-07-26SCI: extending rats workaround kq6 to all roomsMartin Kiewitz
fixes bug #3034597 svn-id: r51326
2010-07-26SCI: adding workaround for kq6 room 210Martin Kiewitz
fixes bug #3034565 svn-id: r51325
2010-07-26SCI: adding workaround for castle brain room 320Martin Kiewitz
solves bug #3034473, happened also in DOS version of the game but only when exiting the puzzle before solving it svn-id: r51322
2010-07-26SCI: making kq5 workaround work in every roomMartin Kiewitz
fixes bug #3034700 svn-id: r51321
2010-07-26SCI: forgot one workaround for r51319Martin Kiewitz
svn-id: r51320
2010-07-26SCI: adding workaround for island of dr. brainMartin Kiewitz
room 290 elevator puzzle, solves bug #3034485 svn-id: r51319
2010-07-26SCI: combined lb2 workaroundMartin Kiewitz
svn-id: r51307
2010-07-26SCI: Fixed bug #3034519, "GK1 Demo: kIsObject Sig Mismatch". Filippos Karapetis
svn-id: r51305
2010-07-26SCI: Fixed bug #3034506, "QFG4 Demo: kPalette Subfunction Sig Mismatch", ↵Filippos Karapetis
plus another sig mismatch on kDrawCel later on, when Dr. Cranium talks svn-id: r51304
2010-07-26SCI: Fixed a script bug in the intro of LB2 (invalid call to kMemory), room ↵Filippos Karapetis
220 (while talking to Mr. Augustini) svn-id: r51301
2010-07-26SCI: Fixed bug #3034490 , "signature mismatch in laura bow 2 introduction"Filippos Karapetis
svn-id: r51298
2010-07-26SCI: Fixed bug #3034464, "ECOQUEST2: Crash near beginning"Filippos Karapetis
svn-id: r51293
2010-07-25SCI: adding gk2 uninit workaroundMartin Kiewitz
svn-id: r51280
2010-07-24SCI: adding workaround for castle of dr. brainMartin Kiewitz
room 420, alien card game svn-id: r51257
2010-07-24SCI: adding workaround for castle of dr. brainMartin Kiewitz
room 320, for kUnLoad svn-id: r51256
2010-07-24SCI: adding sq4 workaround room 150Martin Kiewitz
svn-id: r51247
2010-07-24SCI: adding workaround for sq4 room 391Martin Kiewitz
svn-id: r51238
2010-07-24SCI: adding workaround for room 150 sq4Martin Kiewitz
svn-id: r51237
2010-07-23SCI: adding lsl6hires workaroundMartin Kiewitz
svn-id: r51215
2010-07-23SCI: adding table for kDisplay workaroundsMartin Kiewitz
and removing hardcoded checks, adding another workaround for kGraph(drawLine) in island of dr. brain (also gene explanation chart) Moving trackOriginAndFindWorkaround() into workarounds.cpp svn-id: r51209
2010-07-23SCI: adding workarounds for lsl6hiresMartin Kiewitz
svn-id: r51199
2010-07-22SCI: Added Workaround for SQ4CD Droid in Supercomputer Maze.David Turner
There are about 20 screens, but all screens seem to share the same script, 704, so have added a -1 general exception. svn-id: r51180
2010-07-22SCI: fix signature of kStrCpyMartin Kiewitz
disabled workaround for island of dr. brain, seems to work w/o and was probably caused by bad signature svn-id: r51165
2010-07-22SCI: Added remaining workarounds to SQ4 Skate-o-rama area.David Turner
svn-id: r51151
2010-07-22SCI: Added another workaround to SQ4 Skate-o-rama area.David Turner
svn-id: r51149
2010-07-22SCI: Adding workaround for sq4 room 411Martin Kiewitz
kGraph(RestoreBox) is called with an additional parameter svn-id: r51145
2010-07-22SCI: Added workaround for Engine Abort when rummaging in Software Excess ↵David Turner
bargain bin. svn-id: r51142
2010-07-22SCI: Remove '#define FAKE', make SCI_WORKAROUNDENTRY_TERMINATOR 'private'Max Horn
svn-id: r51133
2010-07-22SCI: Moved the actual workaround arrays inside a cpp fileFilippos Karapetis
svn-id: r51132