aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/music_room_handler.cpp
AgeCommit message (Collapse)Author
2018-05-20JANITORIAL: Remove trailing whitespaceAdrian Frühwirth
2017-10-15TITANIC: Fix crash exiting game when music room music is activePaul Gilbert
2017-10-15TITANIC: Music room handler field renames & better anim sync to musicPaul Gilbert
2017-10-14TITANIC: Stop final piano note of music room music getting cut offPaul Gilbert
2017-10-14TITANIC: Properly flag audio buffer as finished when song is donePaul Gilbert
2017-09-16TITANIC: Fix music playback in music roomPaul Gilbert
2017-09-16TITANIC: Improve audio buffer critial section handlingPaul 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-02-12TITANIC: Fix threshold testing for instrument animationsPaul Gilbert
2017-02-12TITANIC: Further CMusicRoomHandler renamingsPaul Gilbert
2017-02-12TITANIC: More renamings in music classesPaul Gilbert
2017-02-12TITANIC: Fix ticks change check in updateInstrumentsPaul Gilbert
2017-02-12TITANIC: Renaming methods in CMusicRoomHandlerPaul Gilbert
2017-02-12TITANIC: Fix method names in CMusicRoomInstrumentPaul Gilbert
2017-02-12TITANIC: Rename CMusicWave to CMusicRoomInstrumentPaul Gilbert
2017-02-12TITANIC: Simplify implementation of CAudioBufferPaul Gilbert
2017-02-11TITANIC: Fix getPitch calculation when inversion control is incorrectPaul Gilbert
2017-02-11TITANIC: Convert more methods to using MusicInstrument enumPaul Gilbert
2017-02-10TITANIC: Implementing audio buffer audio streamPaul Gilbert
2017-02-09TITANIC: Fixes to choosing wave files for instrumentsPaul Gilbert
2017-02-09TITANIC: Fix setting correct instrument _pitchControl valuesPaul Gilbert
2017-02-08TITANIC: Renamings and comments for music classesPaul 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 remainder of CMusicRoomHandler codePaul Gilbert
2017-02-04TITANIC: Implemented CMusicRoomHandler fn1 and getPitchPaul Gilbert
2017-02-03TITANIC: Implemented CMusicObject initializationPaul Gilbert
2017-02-03TITANIC: Beginnings of music object and parser classesPaul Gilbert
2017-02-03TITANIC: Implementing more CMusicRoomHandler codePaul Gilbert
2017-02-02TITANIC: Implemented CMusicRoomhandler updateAudioPaul Gilbert
2017-02-02TITANIC: Implemented CMusicRoomHandler setVolumePaul Gilbert
2017-02-02TITANIC: Extra CMusicRoomHandler init & destroyPaul Gilbert
2017-02-01TITANIC: Implemented CAudioBuffer classPaul Gilbert
2017-02-01TITANIC: Git rid of old stubs in CMusicRoomHandler, start fleshing it outPaul Gilbert
2017-01-30TITANIC: Implementing music room handler update & triggerPaul Gilbert
2017-01-29TITANIC: Implementing initialization and trigger for CMusicWavePaul Gilbert
2017-01-29TITANIC: Remove incorrect range checks on bool fieldsPaul Gilbert
2017-01-29TITANIC: Fix all music instrument properties that are boolPaul Gilbert
2017-01-29TITANIC: Cleanup of music instrument settings codePaul Gilbert
2017-01-29TITANIC: Cleanup of music room setup codePaul 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-31TITANIC: Rename CMusicHandler to CMusicRoomHandler for better clarityPaul Gilbert