aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Collapse)Author
2010-07-27SCI: Fix bug #3035033 - ISLANDBRAIN demo: CrashMatthew Hoops
The demo needs the "init" selector so that the workaround for the full game will also work in the demo. svn-id: r51343
2010-07-27SCI: Add workarounds for the camelot demoMatthew Hoops
svn-id: r51342
2010-07-27SCI: Add a 0x prefix to localCall to show it's a hexadecimal numberMatthew Hoops
svn-id: r51341
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: fixing text fonts not working correctlyMartin Kiewitz
fixes sq5 and bug #3034766 svn-id: r51335
2010-07-26SCI: fixing scroll transitions for kq6 hiresMartin Kiewitz
fixes bug #3034587 svn-id: r51334
2010-07-26SCI: implement scaling for kDrawCelMartin Kiewitz
fixes qfg4 demo properly (bug #3034506, previous commit r51304) svn-id: r51332
2010-07-26SCI: changing CRLF to LFMartin Kiewitz
svn-id: r51331
2010-07-26SCI: reverting r51304, broke kq6 hiresMartin Kiewitz
svn-id: r51329
2010-07-26SOUND: Move the Mac snd decoder from SCI to /soundMatthew Hoops
For use with Kyra1 Mac instrument samples. T7G Mac and Loom Mac also use this format for their custom instrument samples. svn-id: r51327
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: fixing transition 9Martin Kiewitz
fixes castle of dr. brain intro on amiga svn-id: r51323
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: commenting out picture cel debug msgMartin Kiewitz
svn-id: r51315
2010-07-26SCI: adding scrollcapability to sci32Martin Kiewitz
svn-id: r51313
2010-07-26SCI: Fixed menu reset in SCI0/SCI01 games when restartingFilippos Karapetis
svn-id: r51309
2010-07-26SCI: some scrolling support for sci32Martin Kiewitz
not fully done yet svn-id: r51308
2010-07-26SCI: combined lb2 workaroundMartin Kiewitz
svn-id: r51307
2010-07-26SCI: Some cosmetic changes to the warning thrown when fixing invalid windowsFilippos Karapetis
svn-id: r51306
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: Added room number to signature mismatch errorsFilippos Karapetis
svn-id: r51303
2010-07-26SCI: Fixed bug #3034536 - "AMIGAOS4: SCI - Compiler error".Filippos Karapetis
svn-id: r51302
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 #3034507, "PQ2 Demo: Non-existant menu item"Filippos Karapetis
svn-id: r51294
2010-07-26SCI: Fixed bug #3034464, "ECOQUEST2: Crash near beginning"Filippos Karapetis
svn-id: r51293
2010-07-25Fixed LSL6 hires resources, speech and lip sync work now (thanks to a ↵Filippos Karapetis
discussion we had with clone2727) svn-id: r51287
2010-07-25SCI: adding kAddPicAt dummyMartin Kiewitz
svn-id: r51283
2010-07-25SCI: blacking out planes that got deletedMartin Kiewitz
svn-id: r51282
2010-07-25SCI: some changes for kq7Martin Kiewitz
- resetting negative plane left/top - kSave(0) returns SIGNAL svn-id: r51281
2010-07-25SCI: adding gk2 uninit workaroundMartin Kiewitz
svn-id: r51280
2010-07-25SCI: removing onControl from coordAdjuster32Martin Kiewitz
svn-id: r51278
2010-07-25SCI: using coordadjuster in GfxViewMartin Kiewitz
svn-id: r51276
2010-07-25SCI: sci32 coord adjustment changesMartin Kiewitz
- fixes lsl6hires inventory svn-id: r51275
2010-07-25SCI: adding separate kCantBeHere32 (stub)Martin Kiewitz
svn-id: r51273
2010-07-25SCI: adjust z coordinate for views (sci32)Martin Kiewitz
fixes gk1 newspaper svn-id: r51272
2010-07-25SCI: signature change for kPalVary(8)Martin Kiewitz
svn-id: r51271
2010-07-25SCI: sci32 changesMartin Kiewitz
- mouse position now gets adjusted inside kGetEvent - priority is read out during kFrameout - check planeRect - check if plane picture resource actually exists fixes sq6 svn-id: r51270
2010-07-24SCI: changing how insectRect gets appliedMartin Kiewitz
svn-id: r51259
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 kOnMe transparency supportMartin Kiewitz
and disabling speed throttler for poor clones computer :P fixes some hotspots in gk1 only supposed to react on actual pixel clicks svn-id: r51255
2010-07-24SCI: removing sci32 gfx debug messagesMartin Kiewitz
svn-id: r51254