aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-11README: Fix dmedia env var description; tweaked some wordingMax Horn
The IRIX dmedia driver documentation incorrectly asked the user to use SCUMMVM_PORT to override the sequencer port, but the driver actually checks SCUMMVM_MIDIPORT. Also tried to clarify some MIDI related wording svn-id: r51972
2010-08-11SCI: kAddToPic only wrote nsRect in sci1.1Martin Kiewitz
fixes regression of r51952 and bug #3042957 svn-id: r51971
2010-08-11SCI: making camelot fix camelot-only for nowMartin Kiewitz
fixes kq6 getting assert as well (bug 3042866) svn-id: r51970
2010-08-11SCI: kAnimate invalid loop/cels now correctly fixedMartin 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-11SCI: adding workaround for hoyl4Martin Kiewitz
bug #3042756, although there is another bug shortly after svn-id: r51968
2010-08-10SCI: improved random actors workaround lb2Martin Kiewitz
svn-id: r51959
2010-08-10SCI: adding workaround for qfg3Martin Kiewitz
awari minigame, fixes bug #3040579 svn-id: r51958
2010-08-10SCI: improving comment about r51955Martin Kiewitz
svn-id: r51956
2010-08-10SCI: adding displaceY adjust for sci1.1 viewsMartin 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-10SCI: kAddToPic(list) set fixed priority flagMartin Kiewitz
svn-id: r51954
2010-08-10GUI: fix broken MT-32 tabFlorian Kagerer
svn-id: r51953
2010-08-10SCI: add scaling support to kAddToPicMartin Kiewitz
fixes laurabow2 bug #3041226 svn-id: r51952
2010-08-10SCI: adding patch for eq1cdMartin 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-10SCI: adding workaround for kq5Martin Kiewitz
when giving the tambourine to the monster - bug #3041262 svn-id: r51950
2010-08-09SCI: changing patch message slightlyMartin Kiewitz
svn-id: r51949
2010-08-09SCI: fixing signature for gk1Martin Kiewitz
day6 police sleep issue svn-id: r51948
2010-08-09SCI: adding gk1 patch for day 5 freezeMartin Kiewitz
svn-id: r51947
2010-08-09SCI: adding script patches for gk1Martin Kiewitz
day6 issue in police department svn-id: r51942
2010-08-09SCI: extended workaround of kq6 to all roomsMartin Kiewitz
fixes bug #3041734 svn-id: r51941
2010-08-09LEGAL: Add COPYING.BSD to DIST_FILES_DOCS.Torbjörn Andersson
svn-id: r51940
2010-08-09LEGAL: Add COPYING.BSD fileTorbjörn Andersson
Reword the disclaimer at the top of COPYING.LGPL, as it sounds a bit awkward to me. Move the BSD-like license to the top of mpeg_player.cpp (it still points out that only parts of the file are under that license) because that's where COPYING.BSD tells the reader to look. svn-id: r51939
2010-08-09DOCS: Explicitely mention that LGPL does not apply to all files.Eugene Sandulenko
svn-id: r51938
2010-08-09CINE: eliminate global variablesEugene Sandulenko
svn-id: r51937
2010-08-09CRUISE: Eliminate global constructorsEugene Sandulenko
svn-id: r51936
2010-08-08SCI: adding workarounds for lb2Martin Kiewitz
bug #3041257 svn-id: r51933
2010-08-08SCI: kDisposeWindow changesMartin 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-08VIDEO: That should fix compilation with MSVCSven Hesse
svn-id: r51931
2010-08-08KYRA/TOWNS: some minor sound improvementsFlorian Kagerer
(some cleanup to internal driver volume control, minor frequency change for fm-towns) svn-id: r51930
2010-08-08VIDEO: Cinepak cleanupMatthew Hoops
svn-id: r51928
2010-08-08VIDEO: Use tag2strSven Hesse
svn-id: r51927
2010-08-08VIDEO: Fixing typos ("Unknow" -> "Unknown")Sven Hesse
svn-id: r51926
2010-08-08VIDEO: Remove the now obsolete CoktelVideo classesSven Hesse
svn-id: r51924
2010-08-08SCI: Remove the now useless Sci::VMDDecoder wrapperSven Hesse
svn-id: r51923
2010-08-08SCI: Directly use the new Graphics::VMDDecoder classSven Hesse
svn-id: r51922
2010-08-08VIDEO: Use proper palettes in CoktelDecoderSven Hesse
Not just the 6 bits per color component used in VGA svn-id: r51921
2010-08-08VIDEO: Set _paletteDirty in VMDDecoder::load() when there is an initial paletteSven Hesse
svn-id: r51920
2010-08-08VIDEO: Change the mixer parameter from a reference to a pointerSven Hesse
To match the other VideoDecoder classes with sound support. svn-id: r51919
2010-08-08GOB: Reactivate the Coh-Cott-workaroundSven Hesse
svn-id: r51918
2010-08-08VIDEO: Make CoktelDecoder::getFrameCoords() virtualSven Hesse
Like it should have been in the first place... Fixes Woodruff slot-VMD positions. svn-id: r51917
2010-08-08GOB: Handle VMD subtitles againSven Hesse
svn-id: r51916
2010-08-08VIDEO: Implement VMD subtitlesSven Hesse
svn-id: r51915
2010-08-08GOB: Fix a VMD slot seeking regressionSven Hesse
svn-id: r51914
2010-08-08GOB: Partly fixing VMD slot playingSven Hesse
svn-id: r51913
2010-08-08VIDEO: Implement VMDDecoder::setXY()Sven Hesse
svn-id: r51912
2010-08-08GOB: Fix playing of slot videosSven Hesse
The actual frame content is still not there, though :P svn-id: r51911
2010-08-08GOB: Fix playing of sound VMDs with a starting frame != 0Sven Hesse
svn-id: r51910
2010-08-08VIDEO/GOB: Implement and use CoktelDecoder::getFrameCoords()Sven Hesse
svn-id: r51909
2010-08-08VIDEO: Fix a failed assertion in VMDDecoder::readFiles()Sven Hesse
svn-id: r51908
2010-08-08VIDEO: Implement CoktelDecoder::renderBlockRLE()Sven Hesse
svn-id: r51907
2010-08-08VIDEO: Fix VMD seekingSven Hesse
svn-id: r51906