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
/
sci
/
sfx
/
soundcmd.cpp
Age
Commit message (
Expand
)
Author
2009-12-22
SCI/new music code:
Filippos Karapetis
2009-12-22
Silenced some warnings to protect DrMcCoy from incoming Borg
Filippos Karapetis
2009-12-22
Initial implementation of music fading in the new music code. Added warnings ...
Filippos Karapetis
2009-12-22
Fixed looping sounds in the new sound code
Filippos Karapetis
2009-12-22
Some bugfixes to the new music code
Filippos Karapetis
2009-12-21
Some updates to the new music code
Filippos Karapetis
2009-12-21
Restored sound volume functionality in the old music code
Filippos Karapetis
2009-12-21
Silenced some warnings to make DrMcCoy happier :)
Filippos Karapetis
2009-12-20
Implemented cmdUpdateCues() in the new sound code and fixed a crash when load...
Filippos Karapetis
2009-12-20
Started integrating the new sound code in the SoundCommandParser class. Some ...
Filippos Karapetis
2009-12-20
Moved all of the sound iterator code in its own directory, and added a slight...
Filippos Karapetis
2009-12-03
SCI: Don't call SciMusic for volume changes when using old code
Martin Kiewitz
2009-12-03
SCI: Dont init sound when using old sfx code (fixes assert)
Martin Kiewitz
2009-11-29
Comment out unused variables.
Johannes Schickel
2009-11-29
Started assigning the code from Greg's SCI engine to our sound commands - sti...
Filippos Karapetis
2009-11-20
Fixed a regression in the LSL1 and LSL5 demos, which should work correctly no...
Filippos Karapetis
2009-11-19
Simplified some music checks for SCI0
Filippos Karapetis
2009-11-19
Fixed regression from commit #45862
Filippos Karapetis
2009-11-17
Some more work on the sound command parser
Filippos Karapetis
2009-11-17
Some more work on the sound command parser
Filippos Karapetis
2009-11-15
Some more work on music code
Filippos Karapetis
2009-11-15
- Started importing the music code from Greg's SCI engine
Filippos Karapetis
2009-11-12
Silenced GCC warning. Since command is unsigned, it's always >= 0.
Torbjörn Andersson
2009-11-12
Started objectifying kDoSound()
Filippos Karapetis