index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
titanic
/
sound
/
sound.cpp
Age
Commit message (
Expand
)
Author
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-06
TITANIC: Make Parrot speech respect the Parrot volume level
Paul Gilbert
2017-08-03
TITANIC: Shifting wave file playback into CWaveFile class
Paul Gilbert
2016-11-05
TITANIC: Fix replaying cached previously played sounds
Paul Gilbert
2016-10-29
TITANIC: Fix pressing buttons in Service Elevator
Paul Gilbert
2016-10-23
TITANIC: Match the CWaveFile duration method closer to original
Paul Gilbert
2016-10-09
JANITORIAL: Remove trailing spaces
Eugene Sandulenko
2016-09-03
TITANIC: Further conversion of free flags to DisposeAfterUse
Paul Gilbert
2016-09-02
TITANIC: Fix and cleanup for sound freeing
Paul Gilbert
2016-09-02
TITANIC: Figured out sound durations for speeches & SFX
Paul Gilbert
2016-09-01
TITANIC: Fix to setting and checking sounds
Paul Gilbert
2016-08-31
TITANIC: Add support for specifying a sound is music or SFX
Paul Gilbert
2016-08-31
TITANIC: Fix crash when loading second sound
Paul Gilbert
2016-08-12
TITANIC: Further fleshing out sound manager, fixing sound looping
Paul Gilbert
2016-08-09
TITANIC: Field renaming and warning fixes in sound code
Paul Gilbert
2016-08-07
TITANIC: Start of music player class
Paul Gilbert
2016-08-07
TITANIC: Added sound methods to CGameObject
Paul Gilbert
2016-08-06
TITANIC: Added more sound manager functionality
Paul Gilbert
2016-08-06
TITANIC: Added more sound manager methods
Paul Gilbert
2016-08-05
TITANIC: Added skeleton QMixer class for mixer interface
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-08-03
TITANIC: Add CSound sound loading methods
Paul Gilbert
2016-07-15
TITANIC: Figured out remainder of CMovieManager
Paul Gilbert
2016-07-15
TITANIC: Added CTrueTalkManager playSpeech
Paul Gilbert
2016-07-10
TITANIC: Implement CTrueTalkManager triggerNPC
Paul Gilbert
2016-07-10
TITANIC: Implemented stopSound
Paul Gilbert
2016-07-10
TITANIC: Added loadSound, support methods, and CSoundItem class
Paul Gilbert
2016-03-24
TITANIC: Support methods needed by CTelevision
Paul Gilbert
2016-03-19
TITANIC: Implemented CGameManager::update
Paul Gilbert
2016-03-19
TITANIC: Implement view change logic
Paul Gilbert
2016-03-19
TITANIC: Added various preLoad methods
Paul Gilbert
2016-03-12
TITANIC: Implemented sound manager loading
Paul Gilbert
2016-03-10
TITANIC: Beginnings of game manager data loading
Paul Gilbert
2016-03-08
TITANIC: Added skeletons for game manager support classes
Paul Gilbert