Age | Commit message (Expand) | Author |
2017-10-14 | TITANIC: Properly flag audio buffer as finished when song is done | Paul Gilbert |
2017-09-27 | TITANIC: Fix leak of wave file audio streams | 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-08-18 | TITANIC: Simplify sound looping by using LoopingAudioStream | 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-07-18 | TITANIC: Fix new[] vs free mismatches | Paul Gilbert |
2017-02-13 | TITANIC: Fix Coverity reported warnings | Paul Gilbert |
2017-02-12 | TITANIC: Simplify implementation of CAudioBuffer | Paul Gilbert |
2017-02-10 | TITANIC: Use critical section methods when reading from audio buffer | Paul Gilbert |
2017-02-10 | TITANIC: Fix further warnings in CWaveFile | Paul Gilbert |
2017-02-10 | TITANIC: Fix shadowed member warnings | Paul Gilbert |
2017-02-10 | TITANIC: Compilation fix for audio buffer stream class | Paul Gilbert |
2017-02-10 | TITANIC: Further sanity checking before locking wave files for access | Paul Gilbert |
2017-02-10 | TITANIC: Implementing audio buffer audio stream | Paul Gilbert |
2017-02-09 | TITANIC: Extra sanity checks before locking CWaveFiles for access | Paul Gilbert |
2017-02-09 | TITANIC: FIxes and cleanup for instrument mixer code | Paul Gilbert |
2017-02-09 | TITANIC: CWaveFile::lock now returns pointer to data, not WAV header | Paul Gilbert |
2017-02-09 | TITANIC: Refactor CWaveFile audio stream generation | Paul Gilbert |
2017-02-09 | TITANIC: Fix calculation of wave file size | Paul Gilbert |
2017-02-08 | TITANIC: Renamings and comments for music classes | Paul Gilbert |
2017-02-05 | TITANIC: Start of getting CWaveFile to handling audio streaming | Paul Gilbert |
2017-02-05 | TITANIC: Implemented CMusicWave read method | Paul Gilbert |
2017-02-02 | TITANIC: Implemented CMusicRoomHandler setVolume | Paul Gilbert |
2016-11-05 | TITANIC: Fix replaying cached previously played sounds | Paul Gilbert |
2016-10-30 | TITANIC: Fix somer compiler warnings | Paul Gilbert |
2016-10-23 | TITANIC: Match the CWaveFile duration method closer to original | Paul Gilbert |
2016-09-02 | TITANIC: Figured out sound durations for speeches & SFX | Paul Gilbert |
2016-08-11 | TITANIC: Compilation fix for SoundType enum | Paul Gilbert |
2016-08-11 | TITANIC: Fleshing out QSound simulation methods | Paul Gilbert |
2016-08-07 | TITANIC: Start of music player class | Paul Gilbert |
2016-08-06 | TITANIC: Added more sound manager functionality | Paul Gilbert |
2016-08-06 | TITANIC: Added more sound manager methods, field renames in CProximity | Paul Gilbert |
2016-08-05 | TITANIC: Add sounds list to QSoundManager | Paul Gilbert |
2016-08-05 | TITANIC: Starting to flesh out sound loading | Paul Gilbert |
2016-08-04 | TITANIC: Rename WaveFile to CWaveFile for consistency | Paul Gilbert |
2016-08-03 | TITANIC: Correct sound manager methods to return existing WaveFile class | Paul Gilbert |
2016-07-10 | TITANIC: Implemented stopSound | Paul Gilbert |