Age | Commit message (Expand) | Author |
2010-07-05 | Revert Android libtremor header to standard path, since we now ship | Angus Lees |
2010-06-29 | AUDIO: fixed bug when device was set to default and only MDT_MIDI flags were... | Florian Kagerer |
2010-06-29 | Return "0" in case no device was detected in MidiDriver::detectDevice. | Johannes Schickel |
2010-06-29 | Yet another slight fix for the fallback detection. | Johannes Schickel |
2010-06-29 | Fix fallback detection code in MidiDriver::detectDevice. | Johannes Schickel |
2010-06-29 | Fix detection of invalid music drivers specified via command line. | Johannes Schickel |
2010-06-26 | Add missing include for translations | Willem Jan Palenstijn |
2010-06-26 | GUI: Add and improve some messages to translate | Jordi Vilalta Prat |
2010-06-26 | Fix formatting again. | Johannes Schickel |
2010-06-25 | AUDIO: fix comments | Florian Kagerer |
2010-06-25 | AUDIO: get rid of MDT_PREFER_MIDI since it should be sufficient to either sel... | Florian Kagerer |
2010-06-25 | Formatting fixes. | Johannes Schickel |
2010-06-25 | AUDIO: some fixes in the audio device code (no sound option, new GUIO flags) | Florian Kagerer |
2010-06-22 | LAUNCHER: hopefully fixed music driver selection via command line | Florian Kagerer |
2010-06-22 | Remove some trailing tabs. | Johannes Schickel |
2010-06-22 | GUI/LAUNCHER: This should fix the regression concerning pc speaker / pcjr sup... | Florian Kagerer |
2010-06-21 | Patch #1956501: "GUI/LAUNCHER: Midi device selection" | Max Horn |
2010-06-18 | Make MidiParser::sendToDriver protected. | Johannes Schickel |
2010-06-16 | SCI: implement channel remapping for SCI1 | Martin Kiewitz |
2010-06-15 | Some documentation cleanup to ease readability. | Johannes Schickel |
2010-06-15 | Modify makeAIFFStream to match the other sound decoder factories | Max Horn |
2010-06-15 | Fix spelling, cleanup | Max Horn |
2010-06-15 | GUI: Implement MIDI drivers as GUI options. | Eugene Sandulenko |
2010-06-15 | Sound: add PCJR as a pseudodriver. | Eugene Sandulenko |
2010-06-15 | Implement translation support for ScummVM GUI. | Eugene Sandulenko |
2010-06-14 | Since allNotesOff() is virtual and can be overriden, make its associated vari... | Filippos Karapetis |
2010-06-09 | Rewind the underlying audio stream on LoopingAudioStream creation. | Johannes Schickel |
2010-06-08 | Modification to remove false positive "Possible divide by zero" warnings give... | David Turner |
2010-06-06 | Add Android backend from patch #2603856 | Max Horn |
2010-06-06 | Correction for SCI valgrind uninit memory error in MIDI sound which occurs du... | David Turner |
2010-05-30 | PSP: added preliminary support for using ME hardware to play MP3 files. If th... | Yotam Barnoy |
2010-05-29 | Fix typo(?) which prevents streaming code from compiling. | Neil Millstone |
2010-05-26 | Have makeADPCMStream use the entire stream if the size is 0 (as it says in th... | Matthew Hoops |
2010-05-25 | Patch #3006178: "rjp1: calculate sample length correctly" | Max Horn |
2010-05-23 | Move the QDM2 code to the graphics module, removing the cyclic dependency. | Matthew Hoops |
2010-05-23 | Hide the QDM2 implementation and only expose it via a factory method, hopeful... | Matthew Hoops |
2010-05-23 | Move Mohawk's QuickTime code to graphics/ (and QDM2 to sound, disabled when M... | Matthew Hoops |
2010-05-17 | Add the Common::Rational class from patch #2963496 (VideoDecoder Rewrite) | Matthew Hoops |
2010-05-07 | Fix comment to removed function | Ori Avtalion |
2010-05-05 | Replace various strncpy usages by strlcpy. | Johannes Schickel |
2010-05-03 | Cleanup. | Johannes Schickel |
2010-05-03 | Check for read/seek errors of the underlying SeekableReadStream in RawStream. | Johannes Schickel |
2010-05-03 | Fix for bug #2961787 "HE SAM1: Music in kitchen slightly off (regression)". | Johannes Schickel |
2010-05-03 | Paranoia change: Prevent possible assertion caused by MP3Stream. | Johannes Schickel |
2010-04-29 | Rename input -> stream | Max Horn |
2010-04-20 | Fix the MT32 gfx output for 16bit compatiblity, cleanup, get rid of unnecessa... | Andre Heider |
2010-04-17 | Fixing some warnings (with gcc 3.3.6) | Max Horn |
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn |
2010-04-09 | Add missing cases to switch statements, remove whitespace | Ori Avtalion |
2010-04-03 | Do not use a template parameter for stereo setting for RawStream but instead ... | Johannes Schickel |