scummvm/sound
Max Horn 969ef3dac9 * Added new virtual base class 'Stream', ReadStream and
WriteStream are now subclasses of it.
* Added new methods eos(), ioFailed(), clearIOFailed() to
  all streams. This allows better error checking.
* SaveFile classes take advantage of these new standard
  stream APIS
* Removed File::gets()
* Added SeekableReadStream::readLine() (replaces File::gets)
* Added WriteStream::writeString, for convenience

svn-id: r17752
2005-04-22 17:40:09 +00:00
..
softsynth * Added new virtual base class 'Stream', ReadStream and 2005-04-22 17:40:09 +00:00
.cvsignore fixed the 'intelligent' GCC build rules; added .cvsignore files 2002-08-21 16:28:19 +00:00
audiocd.cpp code conventions 2005-04-20 11:13:56 +00:00
audiocd.h code conventions 2005-04-20 11:13:56 +00:00
audiostream.cpp cleanup 2005-01-09 15:48:27 +00:00
audiostream.h This is probably not the optimal fix, but at least ScummVM compiles again. 2005-01-11 08:06:19 +00:00
flac.cpp PlayingSoundHandle -> SoundHandle; also, turned the handle activity check into a mixer method 2005-03-12 18:56:09 +00:00
flac.h Updated copyright 2005-01-01 16:09:25 +00:00
fmopl.cpp PalmOS : ARM optimized OPL driver 2005-03-11 11:01:52 +00:00
fmopl.h Add medium quality sound for FOTAQ 2005-01-28 20:46:36 +00:00
mididrv.cpp Applied patch #1175374 ("FluidSynth MIDI driver"), with a few documentation 2005-04-10 14:33:44 +00:00
mididrv.h Patches #1164217 "Updated GS Support + Percussion Remapping Patch" and 2005-04-13 00:11:49 +00:00
midiparser_smf.cpp Updated copyright 2005-01-01 16:09:25 +00:00
midiparser_xmidi.cpp Updated copyright 2005-01-01 16:09:25 +00:00
midiparser.cpp Updated copyright 2005-01-01 16:09:25 +00:00
midiparser.h Updated copyright 2005-01-01 16:09:25 +00:00
mixer.cpp Renamed getActiveChannelSoundID to getSoundID and fixed its semantics to avoid race conditions 2005-04-04 17:43:00 +00:00
mixer.h Renamed getActiveChannelSoundID to getSoundID and fixed its semantics to avoid race conditions 2005-04-04 17:43:00 +00:00
module.mk Applied patch #1175374 ("FluidSynth MIDI driver"), with a few documentation 2005-04-10 14:33:44 +00:00
mp3.cpp PlayingSoundHandle -> SoundHandle; also, turned the handle activity check into a mixer method 2005-03-12 18:56:09 +00:00
mp3.h Updated copyright 2005-01-01 16:09:25 +00:00
mpu401.cpp Updated copyright 2005-01-01 16:09:25 +00:00
mpu401.h system.h was being included in tons of places, without any good reason; reduced this (total dependencies on system.h went down from 193 to 85 files) 2005-01-10 22:06:49 +00:00
rate.cpp A little more moving around #include's (last one for today ;-) 2005-01-10 22:51:42 +00:00
rate.h A little more moving around #include's (last one for today ;-) 2005-01-10 22:51:42 +00:00
voc.cpp Added shared code to load WAV(E) data from arbitrary seekable streams (files or memory) 2005-01-09 15:49:43 +00:00
voc.h This function is currently not used... 2005-01-09 15:48:47 +00:00
vorbis.cpp PlayingSoundHandle -> SoundHandle; also, turned the handle activity check into a mixer method 2005-03-12 18:56:09 +00:00
vorbis.h Updated copyright 2005-01-01 16:09:25 +00:00
wave.cpp 16-bit WAVs are little-endian. 2005-01-11 08:30:28 +00:00
wave.h Fix legal header 2005-01-09 16:14:56 +00:00