Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-11 | SCUMM: Add missing "break" in music setup | Torbjörn Andersson | |
This once again makes it possible to select PC Speaker music in Indy 3. svn-id: r51986 | |||
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 | SCUMM: possible fix for bug # 3041539 | Florian Kagerer | |
enable PCJR sound for Maniac Mansion v1 and v1 and Zak McKracken v1 and v2. svn-id: r51983 | |||
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 | SCUMM: _resultVarNumber and related methods are specific to v0-v5 | Max Horn | |
svn-id: r51974 | |||
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 | |||
2010-08-10 | SCI: kAddToPic(list) set fixed priority flag | Martin Kiewitz | |
svn-id: r51954 | |||
2010-08-10 | SCI: add scaling support to kAddToPic | Martin Kiewitz | |
fixes laurabow2 bug #3041226 svn-id: r51952 | |||
2010-08-10 | SCI: adding patch for eq1cd | Martin Kiewitz | |
fixes ego swimming left/right of room 660 and getting a "message not found" error and a GE? signature mismatch - in sierra sci this also resulted in "message not found" and a hang afterwards - bug #3038387 svn-id: r51951 | |||
2010-08-10 | SCI: adding workaround for kq5 | Martin Kiewitz | |
when giving the tambourine to the monster - bug #3041262 svn-id: r51950 | |||
2010-08-09 | SCI: changing patch message slightly | Martin Kiewitz | |
svn-id: r51949 | |||
2010-08-09 | SCI: fixing signature for gk1 | Martin Kiewitz | |
day6 police sleep issue svn-id: r51948 | |||
2010-08-09 | SCI: adding gk1 patch for day 5 freeze | Martin Kiewitz | |
svn-id: r51947 | |||
2010-08-09 | SCI: adding script patches for gk1 | Martin Kiewitz | |
day6 issue in police department svn-id: r51942 | |||
2010-08-09 | SCI: extended workaround of kq6 to all rooms | Martin Kiewitz | |
fixes bug #3041734 svn-id: r51941 | |||
2010-08-09 | CINE: eliminate global variables | Eugene Sandulenko | |
svn-id: r51937 | |||
2010-08-09 | CRUISE: Eliminate global constructors | Eugene Sandulenko | |
svn-id: r51936 | |||
2010-08-08 | SCI: adding workarounds for lb2 | Martin Kiewitz | |
bug #3041257 svn-id: r51933 | |||
2010-08-08 | SCI: kDisposeWindow changes | Martin Kiewitz | |
kDisposeWindow doesn't free windows immediately anymore. We free them after some calls to kSetPort, so the handle will be valid for a short time. Fixes sq4cd and hoyle 4 (commented out patching of script for hoyle 4) svn-id: r51932 | |||
2010-08-08 | KYRA/TOWNS: some minor sound improvements | Florian Kagerer | |
(some cleanup to internal driver volume control, minor frequency change for fm-towns) svn-id: r51930 | |||
2010-08-08 | SCI: Remove the now useless Sci::VMDDecoder wrapper | Sven Hesse | |
svn-id: r51923 | |||
2010-08-08 | SCI: Directly use the new Graphics::VMDDecoder class | Sven Hesse | |
svn-id: r51922 | |||
2010-08-08 | VIDEO: Use proper palettes in CoktelDecoder | Sven Hesse | |
Not just the 6 bits per color component used in VGA svn-id: r51921 | |||
2010-08-08 | VIDEO: Change the mixer parameter from a reference to a pointer | Sven Hesse | |
To match the other VideoDecoder classes with sound support. svn-id: r51919 | |||
2010-08-08 | GOB: Reactivate the Coh-Cott-workaround | Sven Hesse | |
svn-id: r51918 | |||
2010-08-08 | GOB: Handle VMD subtitles again | Sven Hesse | |
svn-id: r51916 | |||
2010-08-08 | GOB: Fix a VMD slot seeking regression | Sven Hesse | |
svn-id: r51914 | |||
2010-08-08 | GOB: Partly fixing VMD slot playing | Sven Hesse | |
svn-id: r51913 | |||
2010-08-08 | GOB: Fix playing of slot videos | Sven Hesse | |
The actual frame content is still not there, though :P svn-id: r51911 | |||
2010-08-08 | GOB: Fix playing of sound VMDs with a starting frame != 0 | Sven Hesse | |
svn-id: r51910 | |||
2010-08-08 | VIDEO/GOB: Implement and use CoktelDecoder::getFrameCoords() | Sven Hesse | |
svn-id: r51909 | |||
2010-08-08 | VIDEO: Fix compilation after the VideoDecoder::load signature change in r51725 | Sven Hesse | |
svn-id: r51900 | |||
2010-08-08 | VIDEO/GOB: Stubb VMDDecoder | Sven Hesse | |
svn-id: r51896 | |||
2010-08-08 | GOB: Adapt the remaining bits to the new VideoPlayer interface | Sven Hesse | |
svn-id: r51895 | |||
2010-08-08 | GOB: Make o6_loadCursor use the new VideoPlayer interface | Sven Hesse | |
svn-id: r51894 | |||
2010-08-08 | GOB: Add copyFrame | Sven Hesse | |
svn-id: r51893 | |||
2010-08-08 | GOB: Make o6_playVmdOrMusic use the new VideoPlayer interface | Sven Hesse | |
svn-id: r51891 | |||
2010-08-08 | GOB: Fix videos with the kNoVideo flag | Sven Hesse | |
svn-id: r51887 | |||
2010-08-08 | GOB: Make the demoplayer use the new VideoPlayer interface | Sven Hesse | |
svn-id: r51885 | |||
2010-08-08 | GOB: Fix another another with continuing videos | Sven Hesse | |
svn-id: r51883 | |||
2010-08-08 | GOB: Play 23 frames backwards, not back to frame 23 | Sven Hesse | |
svn-id: r51882 |