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
/
music_wave.h
Age
Commit message (
Collapse
)
Author
2017-02-12
TITANIC: Rename CMusicWave to CMusicRoomInstrument
Paul Gilbert
2017-02-10
TITANIC: Implementing audio buffer audio stream
Paul Gilbert
2017-02-09
TITANIC: FIxes and cleanup for instrument mixer code
Paul Gilbert
2017-02-09
TITANIC: Fixes to choosing wave files for instruments
Paul Gilbert
2017-02-08
TITANIC: Renamings and comments for music classes
Paul Gilbert
2017-02-05
TITANIC: Implemented CMusicWave read method
Paul Gilbert
2017-02-04
TITANIC: Implemented CMusicWave fn2
Paul Gilbert
2017-02-04
TITANIC: Implemented remainder of CMusicRoomHandler code
Paul Gilbert
2017-02-03
TITANIC: Implementing more CMusicRoomHandler code
Paul Gilbert
2017-02-02
TITANIC: Implemented CMusicRoomhandler updateAudio
Paul Gilbert
2017-01-30
TITANIC: Implementing music room handler update & trigger
Paul Gilbert
2017-01-29
TITANIC: Implemented CMusicWave start
Paul Gilbert
2017-01-29
TITANIC: Implementing initialization and trigger for CMusicWave
Paul Gilbert
2017-01-15
TITANIC: Removal of un-used fields to reduce Buildbot warnings
Paul 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-10
TITANIC: Add music handler stopping code
Paul Gilbert
2016-08-10
TITANIC: Beginnings of music handler
Paul Gilbert
2016-08-09
TITANIC: Finish CMusicPlayer class
Paul Gilbert