aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/workarounds.cpp
AgeCommit message (Collapse)Author
2010-07-28SCI: Extended the LB2 workaround for bug #3035068 to all rooms. Fixes bug ↵Filippos Karapetis
#3036274, "LB2CD: Crash in Police Station, asking about Ziggy" svn-id: r51443
2010-07-28SCI: fix typo in commentMartin Kiewitz
svn-id: r51431
2010-07-28SCI: Set the LB2 floppy open selector so we don't have to have duplicate ↵Matthew Hoops
workaround entries svn-id: r51429
2010-07-28SCI: Add workaround for a KQ7 uninitialized tempMatthew Hoops
svn-id: r51428
2010-07-28SCI: making a global eq1 workaround :PMartin Kiewitz
svn-id: r51427
2010-07-28SCI: eq1 workaround compression and new onesMartin Kiewitz
svn-id: r51426
2010-07-28SCI: adding eq1cd workaroundMartin Kiewitz
svn-id: r51424
2010-07-28SCI: adding workarounds for eq1cdMartin Kiewitz
svn-id: r51420
2010-07-28SCI: adding workarounds for eq1cdMartin Kiewitz
svn-id: r51419
2010-07-28SCI: adding workaround for eq1Martin Kiewitz
svn-id: r51417
2010-07-28SCI: adding workaround for eq1cdMartin Kiewitz
svn-id: r51416
2010-07-28SCI: Fix whitespaceWillem Jan Palenstijn
svn-id: r51412
2010-07-28SCI: fixes for qfg2Martin Kiewitz
adding workaround changing signature for dummy kDoSound call svn-id: r51411
2010-07-28SCI: Some workaround fixesFilippos Karapetis
- Merged all of the different workarounds for the rats in the KQ6 maze in one, thus fixing bug #3035824 - "kq6-win: more crashes on rats in catacombs" - Merged 4 different workarounds for LSL3 in one svn-id: r51410
2010-07-28SCI: Sorted workaround tables alphabetically by game IDFilippos Karapetis
svn-id: r51408
2010-07-28SCI: Added bug report numbers for all the recently fixed bugsFilippos Karapetis
svn-id: r51407
2010-07-28Fixed bug #3035694 - "LB2: crash to console when selecting in-game load/save ↵Filippos Karapetis
menu" svn-id: r51406
2010-07-28SCI: changing workarounds of r51401 to stillcallMartin Kiewitz
svn-id: r51402
2010-07-28SCI: Fix bug #3035720 - SQ1SCI demo: Menu crashMatthew Hoops
kCelWide and kCelHigh are called with the second two parameters as objects instead of integers. We fake return the real width/height of the view in question to allow the quit menu to work. Values found by examining the view passed as the first parameter. svn-id: r51401
2010-07-27SCI: Add an uninited workaround for the mothergoose demoMatthew Hoops
svn-id: r51389
2010-07-27SCI: adding workaround for kq6 rats in catacombsMartin Kiewitz
solves bug #3035495 svn-id: r51386
2010-07-27SCI: changes for mother goose sci2.1Martin Kiewitz
changed signature for kSetCursor sci2.1 added workarounds added separate gameid for mother goose sci2.1 svn-id: r51385
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