Age | Commit message (Expand) | Author |
2004-12-25 | Removing this dead code for now, it only leads to confusion | Max Horn |
2004-12-14 | Evil workaround for bug #1083058 | Max Horn |
2004-12-11 | change loadVOCFromStream to take a reference instead of a pointer (to a stream) | Max Horn |
2004-12-02 | Moved MidiDriver creation code into the MidiDriver class (as static methods),... | Max Horn |
2004-11-28 | cleanup | Max Horn |
2004-11-28 | Changed parameter order of SoundMixer::playInputStream to match that of playRaw | Max Horn |
2004-11-28 | Added a "permanent" field to Channels, which simply prevents them from being ... | Jerome Fisher |
2004-11-28 | Assume for now that the premixer is always used for music playback (as oppose... | Max Horn |
2004-11-27 | Removed the (highly SCUMM specific) 'appendable stream' API from SoundMixer; ... | Max Horn |
2004-11-27 | Removed the old setupPremix version, it is not needed anymore. Also fixed som... | Max Horn |
2004-11-27 | Added some more mixer doxygen docs; cleaned up Mixer API a bit, removing some... | Max Horn |
2004-11-27 | AudioStream::read() has been removed quite some time ago, now making sure tha... | Max Horn |
2004-11-22 | cleanup | Max Horn |
2004-11-11 | Erm, this was never meant to be commited. I might as well leave the .h change... | James Brown |
2004-11-11 | Prevent infinite loop by displaying the launcher after a game start FAILURE too. | James Brown |
2004-11-06 | Major MT-32 emu overhaul based on KingGuppy's code. | Eugene Sandulenko |
2004-11-04 | Delegate channel functions to any MidiDriver. This is useful for the | Eugene Sandulenko |
2004-10-30 | Doxygen fixes | Max Horn |
2004-10-23 | fixed warnings | Paweł Kołodziejski |
2004-10-22 | Prepare true AdLib support on PalmOS | Chris Apers |
2004-10-21 | Patch #1048326 Better MT-32 support | Eugene Sandulenko |
2004-10-17 | Add comment | Max Horn |
2004-10-17 | Fix playback of MP3 files till EOF in some cases | Max Horn |
2004-10-11 | Implement premix proc via an AudioStream / Channel (eventually we'll remove t... | Max Horn |
2004-10-09 | Make AppendableAudioStream endianness-aware. | Eugene Sandulenko |
2004-09-28 | Rename remaining OSystem methods to match our coding guidelines | Max Horn |
2004-09-25 | Remove obsolete path param | Max Horn |
2004-09-25 | Fix doxygen warnings | Max Horn |
2004-09-19 | Fix potential race condition | Max Horn |
2004-09-19 | Actually check if a sound is active, if the sound is outside music engine. | Travis Howell |
2004-09-18 | smush tracks are not music channel, removed outdated dimuse comment | Paweł Kołodziejski |
2004-09-04 | fixde bug IMUSE+DEBUG | Paweł Kołodziejski |
2004-09-04 | Fix for bug #1022265 (Memory leak in vorbis.cpp?) | Max Horn |
2004-08-22 | cleanup of TimerProc mess | Max Horn |
2004-08-08 | Remove orphaned TODO | Max Horn |
2004-08-03 | Update comment | Travis Howell |
2004-08-03 | Add comment | Travis Howell |
2004-08-03 | Add invalid version used by French Simon2 | Travis Howell |
2004-07-31 | changed loadVOCFile to work on a generic ReadStream instead of a File, and re... | Max Horn |
2004-07-16 | Applied patch #957544 to make output sample rate configurable at runtime. | Torbjörn Andersson |
2004-07-11 | Use extrapath in Sword1 engine (from 0.6.0 branch). More verbose errors to go... | James Brown |
2004-07-01 | getFreeSpace() is not longer used | Paweł Kołodziejski |
2004-06-29 | Fix for bug #981991 (VORBIS: Crash when using Ogg Vorbis CD tracks) | Max Horn |
2004-06-28 | Make use of new File refcount code; also fixed long standing bug in vorbis co... | Max Horn |
2004-06-09 | Fixed a typo in a comment. | Torbjörn Andersson |
2004-05-31 | Make allNotesOff() also turn off all "hanging notes". Without this change, | Torbjörn Andersson |
2004-05-09 | Config sample switch for WinCE | Nicolas Bacca |
2004-05-05 | Remove odd sample rate hack (for DOTT demo); instead, be slightly less strict... | Max Horn |
2004-05-02 | Explain a bit what getSampleRateFromVOCRate() does; mark a hack in it more cl... | Max Horn |
2004-05-01 | Doubled the buffer size to prevent crashes with the Inherit the Earth | Torbjörn Andersson |