Age | Commit message (Collapse) | 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 | |
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-02 | DREAMWEB: 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-02 | DREAMWEB: 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-31 | DREAMWEB: 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-30 | DREAMWEB: 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-22 | DREAMWEB: 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-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 | |
This fixes an assert in the madman sequence | |||
2011-12-28 | DREAMWEB: Completely remove all of the runtime, and move everything into ↵ | Filippos Karapetis | |
DreamWebEngine Also, remove dead code (allocateMem/deallocateMem) | |||
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 | |
N.B. Last commit was kForeignRelease, not kSubtitles. | |||
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 | |