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
/
cine
/
sound_driver.h
Age
Commit message (
Expand
)
Author
2007-02-20
Patch #1663933 (Kill premix channel) with a few tiny additional tweaks by me
Max Horn
2006-12-03
Changed CINE_*_H_ to CINE_*_H for consistency with other engines. (Oh, who am I
Torbjörn Andersson
2006-04-29
Moved the AudioCDManager as well as class AudioStream and its (standard) subc...
Max Horn
2006-04-06
We don't need to convert mono data to stereo: Simply tell the mixer that we're
Torbjörn Andersson
2006-03-23
uint8 -> byte
Eugene Sandulenko
2006-03-14
Add a virtual destructor to class SoundDriver of the CINE engine (fixes a war...
Max Horn
2006-03-09
oo'ified sound code and added basic support for OS adlib music.
Gregory Montoir
2006-02-27
cleanup
Gregory Montoir
2006-02-25
- avoid using typedef for structs (it is just not necessary in C++)
Max Horn
2006-02-25
Moved cine engine into namespace Cine
Max Horn
2006-02-23
formating code
Paweł Kołodziejski
2006-02-23
Cleanup to remove duplicate type defines
Travis Howell
2006-02-22
Initial version of Cinematique engine evo 1.
Eugene Sandulenko