Age | Commit message (Expand) | Author |
2018-05-24 | JANITORIAL: Fix trailing whitespace | Adrian Frühwirth |
2018-05-20 | JANITORIAL: Remove trailing whitespace | Adrian Frühwirth |
2017-10-15 | TITANIC: Fix crash exiting game when music room music is active | Paul Gilbert |
2017-10-15 | TITANIC: Music room handler field renames & better anim sync to music | Paul Gilbert |
2017-10-14 | TITANIC: Stop final piano note of music room music getting cut off | Paul Gilbert |
2017-10-14 | TITANIC: Properly flag audio buffer as finished when song is done | Paul Gilbert |
2017-10-13 | TITANIC: Workaround for wrong ambient music on load | Paul Gilbert |
2017-10-13 | TITANIC: Renamed GlobalSound methods to AmbientSound | Paul Gilbert |
2017-10-13 | TITANIC: Cleanup of auto music player classes and messages | Paul Gilbert |
2017-10-08 | TITANIA: DE: Fixes for Titania's wakeup speech | Paul Gilbert |
2017-10-04 | TITANIC: DE: Translations for music room music | Paul Gilbert |
2017-09-27 | TITANIC: Fix leak of wave file audio streams | Paul Gilbert |
2017-09-26 | TITANIC: Fix exit crash freeing wave files whilst still playing | Paul Gilbert |
2017-09-26 | TITANIC: Add missing CSound destructor | Paul Gilbert |
2017-09-25 | TITANIC: Free wave files on game exit like original does | Paul Gilbert |
2017-09-24 | TITANIC: Free any active wave files on exit | Paul Gilbert |
2017-09-21 | TITANIC: DE: More sound translations | Paul Gilbert |
2017-09-20 | TITANIC: DE: Add translations for loadSound calls | Paul Gilbert |
2017-09-16 | TITANIC: Fix music playback in music room | Paul Gilbert |
2017-09-16 | TITANIC: Improve audio buffer critial section handling | Paul Gilbert |
2017-09-16 | TITANIC: Standardize audio rate constants | Paul Gilbert |
2017-09-14 | TITANIC: Moved queue logic within CAUdioBuffer to new FixedQueue class | Paul Gilbert |
2017-09-11 | TITANIC: The hasAudioTiming code was just an isActive flag | Paul Gilbert |
2017-09-06 | TITANIC: Make Parrot speech respect the Parrot volume level | Paul Gilbert |
2017-09-05 | TITANIC: Hook up in-game sound sliders to ScummVM volumes | Paul Gilbert |
2017-08-24 | TITANIC: Reduce header includes for titanic.h | David Fioramonti |
2017-08-18 | TITANIC: Simplify sound looping by using LoopingAudioStream | Paul Gilbert |
2017-08-18 | TITANIC: Fix Promenade fan sound after toggling fan speed too much | Paul Gilbert |
2017-08-12 | TITANIC: Fix music fadeout when entering Parrot room | Paul Gilbert |
2017-08-10 | TITANIC: Fix starting playback in music room | Paul Gilbert |
2017-08-06 | TITANIC: Removed unused CWaveFile constructor | Paul Gilbert |
2017-08-03 | TITANIC: Create a new audio stream each time a wave file is played | Paul Gilbert |
2017-08-03 | TITANIC: Shifting wave file playback into CWaveFile class | Paul Gilbert |
2017-08-01 | TITANIC: Fix sound effects on the Promenade Deck | Paul Gilbert |
2017-08-01 | TITANIC: Fix playback of ambient music for Top of the Well | Paul Gilbert |
2017-07-18 | TITANIC: Fix new[] vs free mismatches | Paul Gilbert |
2017-07-16 | TITANIC: Add a VolumeMode enum | Paul Gilbert |
2017-07-15 | TITANIC: Fix range for timed volume transitions | Paul Gilbert |
2017-06-25 | TITANIC: Change Titania to use speech sound type | Paul Gilbert |
2017-06-25 | TITANIC: Change Bomb to use speech sound type | Paul Gilbert |
2017-02-20 | TITANIC: Fixes for Titania's speech | Paul Gilbert |
2017-02-16 | TITANIC: Fix compiler warning | Paul Gilbert |
2017-02-16 | TITANIC: Cleanup of movie flags | Paul Gilbert |
2017-02-13 | TITANIC: Fix Coverity reported warnings | Paul Gilbert |
2017-02-12 | TITANIC: Fix threshold testing for instrument animations | Paul Gilbert |
2017-02-12 | TITANIC: Further CMusicRoomHandler renamings | Paul Gilbert |
2017-02-12 | TITANIC: More renamings in music classes | Paul Gilbert |
2017-02-12 | TITANIC: Fix ticks change check in updateInstruments | Paul Gilbert |
2017-02-12 | TITANIC: Renaming methods in CMusicRoomHandler | Paul Gilbert |
2017-02-12 | TITANIC: Fix method names in CMusicRoomInstrument | Paul Gilbert |