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
/
dreamweb
/
sound.cpp
Age
Commit message (
Expand
)
Author
2016-04-14
JANITORIAL: Reduce audio header dependencies
Ori Avtalion
2014-02-18
DREAMWEB: Make GPL headers consistent in themselves.
Johannes Schickel
2012-06-05
DREAMWEB: Modify Sound code to better match original behaviour.
D G Turner
2012-06-02
DREAMWEB: Modify sound code to prevent missing sound effects.
D G Turner
2012-06-02
DREAMWEB: Cleanup of debugging code and formatting in sound code.
D G Turner
2012-05-31
DREAMWEB: Objectify Sound functions & data into DreamWebSound class.
D G Turner
2012-05-30
DREAMWEB: Removal of dead code and cleanup in sound code.
D G Turner
2012-05-22
DREAMWEB: Increased debugging output from sound related code.
D G Turner
2012-05-08
DREAMWEB: Add _speechDirName to remove duplication of Directory name.
D G Turner
2012-02-24
DREAMWEB: Migrate loadSounds() to using datafile prefix variable.
D G Turner
2011-12-28
DREAMWEB: Changed hasSpeech() to also take account of the audio settings
Filippos Karapetis
2011-12-28
DREAMWEB: Completely remove all of the runtime, and move everything into Drea...
Filippos Karapetis
2011-12-28
DREAMWEB: Move 4 volume related variables out of data blob.
D G Turner
2011-12-28
DREAMWEB: Move 'speechloaded' flag out of data blob.
D G Turner
2011-12-27
DREAMWEB: Move 3 sound related variables out of data blob.
D G Turner
2011-12-27
DREAMWEB: Remove dead code
Filippos Karapetis
2011-12-27
DREAMWEB: Remove more unused/unnecessary variables
Filippos Karapetis
2011-12-27
DREAMWEB: Move kCurrentsample out of data blob.
D G Turner
2011-12-27
DREAMWEB: Move kRoomssample out of data blob.
D G Turner
2011-12-27
DREAMWEB: Move kSubtitles out of data blob.
D G Turner
2011-12-26
DREAMWEB: Fix regression in loadRoomsSample()
Filippos Karapetis
2011-12-26
DREAMWEB: Remove some dead code
Max Horn
2011-12-12
DREAMWEB: Remove a lot of unused variables
Filippos Karapetis
2011-12-12
DREAMWEB: Remove now unused DreamGenContext::playChannel0() wrapper
Max Horn
2011-12-12
DREAMWEB: Add Dreambase::loadSpeech method
Max Horn
2011-12-12
DREAMWEB: Remove a lot of unused/unneeded variables
Filippos Karapetis
2011-12-12
DREAMWEB: Convert 'createName'
Willem Jan Palenstijn
2011-12-08
DREAMWEB: Code formatting
Max Horn
2011-12-08
DREAMWEB: Convert watchreel and remove global kReelpointer
Willem Jan Palenstijn
2011-12-07
DREAMWEB: Move sound related code to a new source file
Max Horn