scummvm/engines/sci
Filippos Karapetis d87fa1c890 SCI: Show a warning window regarding GM in some games.
Sierra has released a patch adding after market General MIDI support for 8 SCI1
games (LSL1, LSL5, Hoyle 3, SQ1, SQ4, Eco1 floppy, Longbow and Fairy Tales). If
the user has selected the General MIDI music driver in one of these games and
no associated MIDI patch is found, show an informational dialog on game startup
in order to inform the user to download Sierra's MIDI patch, together with some
short instructions.

svn-id: r52500
2010-09-02 21:50:00 +00:00
..
engine SCI: Fixed compilation when VM_DEBUG_SEND is enabled 2010-09-02 18:58:25 +00:00
graphics SCI: adding workaround for platform-specific 2010-08-31 15:50:46 +00:00
parser SCI: Fix using the parser in SCI Fan Games 2010-07-28 19:03:49 +00:00
sound SCI: Show a warning window regarding GM in some games. 2010-09-02 21:50:00 +00:00
video SCI: Remove the now useless Sci::VMDDecoder wrapper 2010-08-08 01:09:20 +00:00
console.cpp SCI: adding "bpr" and "bpw" debug commands 2010-09-02 09:05:08 +00:00
console.h SCI: adding "bpr" and "bpw" debug commands 2010-09-02 09:05:08 +00:00
debug.h SCI: adding "bpr" and "bpw" debug commands 2010-09-02 09:05:08 +00:00
decompressor.cpp SCI: dont write palette in reorderView() if there is no palette :P 2010-06-23 16:49:03 +00:00
decompressor.h
detection_tables.h SCI: Added the Italian version of QFG3 (bug #3053457) 2010-08-31 21:22:52 +00:00
detection.cpp SCI: changing maximum slots from 0-999 to 0-99 2010-08-24 09:05:54 +00:00
event.cpp SCI: Throttle the invocations of Engine::shouldQuit() 2010-08-29 00:39:33 +00:00
event.h SCI: updating screen within kAnimate as well - fixes pseudo hang in eq1 credits (bug #3036154) 2010-07-29 10:48:54 +00:00
module.mk SCI: Remove the now useless Sci::VMDDecoder wrapper 2010-08-08 01:09:20 +00:00
resource_audio.cpp SCI: Fixed the GM detection introduced in rev #52211 to check the first available track, instead of track 1 (which doesn't always exist, e.g. in Pharkas). Also, added a comment inside applyPatch() 2010-08-20 09:35:20 +00:00
resource_intern.h SCI: Add support for SCI2.1 chunk resources 2010-08-03 14:58:57 +00:00
resource.cpp SCI: removing debug output from r52259 2010-08-21 14:53:14 +00:00
resource.h SCI: Added checking for the existence of a GM track, to determine if device ID 7 or 12 should be used. Fixes the GM music in the demo of QFG3, which is using an in-between version of SCI1 and SCI1.1 2010-08-19 13:52:21 +00:00
sci.cpp SCI: Show a warning window regarding GM in some games. 2010-09-02 21:50:00 +00:00
sci.h SCI: adding "bpr" and "bpw" debug commands 2010-09-02 09:05:08 +00:00
util.cpp
util.h