Age | Commit message (Expand) | Author |
2019-10-11 | HDB: Using the class keyword makes the intended use clearer. | Henrik "Henke37" Andersson |
2019-10-11 | HDB: No need to restate that member functions are indeed part of the class. | 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-06 | HDB: Turn _voicesOn into a boolean | Strangerke |
2019-09-03 | HDB: Fix compilation on Amiga | Eugene Sandulenko |
2019-09-03 | HDB: Do not allocate sound handles dynamically | Eugene Sandulenko |
2019-09-03 | HDB: Cache sounds as data pointers. This fixes problem with distorted sounds | Eugene Sandulenko |
2019-09-03 | JANITORIAL: Remove unnecessary whitespace | Nipun Garg |
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: Add OGG Support for Linux | Nipun Garg |
2019-09-03 | HDB: Introduce two new enums for the sound | Strangerke |
2019-09-03 | HDB: Added demo sound constants | Eugene Sandulenko |
2019-09-03 | HDB: Fix warning | Eugene Sandulenko |
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: Update Music filenames | Nipun Garg |
2019-09-03 | HDB: Simplify Voice struct | 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: Fix warnings | 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 Sound functions | 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 stubbed getMusicVolume() | Nipun Garg |
2019-09-03 | HDB: Add stopChannel() | Nipun Garg |
2019-09-03 | HDB: Add playSoundEX() | Nipun Garg |
2019-09-03 | HDB: Unstub HDBGame::restartMap() | Eugene Sandulenko |
2019-09-03 | HDB: Add and init Sound subsystem | Nipun Garg |