Age | Commit message (Expand) | Author |
2009-01-27 | Fix regression, the original stream shouldn't be deleted, unless disposeAfter... | Travis Howell |
2009-01-27 | Fix regression, the original stream shouldn't be deleted. | Travis Howell |
2009-01-27 | Extended makeWAVStream by a 'disposeAfterUse' param; changed makeWAVStream to... | Max Horn |
2009-01-24 | fixing #2531282: don't fall back to a real audio CD when playing enhanced mid... | Willem Jan Palenstijn |
2009-01-24 | remove 'HACK': don't use _cd.playing to indicate emulation | Willem Jan Palenstijn |
2009-01-03 | Removed a (hopefully) obsolete FIXME comment. | Torbjörn Andersson |
2008-12-31 | Rewrote to get rid of "condition is always false" warning. | Torbjörn Andersson |
2008-12-31 | Added possible FIXMEs | Filippos Karapetis |
2008-12-31 | Prevent erroneous access of negative array indices | Filippos Karapetis |
2008-12-31 | Fixed warning | Max Horn |
2008-12-31 | Fixed GCC warning. | Torbjörn Andersson |
2008-12-31 | Commented out part of the code that corrupts the heap for me | Filippos Karapetis |
2008-12-31 | Preliminary Shorten audio support for SAGA 2 games. It's still very wrong and... | Filippos Karapetis |
2008-12-22 | Fixed indentation and removed whitespaces at the end of line | Jordi Vilalta Prat |
2008-12-19 | Custom percussion instruments for the AdLib MIDI driver (Slightly modified pa... | Jordi Vilalta Prat |
2008-12-13 | Whoops. Fix accidently wrong evaluation statement. | Johannes Schickel |
2008-12-13 | Cleanup. | Johannes Schickel |
2008-12-13 | Fix for bug #2423449 "AGOS: Music Looping broken (regression)". | Johannes Schickel |
2008-12-12 | Okay, removing my implementation of AppandableAudioStream::getTotalPlayTime (... | Sven Hesse |
2008-12-03 | cleanup | Max Horn |
2008-12-02 | Apparently, constraining the number of mixing samples to be divisible by 4 is... | Sven Hesse |
2008-11-30 | - Extended MidiDriver::sysEx to allow 264 byte sysEx messages | Johannes Schickel |
2008-11-30 | Initial version of proper MIDI support for KYRA. | Johannes Schickel |
2008-11-29 | Remove warnings from NDS build. | Robin Watts |
2008-11-17 | Fixed a warning on the DS build, added some clarifying comments, reformatted ... | Max Horn |
2008-11-17 | Factoring shared code of template classes into a shared base class saves anot... | Max Horn |
2008-11-17 | Saving 32kb DATA size | Max Horn |
2008-11-16 | Implementing getTotalPlayTime() for AppendableMemoryStream | Sven Hesse |
2008-11-15 | Added support for the ADPCM used in Discworld 2 | Sven Hesse |
2008-11-13 | Fixed compiling of MT32 emulator with -O2 and -Werror. | Johannes Schickel |
2008-11-12 | Verify sanity of LinearMemoryStream params in the factory function instead of... | Max Horn |
2008-11-09 | Made getSoundElapseTime() work better when the sound has been paused. A new | Torbjörn Andersson |
2008-11-05 | Fixed compile error. | Torbjörn Andersson |
2008-11-05 | Turned enum PluginError into Common::Error, which in the future is to be used... | Max Horn |
2008-09-13 | Big patch changing the signature of various Stream methods (some ports may ne... | Max Horn |
2008-09-06 | MT32 emu: eof -> eos | Max Horn |
2008-09-05 | Removed useless dependencies from common/file.h in common code. When complete... | Nicola Mettifogo |
2008-09-03 | Removed unused readLine code from the MT-32 emu | Max Horn |
2008-09-03 | Some cleanup by peres | Max Horn |
2008-09-03 | Fix for MSVC warning about ambiguous usage of MIN | Filippos Karapetis |
2008-08-30 | Fix (?) Solaris detection in some workaround code in the MT-32 emulator | Max Horn |
2008-08-27 | Partial commit of patch #2012839: Atari Patch for adding Native MIDI and Fix ... | Max Horn |
2008-08-10 | Committed my patch #2040074 ("XMIDI callback control events"). At the moment,... | Torbjörn Andersson |
2008-08-01 | Print a warning if unsupported XMIDI controllers are used | Max Horn |
2008-07-29 | Changed class File (and derived classes) to only support read-only access; ad... | Max Horn |
2008-07-09 | cleanup / code formatting | Max Horn |
2008-07-08 | On reading some more about XMIDI, I believe the NEXT and BREAK variants of the | Torbjörn Andersson |
2008-07-06 | Fixed silly error. The NEXT_BREAK event should, of course, jump to the event | Torbjörn Andersson |
2008-07-06 | Implemented Good Enough(TM) XMIDI looping. This is used by Kyrandia 2 (the | Torbjörn Andersson |
2008-06-28 | Patch ##1956946 (Audio::Mixer internal API revision) with some tweaks | Max Horn |