aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/sound.cpp
AgeCommit message (Collapse)Author
2014-02-18DREAMWEB: Make GPL headers consistent in themselves.Johannes Schickel
2012-06-05DREAMWEB: Modify Sound code to better match original behaviour.D G Turner
This fixes bug #3531635 - "DREAMWEB: doors don't play "open" sound when opening". In addition, the resultant code is simpler and should better match the original behaviour and a basic playtest has not shown any regressions.
2012-06-02DREAMWEB: Modify sound code to prevent missing sound effects.D G Turner
This should fix bug #3528164 "DREAMWEB: missing sound effects/music cues during main title" by preventing repeated calls of SFX id 12 being lost if the next call is made before the sound handler has cleared the previous one.
2012-06-02DREAMWEB: Cleanup of debugging code and formatting in sound code.D G Turner
This commit removes various temporary debugging output, cleans up some points of formatting and replaces some hexadecimal sizes and offsets with decimal for readability.
2012-05-31DREAMWEB: Objectify Sound functions & data into DreamWebSound class.D G Turner
This change should have no functional change, but makes the sound code more decoupled, modular and readable, prior to attempting a fix for bug #3528164 - "DREAMWEB: missing sound effects/music cues during main title".
2012-05-30DREAMWEB: Removal of dead code and cleanup in sound code.D G Turner
The removed blocks in the playChannel<n> functions referencing index are non-functional leftovers from more complex logic in the original code structure, and thus can be safely removed.
2012-05-22DREAMWEB: Increased debugging output from sound related code.D G Turner
This code is intended as temporary debugging code to aid investigation of bug #3528164 - "DREAMWEB: missing sound effects/music cues during main title" and can be removed once this bug is fixed.
2012-05-08DREAMWEB: Add _speechDirName to remove duplication of Directory name.D G Turner
2012-02-24DREAMWEB: Migrate loadSounds() to using datafile prefix variable.D G Turner
2011-12-28DREAMWEB: Changed hasSpeech() to also take account of the audio settingsFilippos Karapetis
This fixes an assert in the madman sequence
2011-12-28DREAMWEB: Completely remove all of the runtime, and move everything into ↵Filippos Karapetis
DreamWebEngine Also, remove dead code (allocateMem/deallocateMem)
2011-12-28DREAMWEB: Move 4 volume related variables out of data blob.D G Turner
2011-12-28DREAMWEB: Move 'speechloaded' flag out of data blob.D G Turner
2011-12-27DREAMWEB: Move 3 sound related variables out of data blob.D G Turner
2011-12-27DREAMWEB: Remove dead codeFilippos Karapetis
2011-12-27DREAMWEB: Remove more unused/unnecessary variablesFilippos Karapetis
2011-12-27DREAMWEB: Move kCurrentsample out of data blob.D G Turner
2011-12-27DREAMWEB: Move kRoomssample out of data blob.D G Turner
N.B. Last commit was kForeignRelease, not kSubtitles.
2011-12-27DREAMWEB: Move kSubtitles out of data blob.D G Turner
2011-12-26DREAMWEB: Fix regression in loadRoomsSample()Filippos Karapetis
2011-12-26DREAMWEB: Remove some dead codeMax Horn
2011-12-12DREAMWEB: Remove a lot of unused variablesFilippos Karapetis
2011-12-12DREAMWEB: Remove now unused DreamGenContext::playChannel0() wrapperMax Horn
2011-12-12DREAMWEB: Add Dreambase::loadSpeech methodMax Horn
2011-12-12DREAMWEB: Remove a lot of unused/unneeded variablesFilippos Karapetis
2011-12-12DREAMWEB: Convert 'createName'Willem Jan Palenstijn
2011-12-08DREAMWEB: Code formattingMax Horn
2011-12-08DREAMWEB: Convert watchreel and remove global kReelpointerWillem Jan Palenstijn
2011-12-07DREAMWEB: Move sound related code to a new source fileMax Horn