aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/sound.h
AgeCommit message (Expand)Author
2019-10-11HDB: Using the class keyword makes the intended use clearer.Henrik "Henke37" Andersson
2019-10-11HDB: No need to restate that member functions are indeed part of the class.Henrik "Henke37" Andersson
2019-10-11HDB: Factor out the song code into the Song class, avoiding a lot of duplicat...Henrik "Henke37" Andersson
2019-09-06HDB: Turn _voicesOn into a booleanStrangerke
2019-09-03HDB: Fix compilation on AmigaEugene Sandulenko
2019-09-03HDB: Do not allocate sound handles dynamicallyEugene Sandulenko
2019-09-03HDB: Cache sounds as data pointers. This fixes problem with distorted soundsEugene Sandulenko
2019-09-03JANITORIAL: Remove unnecessary whitespaceNipun Garg
2019-09-03HDB: Fix Sound caching to prevent Vorbis crashNipun Garg
2019-09-03HDB: Change init functions to handle errorsStrangerke
2019-09-03HDB: Fix voice playing when no message on screenNipun Garg
2019-09-03HDB: Remove an unused member of Song, get rid of the return value of several ...Strangerke
2019-09-03HDB: Add OGG Support for LinuxNipun Garg
2019-09-03HDB: Introduce two new enums for the soundStrangerke
2019-09-03HDB: Added demo sound constantsEugene Sandulenko
2019-09-03HDB: Fix warningEugene Sandulenko
2019-09-03HDB: Add playSound(), playSoundEx(), stopChannel()Nipun Garg
2019-09-03HDB: Add Music/Song data and functionsNipun Garg
2019-09-03HDB: Fix misplaced Enum valueNipun Garg
2019-09-03HDB: Update Music filenamesNipun Garg
2019-09-03HDB: Simplify Voice structNipun Garg
2019-09-03HDB: Add voice related dataNipun Garg
2019-09-03HDB: Add extension field to SoundCacheNipun Garg
2019-09-03HDB: Add Sound CacheNipun Garg
2019-09-03HDB: Reduce header dependencyEugene Sandulenko
2019-09-03HDB: Reduce header dependencyEugene Sandulenko
2019-09-03HDB: Fix warningsEugene Sandulenko
2019-09-03HDB: Add Sound namesNipun Garg
2019-09-03HDB: Add _sound stubsNipun Garg
2019-09-03HDB: Add stubs in Sound and InputNipun Garg
2019-09-03HDB: Add stubbed Sound functionsNipun Garg
2019-09-03HDB: Add stubbed songPlaying() and startMusic()Nipun Garg
2019-09-03HDB: Add stubbed functionsNipun Garg
2019-09-03HDB: Add loadGame() and Sound::stopMusic()Nipun Garg
2019-09-03HDB: Add stubbed Sound save() and loadSaveFile()Nipun Garg
2019-09-03HDB: Add stubbed getMusicVolume()Nipun Garg
2019-09-03HDB: Add stopChannel()Nipun Garg
2019-09-03HDB: Add playSoundEX()Nipun Garg
2019-09-03HDB: Unstub HDBGame::restartMap()Eugene Sandulenko
2019-09-03HDB: Add and init Sound subsystemNipun Garg