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
/
drascula
/
sound.cpp
Age
Commit message (
Expand
)
Author
2017-02-11
DRASCULA: Fix sound volume synchronization
Thierry Crozat
2017-02-11
DRASCULA: Add handling of the master volume
Thierry Crozat
2016-04-17
DRASCULA: Fix noise when playing sound.
Thierry Crozat
2016-04-16
DRASCULA: Swap extraSurface and tableSurface use in chapter 6 for Spanish ver...
Thierry Crozat
2016-04-12
DRASCULA: Fix wrong background for inventory in chapter 6
Thierry Crozat
2016-03-13
BACKENDS: Only expose one set of functions for AudioCDManager
Matthew Hoops
2014-02-18
DRASCULA: Make GPL headers consistent in themselves.
Johannes Schickel
2013-08-19
DRASCULA: Some renaming. Also, get rid of some extraneous globals
Filippos Karapetis
2011-11-16
DRASCULA: Further cleanup of the sound playing code
Filippos Karapetis
2011-11-13
DRASCULA: Simplify speech mute handling.
Johannes Schickel
2011-11-09
DRASCULA: Don't go straight to inventory after close volume settings.
Torbjörn Andersson
2011-10-09
DRASCULA: Remove unecessary VOC header dependency.
D G Turner
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn
2011-01-28
DRASCULA: Fixed Code to allow Quit/RTL Function and avoid Memory Leakage.
David Turner
2010-11-08
COMMON: Push #include audiocd.h in system.h out to .cpp files
Max Horn
2010-06-15
Renamed getAudioCD to getAudioCDManager.
Alejandro Marzini
2010-06-09
- Revised abstract AudioCDManager.
Alejandro Marzini
2010-04-12
AUDIO: Rename Mixer::playInputStream to playStream
Max Horn
2010-02-08
Renamed variable to fix warning.
Torbjörn Andersson
2010-02-08
Renamed ArjFile to ArchiveMan, and _arj to _archives.
Nicola Mettifogo
2010-02-08
Let ArjFile return a SeekableReadStream instead of implementing
Nicola Mettifogo
2010-01-30
Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.
Johannes Schickel
2010-01-26
Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...
Max Horn
2010-01-23
Reorder params to Audio::makeRawMemoryStream
Max Horn
2010-01-19
Move raw audio flags from sound/mixer.h to sound/raw.h
Max Horn
2010-01-19
Convert more engines from Mixer::playRaw to Mixer::playInputStream
Max Horn
2010-01-19
Get rid of Mixer::FLAG_AUTOFREE.
Max Horn
2009-05-12
Replace verb numbers with constants in selectVerb() call
Eugene Sandulenko
2009-02-14
ignore any keypresses in the volume control dialog
Willem Jan Palenstijn
2008-09-28
Use better "silence" without clicks when speech is disabled.
Eugene Sandulenko
2008-09-28
- Renamed withVoices to _subtitlesDisabled as it reflect the true meaning.
Eugene Sandulenko
2008-09-28
Fix bug #2043489: DRASCULA: Cannot disable speech
Eugene Sandulenko
2008-09-16
- Moved some includes away from drascula.h
Filippos Karapetis
2008-09-16
Added a workaround to skip the silence in the beginning and end of file 3.als...
Filippos Karapetis
2008-09-11
- The game's cursor is now handled via ScummVM's cursor manager, instead of t...
Filippos Karapetis
2008-08-03
Fixed #2021902 ("DRASCULA: Can't adjust the volume inside the game"). I can't
Torbjörn Andersson
2008-06-07
Shuffled around more code. Now the files look more manageable.
Eugene Sandulenko