index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
simon
/
sound.cpp
Age
Commit message (
Expand
)
Author
2006-09-18
Fix typo, that caused FLAC compressed sound effects file to fail to load
Travis Howell
2006-09-16
Fix bug #1559767 - SIMONWIN: Crashes on start-up
Travis Howell
2006-08-27
Update error messages and always report an error if data file load fails
Travis Howell
2006-07-09
Verify malloc worked. Apparently, simon (or FF?) sometimes tries to allocate ...
Max Horn
2006-05-06
Fix typo, which caused FLAC speech files to fail
Travis Howell
2006-05-05
Update copyright
Travis Howell
2006-05-03
sfx5 isn't ambient, but manually started/stopped in FF
Travis Howell
2006-04-29
Moved the AudioCDManager as well as class AudioStream and its (standard) subc...
Max Horn
2006-04-26
Use File::size to determine the size of a file, instead of doing a seek(0, SE...
Max Horn
2006-04-23
Implemented volume and panning for FF sound effects. I hope my mapping from
Torbjörn Andersson
2006-04-22
Enable MS ADPCM WAV format decoder for all sound in Macintosh version of FF a...
Travis Howell
2006-04-20
Fix typo in switchVoiceFile() for FF
Travis Howell
2006-04-20
Cleanup
Travis Howell
2006-04-20
Add support for compressed speech files in PC verisons of FF
Travis Howell
2006-04-18
Fix sound memory leak in FF
Travis Howell
2006-04-18
Add code for vc84_stopSoundLoop in FF
Travis Howell
2006-04-17
Improve sound support in FF and add MoviePlayer class
Travis Howell
2006-04-16
The File class automatically tries adding "." to a filename if the file cannot
Torbjörn Andersson
2006-04-15
Add support for switching voice file in PC versions of FF and cleanup
Travis Howell
2006-04-14
Add speech support for Amiga verison of FF
Travis Howell
2006-04-14
Add support for sound effects in Amiga version of FF and cleanup
Travis Howell
2006-03-19
Revert FLAG_AUTOFREE changes to loadWAVFromStreammakeWAVStream
Travis Howell
2006-02-11
Moved engines to the new engines/ directory
Max Horn