Age | Commit message (Expand) | Author |
2005-04-22 | * Added new virtual base class 'Stream', ReadStream and | Max Horn |
2005-04-20 | code conventions | Gregory Montoir |
2005-04-20 | this should fix bug #1181979 | Gregory Montoir |
2005-04-16 | vc compile warn | Andrew Kurushin |
2005-04-13 | Only cache a track if it really exists, this should prevent some issues when ... | Gregory Montoir |
2005-04-13 | Get rid of errno; add some (optional) error checking facilities to SaveFile c... | Max Horn |
2005-04-13 | Patches #1164217 "Updated GS Support + Percussion Remapping Patch" and | Eugene Sandulenko |
2005-04-10 | Forgot to add files when committing patch #1175374. | Torbjörn Andersson |
2005-04-10 | Applied patch #1175374 ("FluidSynth MIDI driver"), with a few documentation | Torbjörn Andersson |
2005-04-09 | Remove usage of vsprintf in favour of vsnprintf and make | Jonathan Gray |
2005-04-04 | Renamed getActiveChannelSoundID to getSoundID and fixed its semantics to avoi... | Max Horn |
2005-04-04 | Add 8 sound channel support for HE games | Travis Howell |
2005-04-03 | Committed patch #1168149 (Shared GM/MT-32 mapping) by eriktorbjorn as-is. Thi... | Jerome Fisher |
2005-03-23 | To prevent race conditions, SoundMixer::isSoundHandleActive must lock the mix... | Max Horn |
2005-03-22 | Make sure SoundHandle's are inited | Max Horn |
2005-03-20 | Merged with latest Munt CVS. | Jerome Fisher |
2005-03-12 | Simplified SoundHandle implementation | Max Horn |
2005-03-12 | PlayingSoundHandle -> SoundHandle; also, turned the handle activity check int... | Max Horn |
2005-03-11 | PalmOS : ARM optimized OPL driver | Chris Apers |
2005-03-09 | changing AudioDataType -> SoundType, so now the constant names match the name... | Max Horn |
2005-03-06 | Typo | Max Horn |
2005-02-06 | It's kMaxMixerVolume, not 256 (we might change it to 255 eventually) | Max Horn |
2005-01-30 | Check sound queue for music in HE games. | Travis Howell |
2005-01-28 | Use class Mutex instead of MutexRef | Max Horn |
2005-01-28 | Add medium quality sound for FOTAQ | Nicolas Bacca |
2005-01-11 | 16-bit WAVs are little-endian. | Torbjörn Andersson |
2005-01-11 | This is probably not the optimal fix, but at least ScummVM compiles again. | Torbjörn Andersson |
2005-01-10 | A little more moving around #include's (last one for today ;-) | Max Horn |
2005-01-10 | eek, we put a static RandomSource instance into every file that included fmop... | Max Horn |
2005-01-10 | Remove some more header dependencies | Max Horn |
2005-01-10 | system.h was being included in tons of places, without any good reason; reduc... | Max Horn |
2005-01-09 | Fix legal header | Max Horn |
2005-01-09 | Added shared code to load WAV(E) data from arbitrary seekable streams (files ... | Max Horn |
2005-01-09 | This function is currently not used... | Max Horn |
2005-01-09 | cleanup | Max Horn |
2005-01-09 | Moving AppendableAudioStream into SCUMM engine, as it is only used there | Max Horn |
2005-01-06 | Added a font manager (work in progress) | Max Horn |
2005-01-06 | Modify the singleton code once more to help overcome an issue with MSVC 7 (se... | Max Horn |
2005-01-03 | Add missing control changes, patch #1094825. | Travis Howell |
2005-01-01 | Changed the singleton code to allow for custom object factories; this allowed... | Max Horn |
2005-01-01 | Changed OSystem::instance() to return a reference, not a pointer (it now matc... | Max Horn |
2005-01-01 | oops, correct copyright string | Max Horn |
2005-01-01 | Updated copyright | Max Horn |
2004-12-28 | Fix running ScummVM in plugin-mode | Max Horn |
2004-12-28 | Fixing hasActiveChannelOfType | Max Horn |
2004-12-27 | Use SoundMixer::kMaxMixerVolume | Max Horn |
2004-12-27 | Introduced two new constants SoundMixer::kMaxChannelVolume and SoundMixer::kM... | Max Horn |
2004-12-27 | Allow premix channels to use a custom sound type | Max Horn |
2004-12-27 | Add 'speech' sound type to mixer; make use of that in iMuse Digital | Max Horn |
2004-12-27 | Added 'sound types' to the mixer - for now, only plain (for the premixer), SF... | Max Horn |