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