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
/
gob
/
sound.cpp
Age
Commit message (
Expand
)
Author
2007-02-17
- Added a warning when o1_checkData()/o2_checkData() can't find the file it's...
Sven Hesse
2007-02-15
- Changed the speaker stuff again
Sven Hesse
2007-02-14
- Changed the square wave generator / speaker emulation, hopefully fixing the...
Sven Hesse
2007-02-12
More demo version fixes
Sven Hesse
2007-02-07
The SoundHandle isn't stopped indirectly by AudioCD.play() anymore, so remove...
Sven Hesse
2007-02-04
- Plugged some leaks and fixed some memory errors
Sven Hesse
2007-01-31
Replaced the delay in o1_keyFunc with a (skipable) busy-wait detection
Sven Hesse
2007-01-31
- Snd::WaitEndPlay() should stop a running composition
Sven Hesse
2007-01-31
Minor sound playing correction
Sven Hesse
2007-01-31
- Correctly setting of Snd::_playingSound
Sven Hesse
2007-01-30
- Changed _soundFlags and implemented "compositions"
Sven Hesse
2007-01-25
- Some clean-up
Sven Hesse
2006-05-29
- More GOB2 map conversions
Sven Hesse
2006-05-11
- Sound! Still a bit glitchy, though:
Sven Hesse
2006-02-26
stop playing a sample before deleting the sample data
Willem Jan Palenstijn
2006-02-11
Moved engines to the new engines/ directory
Max Horn