aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.cpp
AgeCommit message (Collapse)Author
2005-12-30* Replaced MDT_PREFER_NATIVE/MDT_NATIVE by MDT_PREFER_MIDI/MDT_MIDI).Max Horn
* Changed MidiDriver::createMidi so that if MD_ADLIB is passed, it now *does* instantiate the adlib driver. * Rewrote MidiDriver::detectMusicDriver (code should be clearer now, and hopefully easier to adapt/maintain). Note that the behavior changed slightly (this may require some tweaking). * Added MidiDriver::findMusicDriver which works similar to the old MidiDriver::parseMusicDriver but returns the full MidiDriverDescription and ignores all characters in the passed driver name following a colon ":". * Changed MidiDriver::parseMusicDriver to use MidiDriver::findMusicDriver. * Changed game engines to match the changes made to MidiDriver. * Modified SCUMM engine to not record the selected midi/music driver (in _midiDriver), but rather the music *type* (in _musicType). svn-id: r19859
2005-12-30Correct Spy Fox game's titles.Travis Howell
svn-id: r19850
2005-12-29Revert HE version change for Mac. farm demo.Travis Howell
svn-id: r19843
2005-12-28Add Macintosh versions of more HE demos.Travis Howell
svn-id: r19842
2005-12-26Add details for Macintosh versions of airport and jungle.Travis Howell
svn-id: r19836
2005-12-19Correct HE version for German freddi demo.Travis Howell
svn-id: r19807
2005-12-18Add German version of freddi2 for Macintosh.Travis Howell
Add German demos of freddi & puttzoo. svn-id: r19806
2005-12-05Changes for German version of puttrace/spyfox.Travis Howell
svn-id: r19746
2005-12-05Add German versions of puttrace/spyfox/spyfox2.Travis Howell
svn-id: r19744
2005-12-03Add Macintosh version of Pajama Sam 3.Travis Howell
svn-id: r19732
2005-12-03Add work around for filename difference in HE7 file of water (HE99 Mac.)Travis Howell
Add details for Macintosh versions of German HE demos. svn-id: r19731
2005-12-03Add German version of pajama3.Travis Howell
Add German version of freddi3 (Mac) svn-id: r19730
2005-12-02Used in Macintosh version too.Travis Howell
svn-id: r19727
2005-12-01Add another English version of spyfox/water.Travis Howell
svn-id: r19726
2005-11-30Correct demo target.Travis Howell
svn-id: r19723
2005-11-27Correct HE version.Travis Howell
svn-id: r19712
2005-11-27Patch #1341626: "New GP32 port"Eugene Sandulenko
svn-id: r19710
2005-11-27Add another English version of Pajama Sam 1.Travis Howell
svn-id: r19709
2005-11-23Made the autosave period a configuration option and updated the engines ↵Gregory Montoir
using that feature (SCUMM, Queen and Sky). The value is supposed to be in seconds ; if it's set to 0 then autosaving is disabled. See also tracker item #1350187. svn-id: r19700
2005-11-23Add details for German version of pajama2/putttime for Macintosh.Travis Howell
svn-id: r19696
2005-11-22Filename used by German version of pajama2 for Macintosh too.Travis Howell
svn-id: r19692
2005-11-22Add another German version of Putt Putt Travels Through Time.Travis Howell
svn-id: r19691
2005-11-20Increase maxHeapThreshold to 6M for SCUMM games with the GF_NEW_COSTUMES ↵Joost Peters
feature, the old value of 2.5M was too small to contain all resources for certain scenes in The Dig and COMI. svn-id: r19679
2005-11-20Update Commodore 64 palette table.Travis Howell
Cleanup. svn-id: r19673
2005-11-19Add some German HE demos.Travis Howell
svn-id: r19660
2005-11-19Fix the bundled Macintosh version of FT demo.Travis Howell
Filename substitution should only be checked for resource files, not other data files. svn-id: r19659
2005-11-18Might help bundled Macintosh version of FT demo.Travis Howell
svn-id: r19638
2005-11-18Target doesn't exist, both demos use dig.Travis Howell
svn-id: r19637
2005-11-18More changes for bundled Macintosh versions.Travis Howell
svn-id: r19633
2005-11-17Add filename for bundled Macintosh version of atlantis.Travis Howell
svn-id: r19625
2005-11-16Correct HE version.Travis Howell
svn-id: r19609
2005-11-16Mixed up an md5.Travis Howell
svn-id: r19608
2005-11-16Add more English versions of HE games.Travis Howell
svn-id: r19607
2005-11-10V8 uses 4 variables to handle mouse buttons state (like V7), cleanup ↵Gregory Montoir
processKbd() accordingly. svn-id: r19553
2005-11-09sync head with branch.Robert Göffringmann
svn-id: r19535
2005-11-07Correct HE version for German version of freddi3.Travis Howell
svn-id: r19497
2005-11-07Add German version of freddi3.Travis Howell
svn-id: r19493
2005-11-07Add German version of Monkey Island 1 EGA 4 Disk.Travis Howell
svn-id: r19490
2005-11-07Add German version of freddi2/freddi4.Travis Howell
svn-id: r19489
2005-11-05Add Macintosh version of updated spyfox demo.Travis Howell
svn-id: r19479
2005-11-05Correct version of German version of putttime.Travis Howell
svn-id: r19478
2005-11-04OoopsTravis Howell
svn-id: r19428
2005-11-04Update HE version for German version of freddi/putttime.Travis Howell
svn-id: r19427
2005-11-03Add german version of putttime.Travis Howell
Make guess at correct HE version for german version of freddi/putttime. svn-id: r19413
2005-11-02To match the original v7/v8 interpreters, use BlastTexts to display the ↵Gregory Montoir
subtitles. This allows to fix the bug #1092993. As this is quite an important change, regressions may appear. You've been warned :) svn-id: r19398
2005-11-02Fixed compile error.Torbjörn Andersson
svn-id: r19393
2005-11-02Add German putttime and possible fix for German Freddi1.Eugene Sandulenko
svn-id: r19390
2005-11-01forgot to clear _colorUsedByCycle at startup.Gregory Montoir
svn-id: r19383
2005-10-28Add dummy entry at end of substResFileNameTable[] and use that like in otherEugene Sandulenko
tables. Fixes crash on PSP svn-id: r19343
2005-10-28Eliminate GF_MULTIPLE_VERSIONS. We had just few targets without thatEugene Sandulenko
flag, and potentially those could go away too. So it is less error-prone to always check additional MD5 table. svn-id: r19340