aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/music.cpp
AgeCommit message (Expand)Author
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-13TINSEL: Move custom ADPCM decoders to tinsel engineMax Horn
2011-04-12TINSEL: cleanupMax Horn
2011-04-10TINSEL: Removed some unused global static variablesmd5
2011-03-28AUDIO: Add Audio::MidiPlayer::createDriver(), let some engines use itMax Horn
2011-03-25AUDIO: Move more common code to Audio::MidiPlayerMax Horn
2011-03-25TINSEL: Remove unused TinselEngine::_musicVolume memberMax Horn
2011-03-24TINSEL: Change MidiMusicPlayer to derive from Audio::MidiPlayerMax Horn
2011-03-23ENGINES: Further simplify pseudo MidiDrivers; fix some regressionsMax Horn
2011-03-23AUDIO: Change several fake MidiDrivers to MidiDriver_BASE subclassesMax Horn
2011-03-22AUDIO: Add pure virtual MidiDriver::isOpen() methodMax Horn
2011-02-24TINSEL: Added enhanced music support for the German CD "Neon Edition" re-rele...md5
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-02MIDI: Fix for bug #3170988 - "MONKEY2: Messed up MT-32 music"Filippos Karapetis
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-11-16TINSEL: Mark all (?) global vars with a FIXME commentMax Horn
2010-11-08COMMON: Push #include audiocd.h in system.h out to .cpp filesMax Horn
2010-11-08BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes onlyMax Horn
2010-11-01ENGINES: Get rid of some (f)printfsMax Horn
2010-10-13OPENGL: Merged from trunk, from rev 52105 to 53396.Johannes Schickel
2010-09-11TINSEL: Fix for #3032780 - Mute not respected in DW1Paul Gilbert
2010-08-24TINSEL: Code cleanup, fixed potentially undefined behaviorFilippos Karapetis
2010-08-24TINSEL: Adjusted the commented out music debug code for the latest changes toFilippos Karapetis
2010-08-24TINSEL: Removed the hardcoded MIDI offset arrays.Filippos Karapetis
2010-08-24TINSEL: Fixed final track mapping to Ench soundtrack.Eugene Sandulenko
2010-08-24TINSEL: Partial fix for MIDI in German release.Eugene Sandulenko
2010-06-15Renamed getAudioCD to getAudioCDManager.Alejandro Marzini
2010-06-09- Revised abstract AudioCDManager.Alejandro Marzini
2010-04-27Fix warningWillem Jan Palenstijn
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-01-31Switch makeADPCMStream to DisposeAfterUse::FlagMax Horn
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-08Switch Mixer::playInputStream to use DisposeAfterUse::FlagMax Horn
2010-01-08Move DisposeAfterUse::Flag from Common to global namespace, and into a new he...Max Horn
2009-12-15Got rid of ReadStream::ioFailed()Max Horn
2009-11-09TINSEL: Make some const tables static; move static int priorVolMusic into Set...Max Horn
2009-11-02TINSEL: Turn config code into a simple C++ classMax Horn
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-10-18Introduced new type Common::DisposeAfterUse::FlagMax Horn
2009-08-08Change workaround for bug #2820054 to apply for all GRA versions.Johannes Schickel
2009-08-08Formatting fix.Johannes Schickel
2009-08-08Add workaround for bug #2820054 "DW1: No intro music at first start on Wii", ...Johannes Schickel
2009-08-05Bugfix for music not being stopped when music volume is set to zeroPaul Gilbert
2009-07-11Bugfix to properly save the currently playing midi music when saving a scenePaul Gilbert
2009-05-24tinsel: disable midi playing for Discworld PSX, as the game uses the propriet...Fabio Battaglia
2009-03-19Added some more debug messagesSven Hesse
2009-03-07Whitespace cleanup: Convert space followed by tab to just tabMax Horn
2009-02-02Fixed warning about implicit signed -> unsigned integer conversionMax Horn
2009-02-02endian safetyJoost Peters
2009-01-29A ton of code formatting fixes; also fixed warnings about single line loops l...Max Horn