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
/
hdb
/
sound.cpp
Age
Commit message (
Expand
)
Author
2019-09-03
HDB: Fix voice playing when no message on screen
Nipun Garg
2019-09-03
HDB: Remove an unused member of Song, get rid of the return value of several ...
Strangerke
2019-09-03
HDB: Portability fixes
Eugene Sandulenko
2019-09-03
HDB: Add OGG Support for Linux
Nipun Garg
2019-09-03
HDB: Introduce two new enums for the sound
Strangerke
2019-09-03
HDB: Rewind played-out sounds
Nipun Garg
2019-09-03
HDB: Change song names for PPC
Nipun Garg
2019-09-03
HDB: Set Music and Voice to DisposeAfterUse::YES
Nipun Garg
2019-09-03
HDB: Set DisposeAfterUse::NO in playStream()
Nipun Garg
2019-09-03
HDB: Fix WAV format checker and other minor fixes
Nipun Garg
2019-09-03
HDB: Add support for the PPC version
Nipun Garg
2019-09-03
HDB: Minor fixes in Sound Effects code
Nipun Garg
2019-09-03
JANITORIAL: Beautify table formatting
Eugene Sandulenko
2019-09-03
HDB: Added heuristic to determing sound file type
Eugene Sandulenko
2019-09-03
HDB: Added demo sound constants
Eugene Sandulenko
2019-09-03
HDB: Comment out SND code until data is found
Nipun Garg
2019-09-03
HDB: Add playSound(), playSoundEx(), stopChannel()
Nipun Garg
2019-09-03
HDB: Add Music/Song data and functions
Nipun Garg
2019-09-03
HDB: Fix misplaced Enum value
Nipun Garg
2019-09-03
HDB: Add playVoice()
Nipun Garg
2019-09-03
HDB: Add voice related data
Nipun Garg
2019-09-03
HDB: Add extension field to SoundCache
Nipun Garg
2019-09-03
HDB: Add Sound Cache
Nipun Garg
2019-09-03
HDB: Reduce header dependency
Eugene Sandulenko
2019-09-03
HDB: Reduce header dependency
Eugene Sandulenko
2019-09-03
HDB: Reduce header dependency
Eugene Sandulenko
2019-09-03
HDB: Reduce header dependency
Eugene Sandulenko
2019-09-03
HDB: Reduce header dependency
Eugene Sandulenko
2019-09-03
HDB: const'ness
Eugene Sandulenko
2019-09-03
HDB: Add Sound names
Nipun Garg
2019-09-03
HDB: Add _sound stubs
Nipun Garg
2019-09-03
HDB: Add stubs in Sound and Input
Nipun Garg
2019-09-03
HDB: Add stubbed songPlaying() and startMusic()
Nipun Garg
2019-09-03
HDB: Add stubbed functions
Nipun Garg
2019-09-03
HDB: Add loadGame() and Sound::stopMusic()
Nipun Garg
2019-09-03
HDB: Add stubbed Sound save() and loadSaveFile()
Nipun Garg
2019-09-03
HDB: Add stopChannel()
Nipun Garg
2019-09-03
HDB: Add playSoundEX()
Nipun Garg
2019-09-03
HDB: Modify warning to debug output
Nipun Garg
2019-09-03
HDB: Unstub HDBGame::restartMap()
Eugene Sandulenko
2019-09-03
HDB: Added stub for Menu class
Eugene Sandulenko
2019-09-03
HDB: Add and init Sound subsystem
Nipun Garg