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.cpp
Age
Commit message (
Expand
)
Author
2011-12-26
KYRA: (EOB) - initial code base commit
athrxx
2011-12-26
KYRA: (AdLib Driver) - implement sound effects volume
athrxx
2011-11-06
AUDIO: Implement a basic VocStream class.
Johannes Schickel
2011-10-29
KYRA: Move MixedSoundDriver implementation to sound.cpp.
Johannes Schickel
2011-10-29
KYRA: Prefer Common::String over plain char arrays in Sound.
Johannes Schickel
2011-10-29
KYRA: Get rid of Sound's voiceFileIsPresent in favor of isVoicePresent.
Johannes Schickel
2011-10-29
KYRA: Make more methods of Sound const.
Johannes Schickel
2011-10-29
KYRA: Move non-empty virtual methods of Sound from sound.h to sound.cpp.
Johannes Schickel
2011-10-22
KYRA: Fix memory leak when a sound is started but no free handles are left.
Johannes Schickel
2011-08-07
JANITORIAL: Remove trailing empty lines.
Christoph Mallon
2011-07-04
KYRA: cleanup last commit
athrxx
2011-05-29
KYRA: pause midi sounds while gmm is running
athrxx
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
KYRA: Clean up of header includes.
Johannes Schickel
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn
2010-04-12
AUDIO: Rename Mixer::playInputStream to playStream
Max Horn
2010-03-20
Fix out of bounds access.
Johannes Schickel
2010-03-08
Tweak makeVOCDiskStream
Max Horn
2010-02-03
- Rename FlacStream to FLACStream.
Johannes Schickel
2010-01-26
Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...
Max Horn
2010-01-19
Move raw audio flags from sound/mixer.h to sound/raw.h
Max Horn
2010-01-16
Switch most AudioStream factories to use DisposeAfterUse::Flag
Max Horn
2010-01-10
- Add a SubLoopingAudioStream, which loops a nested part of a stream and thus...
Johannes Schickel
2010-01-06
Adapt KYRA to use the new FLAC, Vorbis and MP3 factories.
Johannes Schickel
2010-01-05
Remove unsafe getTotalPlayTime from AudioStream.
Johannes Schickel
2010-01-05
- Add a new SeekableAudioStream interface. Soon to be used to replace audio s...
Johannes Schickel
2009-10-04
Change a couple places from 'end of namespace' to 'End of namespace', for con...
Max Horn
2009-08-16
merge with trunk
Norbert Lange
2009-08-13
Allow VOCs to stream from disk. Disabled by default, use symbol STREAM_AUDIO...
Neil Millstone
2009-08-08
Implemented support for Amiga wander score map.
Johannes Schickel
2009-05-29
- Add new method "isVoicePresent" to "Sound".
Johannes Schickel
2009-05-24
Cleanup.
Johannes Schickel
2009-05-24
Make various Sound functionality SoundHandle instead of filename based.
Johannes Schickel
2009-05-24
- Reorder supported codecs list
Johannes Schickel
2009-05-23
Cleanup.
Johannes Schickel
2009-05-23
KYRA/LOL: restructured voice playing code so that audio compression can be su...
Florian Kagerer
2009-05-21
Remove trailing tabs/whitespaces.
Johannes Schickel
2009-05-19
Remov lots of superfluous debug output.
Johannes Schickel
2009-05-10
LOL: - added some spell casting (spark, heal, swarm)
Florian Kagerer
2009-04-21
Fix for Kyra 1 Mac CD music (check bug report #2772727 "KYRA1: Sound effect l...
Johannes Schickel
2009-03-09
LOL: minor fix for text displayer (text pages now advance automatically when ...
Florian Kagerer
2009-03-08
LOL: some more work on the text displayer so that it handles longer texts (ne...
Florian Kagerer
2009-02-07
Fix sound noise regression in CD32 version of Simon the Sorcerer 1.
Travis Howell
2009-02-01
- Cleanup
Johannes Schickel
2009-02-01
Oops wrong parameter in last commit.
Johannes Schickel
2009-02-01
- Fixed mismatching new[] / free.
Johannes Schickel
2009-02-01
Implemented per voice volume control. (Used for example in LoL intro)
Johannes Schickel
2009-02-01
svn-id: r36178
Florian Kagerer
2009-01-23
Renamed Kyra's Resource::getFileStream to createReadStream
Max Horn
[next]