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-10-11
HDB: Have a return value if the needed codec isn't included in the build.
Henrik "Henke37" Andersson
2019-10-11
HDB: Bail if the music stream couldn't be created.
Henrik "Henke37" Andersson
2019-10-11
HDB: Factor out the song code into the Song class, avoiding a lot of duplicat...
Henrik "Henke37" Andersson
2019-09-20
HDB: Guard for corrupted sound data
Eugene Sandulenko
2019-09-13
HDB: Close Memory Leaks in Sound Class
D G Turner
2019-09-13
HDB: Fix Crash on Invalid Sound String Pointers
D G Turner
2019-09-07
HDB: Fix song 2 fading volume
Strangerke
2019-09-06
HDB: Fix the check for no free sound handle
Strangerke
2019-09-06
HDB: Fix potential out of bound
Strangerke
2019-09-06
HDB: Turn _voicesOn into a boolean
Strangerke
2019-09-06
HDB: Small loop changes in sound
Strangerke
2019-09-06
HDB: Fix uninitialized variable in sound
Strangerke
2019-09-05
HDB: Add Missing Initializer in Sound Class
D G Turner
2019-09-03
HDB: Do not allocate sound handles dynamically
Eugene Sandulenko
2019-09-03
HDB: FUrther simplification of sound code
Eugene Sandulenko
2019-09-03
HDB: Cache sounds as data pointers. This fixes problem with distorted sounds
Eugene Sandulenko
2019-09-03
HDB: Simplified sound loading code
Eugene Sandulenko
2019-09-03
HDB: Fix Sound caching to prevent Vorbis crash
Nipun Garg
2019-09-03
HDB: Change init functions to handle errors
Strangerke
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
[next]