aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/music_wave.cpp
AgeCommit message (Collapse)Author
2017-02-12TITANIC: Rename CMusicWave to CMusicRoomInstrumentPaul Gilbert
2017-02-10TITANIC: Implementing audio buffer audio streamPaul Gilbert
2017-02-09TITANIC: FIxes and cleanup for instrument mixer codePaul Gilbert
2017-02-09TITANIC: Fix calculation of wave file sizePaul Gilbert
2017-02-09TITANIC: Fixes to choosing wave files for instrumentsPaul Gilbert
2017-02-08TITANIC: Renamings and comments for music classesPaul Gilbert
2017-02-05TITANIC: Fix populated contents of CMusicWave arrayPaul Gilbert
2017-02-05TITANIC: Fix crash in CMusicWave setupArrayPaul Gilbert
2017-02-05TITANIC: Further renamings for the audio bufferPaul Gilbert
2017-02-05TITANIC: Renamings and cleanups for music room handler & audio bufferPaul Gilbert
2017-02-05TITANIC: Fix setup & loading of music room soundsPaul Gilbert
2017-02-05TITANIC: Start of getting CWaveFile to handling audio streamingPaul Gilbert
2017-02-05TITANIC: Implemented CMusicWave read methodPaul Gilbert
2017-02-04TITANIC: Implemented CMusicWave fn2Paul Gilbert
2017-02-04TITANIC: Implemented remainder of CMusicRoomHandler codePaul Gilbert
2017-02-03TITANIC: Implementing more CMusicRoomHandler codePaul Gilbert
2017-02-02TITANIC: Implemented CMusicRoomhandler updateAudioPaul Gilbert
2017-01-30TITANIC: Implementing music room handler update & triggerPaul Gilbert
2017-01-29TITANIC: Implemented CMusicWave startPaul Gilbert
2017-01-29TITANIC: Implemented CMusicWave stop methodPaul Gilbert
2017-01-29TITANIC: Implementing initialization and trigger for CMusicWavePaul Gilbert
2017-01-15TITANIC: Removal of un-used fields to reduce Buildbot warningsPaul Gilbert
Note there's a lot of preliminary code in the star_control/ folder for code that still needs to be fully disassembled & implemented. So for now I've made liberal use of #if 0 blocks to disable fields that will likely be needed again in the future
2016-08-10TITANIC: Add music handler stopping codePaul Gilbert
2016-08-10TITANIC: Beginnings of music handlerPaul Gilbert
2016-08-09TITANIC: Finish CMusicPlayer classPaul Gilbert