aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/qmixer.cpp
AgeCommit message (Collapse)Author
2017-09-25TITANIC: Free wave files on game exit like original doesPaul Gilbert
2017-09-24TITANIC: Free any active wave files on exitPaul Gilbert
2017-08-24TITANIC: Reduce header includes for titanic.hDavid Fioramonti
I reduced the header includes a lot in Titanic.h and forward declared when I could. Titanic.h was including a lot and a lot of functions that were including it were not using its API. This will help make it more clear which implementation files are using which class since they will just need to include which ones they need. I also moved the debug related items in Titanic.h into the debugger header. I also reordered several of the the header includes to be local to global.
2017-08-18TITANIC: Simplify sound looping by using LoopingAudioStreamPaul Gilbert
2017-08-03TITANIC: Shifting wave file playback into CWaveFile classPaul Gilbert
2017-07-15TITANIC: Fix range for timed volume transitionsPaul Gilbert
2017-02-09TITANIC: Refactor CWaveFile audio stream generationPaul Gilbert
Wave files need to handle both stand-alone playback via an audio stream, as well as reading the raw data when merging instrument fragments in the music room.
2017-02-08TITANIC: Renamings and comments for music classesPaul Gilbert
2016-11-07TITANIC: Fix stopping all playing sounds when loading a savegamePaul Gilbert
2016-11-07TITANIC: Simulate sound distances by reducing volumePaul Gilbert
2016-10-27TITANIC: Fix interrupting playing soundsPaul Gilbert
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-09-01TITANIC: Fix compiler warningsPaul Gilbert
2016-09-01TITANIC: Implement timed changes in volume like the original doesPaul Gilbert
2016-08-30TITANIC: Fleshed out CMusicRoom & CMusicHandler setupPaul Gilbert
2016-08-12TITANIC: Further fleshing out sound manager, fixing sound loopingPaul Gilbert
2016-08-11TITANIC: Hook up wave pump for callbacksPaul Gilbert
2016-08-11TITANIC: Fleshing out QSound simulation methodsPaul Gilbert
2016-08-06TITANIC: Added more sound manager functionalityPaul Gilbert
2016-08-06TITANIC: Added more sound manager methods, field renames in CProximityPaul Gilbert
2016-08-06TITANIC: Added more sound manager methodsPaul Gilbert
2016-08-05TITANIC: Starting to flesh out sound loadingPaul Gilbert
2016-08-05TITANIC: Added skeleton QMixer class for mixer interfacePaul Gilbert