Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-17 | SCI: Added another EGA version of Longbow | Filippos Karapetis | |
svn-id: r52167 | |||
2010-08-17 | SCI: Added the EGA version of PQ3 | Filippos Karapetis | |
svn-id: r52166 | |||
2010-08-17 | SCI: Added the EGA version of Space Quest I | Filippos Karapetis | |
svn-id: r52165 | |||
2010-08-17 | SCI: Added the EGA version of LSL5 | Filippos Karapetis | |
svn-id: r52164 | |||
2010-08-17 | SCI: Fix for bug #3046800 - "SCI Fallback detector crashes with several games" | Filippos Karapetis | |
svn-id: r52163 | |||
2010-08-17 | SCI: commenting out hoyle 4 script patch | Martin Kiewitz | |
svn-id: r52143 | |||
2010-08-16 | SCI: Fix uninit'd temp in longbow. See bug #3046200 | Matthew Hoops | |
svn-id: r52126 | |||
2010-08-16 | SCI: sci1.1 pictures w/o cel don't set palette | Martin Kiewitz | |
even if one is present in the picture, fixes some transitions looking weird in eq2 - bug #3037126 svn-id: r52125 | |||
2010-08-16 | SCI: adding patch for eq2 / ecorder | Martin Kiewitz | |
initial title now gets removed svn-id: r52122 | |||
2010-08-15 | SCI: Change abs() to ABS() | Torbjörn Andersson | |
I'm not sure why we define our own ABS(), but I assume we have some compelling reason for it. svn-id: r52105 | |||
2010-08-15 | SCI: adding workaround for island dr. brain | Martin Kiewitz | |
fixes bug #3045225 svn-id: r52102 | |||
2010-08-14 | SCI: Silence shadowed variable warning of g++. | Johannes Schickel | |
svn-id: r52082 | |||
2010-08-14 | SCI: now reusing window ids on kNewWindow | Martin Kiewitz | |
sq4cd recreates the inventory window several times, but also reuses old window ids, causing kernelSetActive errors. fixes bug #3044757 svn-id: r52079 | |||
2010-08-14 | SCI: adding workaround for camelot during ending | Martin Kiewitz | |
fixes bug #3044734 also fixing heap corruption during the ending svn-id: r52077 | |||
2010-08-14 | SCI: Add support for Mac 'crsr' cursors used in SCI2+ games | Matthew Hoops | |
svn-id: r52076 | |||
2010-08-14 | SCI: Add the detection entry for GK1 mac | Matthew Hoops | |
svn-id: r52072 | |||
2010-08-13 | SCI: adding switch to sci1mid for lsl1/spanish | Martin Kiewitz | |
makes it work, bug #3043270, added FIXME svn-id: r52071 | |||
2010-08-13 | SCI: adding workaround for sq4/floppy | Martin Kiewitz | |
bug #3044046 svn-id: r52070 | |||
2010-08-13 | SCI: extending life of port for sq4 gum wrapper | Martin Kiewitz | |
fixes bug #3044507 svn-id: r52068 | |||
2010-08-13 | SCI: commenting out sq5 beta detection entry | Martin Kiewitz | |
svn-id: r52067 | |||
2010-08-13 | SCI: adding bugid to pharkas workaround | Martin Kiewitz | |
svn-id: r52066 | |||
2010-08-13 | SCI: adding pharkas workaround room 540 | Martin Kiewitz | |
bug #3044218 svn-id: r52065 | |||
2010-08-13 | SCI: adding workaround for sq4/floppy room 397 | Martin Kiewitz | |
bug #3044044, didn't occur for me, needs testing svn-id: r52064 | |||
2010-08-13 | SCI: adding workaround for sci1.1 mother goose | Martin Kiewitz | |
bug #3043955 svn-id: r52063 | |||
2010-08-12 | SCI: adding bug id to sq4 patch | Martin Kiewitz | |
svn-id: r52047 | |||
2010-08-12 | SCI: adding patch for sq4/floppy | Martin Kiewitz | |
fixing endless flight, is actually a script data bug - there is an additional property, which is not included in property count. It's used. We return 0 in that case, because we don't know about that property, resulting in nest::x never get changed and the scripts check that for advancing svn-id: r52046 | |||
2010-08-12 | SCI: "version" now shows cantBeHere selector | Martin Kiewitz | |
svn-id: r52045 | |||
2010-08-12 | SCI: adding pq2 workaround | Martin Kiewitz | |
we had this workaround before, this is for a different pq2 version - bug #3043904 svn-id: r52044 | |||
2010-08-12 | SCI: queuing signal, if signal not passed to scripts | Martin Kiewitz | |
fixes laura bow 1 when knocking at the door in the attic, scripts wait for 0xb in that case, sound resource sets 0xb and then immediately ends. This resulted in the scripts only getting the termination signal, so they waited endlessly. (bug #3042981) svn-id: r52043 | |||
2010-08-12 | SCI: adjusting laurabow2 patch signature | Martin Kiewitz | |
for laurabow2 floppy. In floppy the bug doesn't occur, we fix the code nonetheless svn-id: r52040 | |||
2010-08-12 | SCI: laurabow2 patch is lb2cd exclusive | Martin Kiewitz | |
svn-id: r52039 | |||
2010-08-12 | SCI: adding patch for laurabow2 | Martin Kiewitz | |
painting closing immediately (fixed properly here, the NRS patch just nukes the whole routine) svn-id: r52038 | |||
2010-08-12 | SCI: fixing text color support | Martin Kiewitz | |
fixes some words not being red in pepper (part of bug #3040039) svn-id: r52031 | |||
2010-08-11 | SCI: properly doing kAnimate loop/cel fixing | Martin Kiewitz | |
really weird, but it works now. Bug #3037578 (kq5 trunk), bug #3043286 (lb1 knight) svn-id: r52007 | |||
2010-08-11 | SCI: revert r51969 | Martin Kiewitz | |
broke laura bow 1, need to figure out whats exactly wrong svn-id: r52004 | |||
2010-08-11 | SCI: adding patch for kq5 harpy volume | Martin Kiewitz | |
fixes actual game bug #3042277 - sierra switched in that case to highest volume possible svn-id: r51999 | |||
2010-08-11 | SCI: fixing kGraphFillBoxAny implementation | Martin Kiewitz | |
working now like in sierra sci, when using priority/control - fixes pepper adventures in time - no failure screen - bug #3040185 cleanup of GfxPaint16::fillRect svn-id: r51994 | |||
2010-08-11 | SCI: workaround change kq5 | Martin Kiewitz | |
svn-id: r51991 | |||
2010-08-11 | SCI: not pausing kDoSound samples anymore | Martin Kiewitz | |
but pausing looped samples only fixes "I'm melting" sample in sq1 death (bug #3038048) added detailed comment about this change svn-id: r51985 | |||
2010-08-11 | SCI: adding workaround for sq1 | Martin Kiewitz | |
when restoring on arcada in some rooms (bug #3040908) svn-id: r51984 | |||
2010-08-11 | SCI: cleanup of slater detection entries | Martin Kiewitz | |
svn-id: r51982 | |||
2010-08-11 | SCI: fixing slater&charlie go camping entry | Martin Kiewitz | |
bug #3042547 svn-id: r51981 | |||
2010-08-11 | SCI: kAddToPic only wrote nsRect in sci1.1 | Martin Kiewitz | |
fixes regression of r51952 and bug #3042957 svn-id: r51971 | |||
2010-08-11 | SCI: making camelot fix camelot-only for now | Martin Kiewitz | |
fixes kq6 getting assert as well (bug 3042866) svn-id: r51970 | |||
2010-08-11 | SCI: kAnimate invalid loop/cels now correctly fixed | Martin Kiewitz | |
fixes kq5 trunk getting closed again during intro - is actually a script bug that sets cel to some really high number - bug #3037578, may also fix other similar issues svn-id: r51969 | |||
2010-08-11 | SCI: adding workaround for hoyl4 | Martin Kiewitz | |
bug #3042756, although there is another bug shortly after svn-id: r51968 | |||
2010-08-10 | SCI: improved random actors workaround lb2 | Martin Kiewitz | |
svn-id: r51959 | |||
2010-08-10 | SCI: adding workaround for qfg3 | Martin Kiewitz | |
awari minigame, fixes bug #3040579 svn-id: r51958 | |||
2010-08-10 | SCI: improving comment about r51955 | Martin Kiewitz | |
svn-id: r51956 | |||
2010-08-10 | SCI: adding displaceY adjust for sci1.1 views | Martin Kiewitz | |
sierra sci did this in their getCelRect(), we are doing it while loading, fixes laura bow not appearing in taxi (bug #3041220) svn-id: r51955 |