aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/sound.cpp
AgeCommit message (Expand)Author
2006-07-09Verify malloc worked. Apparently, simon (or FF?) sometimes tries to allocate ...Max Horn
2006-05-06Fix typo, which caused FLAC speech files to failTravis Howell
2006-05-05Update copyrightTravis Howell
2006-05-03sfx5 isn't ambient, but manually started/stopped in FFTravis Howell
2006-04-29Moved the AudioCDManager as well as class AudioStream and its (standard) subc...Max Horn
2006-04-26Use File::size to determine the size of a file, instead of doing a seek(0, SE...Max Horn
2006-04-23Implemented volume and panning for FF sound effects. I hope my mapping fromTorbjörn Andersson
2006-04-22Enable MS ADPCM WAV format decoder for all sound in Macintosh version of FF a...Travis Howell
2006-04-20Fix typo in switchVoiceFile() for FFTravis Howell
2006-04-20CleanupTravis Howell
2006-04-20Add support for compressed speech files in PC verisons of FFTravis Howell
2006-04-18Fix sound memory leak in FFTravis Howell
2006-04-18Add code for vc84_stopSoundLoop in FFTravis Howell
2006-04-17Improve sound support in FF and add MoviePlayer classTravis Howell
2006-04-16The File class automatically tries adding "." to a filename if the file cannotTorbjörn Andersson
2006-04-15Add support for switching voice file in PC versions of FF and cleanupTravis Howell
2006-04-14Add speech support for Amiga verison of FFTravis Howell
2006-04-14Add support for sound effects in Amiga version of FF and cleanupTravis Howell
2006-03-19Revert FLAG_AUTOFREE changes to loadWAVFromStreammakeWAVStreamTravis Howell
2006-02-11Moved engines to the new engines/ directoryMax Horn