scummvm/queen
Max Horn 60fcd5a171 * Replaced MDT_PREFER_NATIVE/MDT_NATIVE by MDT_PREFER_MIDI/MDT_MIDI).
* 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-30 14:18:21 +00:00
..
.cvsignore Ignores deps 2003-09-29 07:29:09 +00:00
bankman.cpp Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
bankman.h Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
command.cpp Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
command.h Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
credits.cpp Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
credits.h Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
cutaway.cpp Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
cutaway.h Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
debug.cpp Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
debug.h Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
defs.h Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
display.cpp Not needed anymore :) 2005-12-03 19:04:33 +00:00
display.h Changed PalmOS ifdef 2005-11-05 18:12:41 +00:00
graphics.cpp - Changed PalmOS ifdef 2005-11-05 18:22:51 +00:00
graphics.h Changed PalmOS ifdef 2005-11-05 18:12:41 +00:00
grid.cpp Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
grid.h Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
input.cpp Not needed anymore 2005-11-05 18:23:54 +00:00
input.h Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
journal.cpp Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
journal.h Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
logic.cpp Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
logic.h Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
module.mk Be more consistent with the other module.mk files. 2004-11-06 09:26:36 +00:00
music.cpp Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
music.h Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
musicdata.cpp Changed PalmOS ifdef 2005-11-05 18:12:41 +00:00
queen.cpp * Replaced MDT_PREFER_NATIVE/MDT_NATIVE by MDT_PREFER_MIDI/MDT_MIDI). 2005-12-30 14:18:21 +00:00
queen.h Made the autosave period a configuration option and updated the engines 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. 2005-11-23 19:11:33 +00:00
resource.cpp Don't synchronize subtitle with speech sfx if MP3/OGG/Flac support isn't compiled it. This should fix bug #1350045. 2005-11-07 18:34:55 +00:00
resource.h Changed PalmOS ifdef 2005-11-05 18:12:41 +00:00
restables.cpp Changed PalmOS ifdef 2005-11-05 18:12:41 +00:00
sound.cpp Don't synchronize subtitle with speech sfx if MP3/OGG/Flac support isn't compiled it. This should fix bug #1350045. 2005-11-07 18:34:55 +00:00
sound.h Don't synchronize subtitle with speech sfx if MP3/OGG/Flac support isn't compiled it. This should fix bug #1350045. 2005-11-07 18:34:55 +00:00
state.cpp Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
state.h Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
structs.h Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
talk.cpp Changed PalmOS ifdef 2005-11-05 18:12:41 +00:00
talk.h Changed PalmOS ifdef 2005-11-05 18:12:41 +00:00
walk.cpp Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
walk.h Update FSF address. Eek. Actually that took place on May 1, 2005 2005-10-18 01:30:26 +00:00
xref.txt enabled savegame loading on startup 2004-11-30 21:01:25 +00:00