Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-11 | GP2X: Do not include base/internal_version.h | Max Horn | |
svn-id: r51976 | |||
2010-08-11 | BUILD: Add -Wglobal-constructors to default warnings | Max Horn | |
svn-id: r51975 | |||
2010-08-11 | SCUMM: _resultVarNumber and related methods are specific to v0-v5 | Max Horn | |
svn-id: r51974 | |||
2010-08-11 | README: Mention that TiMidity driver also supports SCUMMVM_MIDIPORT | Max Horn | |
svn-id: r51973 | |||
2010-08-11 | README: Fix dmedia env var description; tweaked some wording | Max 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-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 | GUI: fix broken MT-32 tab | Florian Kagerer | |
svn-id: r51953 | |||
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 | LEGAL: Add COPYING.BSD to DIST_FILES_DOCS. | Torbjörn Andersson | |
svn-id: r51940 | |||
2010-08-09 | LEGAL: Add COPYING.BSD file | Torbjö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-09 | DOCS: Explicitely mention that LGPL does not apply to all files. | Eugene Sandulenko | |
svn-id: r51938 | |||
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 | VIDEO: That should fix compilation with MSVC | Sven Hesse | |
svn-id: r51931 | |||
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 | VIDEO: Cinepak cleanup | Matthew Hoops | |
svn-id: r51928 | |||
2010-08-08 | VIDEO: Use tag2str | Sven Hesse | |
svn-id: r51927 | |||
2010-08-08 | VIDEO: Fixing typos ("Unknow" -> "Unknown") | Sven Hesse | |
svn-id: r51926 | |||
2010-08-08 | VIDEO: Remove the now obsolete CoktelVideo classes | Sven Hesse | |
svn-id: r51924 | |||
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: Set _paletteDirty in VMDDecoder::load() when there is an initial palette | Sven Hesse | |
svn-id: r51920 | |||
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 | VIDEO: Make CoktelDecoder::getFrameCoords() virtual | Sven Hesse | |
Like it should have been in the first place... Fixes Woodruff slot-VMD positions. svn-id: r51917 | |||
2010-08-08 | GOB: Handle VMD subtitles again | Sven Hesse | |
svn-id: r51916 | |||
2010-08-08 | VIDEO: Implement VMD subtitles | Sven Hesse | |
svn-id: r51915 | |||
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 | VIDEO: Implement VMDDecoder::setXY() | Sven Hesse | |
svn-id: r51912 | |||
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 |