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
/
kyra
/
sound_digital.cpp
Age
Commit message (
Expand
)
Author
2009-01-23
Renamed Kyra's Resource::getFileStream to createReadStream
Max Horn
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-06-03
Added support for compressed kyra3 audio files.
Johannes Schickel
2008-05-11
Implemented helium mode support for Kyra3.
Johannes Schickel
2008-05-07
Changed kyra to use delete[] instead of delete [].
Johannes Schickel
2008-05-05
- Implemented Kyra3 audio options menu, Helium mode still missing.
Johannes Schickel
2008-04-26
- load new tlk file on chapter change
Johannes Schickel
2008-04-20
Committed patch removing Audio::Mixer::SoundType alias in Kyra::SoundDigital.
Johannes Schickel
2008-04-20
Improved sound priority handling.
Johannes Schickel
2008-04-20
Implemented sound priority handling.
Johannes Schickel
2008-04-17
Implemented volume handling for SFX.
Johannes Schickel
2008-04-17
Cleanup.
Johannes Schickel
2008-04-17
Implemented sfx support for Kyra3.
Johannes Schickel
2008-04-14
Fixed music fade out.
Johannes Schickel
2008-04-14
Implemented some kyra3 code.
Johannes Schickel
2008-04-12
Added fade out time parameter for digital sounds.
Johannes Schickel
2008-02-07
Fixed kyra3 code.
Johannes Schickel
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2007-11-03
Documenting the sound code a bit.
Johannes Schickel
2007-07-01
Removing non-ASCII chars from source code
Max Horn
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-04-15
Formatting/Cleanup.
Johannes Schickel
2007-03-01
Simplify code a bit -- got rid of File::incRef usage, an unnecessary member v...
Max Horn
2006-05-31
GCC 2.9x fix for Symbian OS, for accessing class within Common namespace
Lars Persson
2006-05-25
Added support for fading digital music in or out.
Torbjörn Andersson
2006-05-21
- allows kyra3 to exit again
Johannes Schickel
2006-05-18
Added player for the Kyra 3 VQA cutscenes, based on my earlier prototype. It
Torbjörn Andersson
2006-05-17
Added (optional) looping to the digital sound class.
Torbjörn Andersson
2006-05-17
Fixed two off-by-one errors. One would cause the same frame of the Kyra 3 to be
Torbjörn Andersson
2006-05-17
Maybe the svn:keywords were already set? Maybe this will fix the file headers...
Torbjörn Andersson
2006-05-17
Fixed crackling in Kyra 3 sound. (At least what little of it ScummVM currently
Torbjörn Andersson
2006-05-17
- adds AUD file player (has still some problems with playing)
Johannes Schickel