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
/
sword2
/
driver
/
d_sound.h
Age
Commit message (
Expand
)
Author
2003-09-22
Cleaned up the sound code enough to add cutscene voice-overs. I haven't had
Torbjörn Andersson
2003-09-21
Some cleanup - lots more needed!
Torbjörn Andersson
2003-09-10
added refCon parameter to timer class
Max Horn
2003-09-05
Removed unused function, StartMusicFadeDown().
Torbjörn Andersson
2003-09-04
Added locking to the music code. I'm not really the right person to do this
Torbjörn Andersson
2003-09-03
Removed fxLooped[], fxCached[] and musCounter[]. They were written to, but
Torbjörn Andersson
2003-09-03
fixed interval of fxServer func (why i saw before 1000 miliseconds?), moved i...
Paweł Kołodziejski
2003-08-31
No longer assume that all sound effects are 22 kHz. Some are 11 kHz.
Torbjörn Andersson
2003-08-30
added sfx support, increased speech support, and music code(streaming works f...
Paweł Kołodziejski
2003-08-02
patch #781530 Initial work on StreamCompMusic() by erik
Jonathan Gray
2003-07-31
never include headers in other headers if you can avoid it -> this cuts down ...
Max Horn
2003-07-30
rename bs2 to sword2 to have the same name as the original engine.
Oliver Kiehl
2003-07-29
turn d_sound.cpp into class BS2Sound
Jonathan Gray
2003-07-28
bs2 driver
Jonathan Gray