Age | Commit message (Expand) | Author |
2012-12-13 | TINSEL: Add support for the digitized music in DW1 Mac | Filippos Karapetis |
2012-12-11 | TINSEL: Add another check to skip the non-MIDI music of DW1 Mac | Filippos Karapetis |
2012-12-11 | TINSEL: Add resource handling of the BE resources in DW1 Mac | Filippos Karapetis |
2012-12-01 | TINSEL: Start handling the BE resources of the Mac versions of DW1 | Filippos Karapetis |
2012-07-15 | TINSEL: Change SetMidiVolume() so that it doesn't start/stop music tracks | Filippos Karapetis |
2012-07-15 | TINSEL: Remove the GF_DEMO flag | Filippos Karapetis |
2012-07-09 | TINSEL: Fix bug #3541230 - "DW: PSX version locks up after using the book" | Filippos Karapetis |
2012-05-03 | TINSEL: Add basic PSX SEQ playback support | Matthew Hoops |
2012-02-22 | TINSEL: Rename globals to add g_ prefix. | Alyssa Milburn |
2011-11-14 | TINSEL: Don't leak _curChunk on exit. | Alyssa Milburn |
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 |