scummvm/engines/draci
Johannes Schickel b2c57117fd DRACI: Initialize MIDI channel volume properly.
This fixes bug #3067148 "DRACI: Volume range not respected". It seems Draci's
MIDI files do not setup the channel volume properly before using the channels,
but rely on having the maxed out. Since formerly the channel volume was
initialized to 255, it caused the channel volume to be zero in case the user
used 128 for his volume settings (128*255/255=128, and MIDI volume goes from
0-127).

svn-id: r52738
2010-09-15 22:30:00 +00:00
..
animation.cpp Finish support of compressed dubbing 2010-07-03 05:05:28 +00:00
animation.h Reduce indirect header dependencies further 2010-05-04 12:00:16 +00:00
barchive.cpp Dragon History tries uses compressed dubbing when available 2010-07-03 03:48:26 +00:00
barchive.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
detection.cpp DRACI: recognize German translation 2010-08-03 17:09:27 +00:00
draci.cpp MIDI: Send a reset MIDI device signal on startup. 2010-09-15 22:00:20 +00:00
draci.h COMMON: Move Common::RandomSource to common/random.* 2010-03-18 15:07:11 +00:00
font.cpp Fixed bug 2976767 on corrupted char glyphs. 2010-04-02 01:00:35 +00:00
font.h Patch #2973290: Semicolon cleanup 2010-03-22 20:28:08 +00:00
game.cpp Generalize the sound archive framework to be able to open new formats 2010-06-30 08:27:09 +00:00
game.h Generalize the sound archive framework to be able to open new formats 2010-06-30 08:27:09 +00:00
module.mk BUILD: Remove redundant MODULE_DIRS modification 2010-07-29 13:01:39 +00:00
mouse.cpp The default keycolor for mouse pointers used to be 255. 2010-01-07 15:07:36 +00:00
mouse.h Patch #2973290: Semicolon cleanup 2010-03-22 20:28:08 +00:00
music.cpp DRACI: Initialize MIDI channel volume properly. 2010-09-15 22:30:00 +00:00
music.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
saveload.cpp DRACI: Reduce header interdependencies; some cleanup 2009-12-09 21:03:22 +00:00
saveload.h Fixed svn:keywords 2009-10-30 05:21:44 +00:00
screen.cpp DRACI: Reduce header interdependencies; some cleanup 2009-12-09 21:03:22 +00:00
screen.h DRACI: Reduce header interdependencies; some cleanup 2009-12-09 21:03:22 +00:00
script.cpp DRACI: Fix warnings 2010-08-17 10:59:11 +00:00
script.h Patch #2973290: Semicolon cleanup 2010-03-22 20:28:08 +00:00
sound.cpp Finish support of compressed dubbing 2010-07-03 05:05:28 +00:00
sound.h Finish support of compressed dubbing 2010-07-03 05:05:28 +00:00
sprite.cpp DRACI: Reduce header interdependencies; some cleanup 2009-12-09 21:03:22 +00:00
sprite.h Patch #2973290: Semicolon cleanup 2010-03-22 20:28:08 +00:00
surface.cpp Moved all one-line getters/setters to the header files 2009-10-30 06:11:04 +00:00
surface.h Reduce indirect header dependencies further 2010-05-04 12:00:16 +00:00
walking.cpp Changed abs() to ABS() in a few places. 2010-07-14 17:02:14 +00:00
walking.h Fix SIGSEGV by an absolutely brutally horrible hack 2009-11-22 09:13:05 +00:00