aboutsummaryrefslogtreecommitdiff
path: root/aomusicplayer.cpp
AgeCommit message (Collapse)Author
2018-11-10Initial merge of Case Cafe 1.4.1 into mainlineoldmud0
2018-09-15Revert "Removed the dependency on `bass.dll`."Cerapter
This reverts commit fe955d692350cd3bac192721c09d8fdd445afc5d.
2018-09-04Removed the dependency on `bass.dll`.Cerapter
This is merely a reimplementation of Gameboyprinter's changes on the main thing. The only thing that's different from that one is that the options menu has had its audio device removed, too.
2018-08-29Add destructors to sound objectsoldmud0
2018-08-29set new song volume to previous volumegameboyprinter
2018-08-28Use QMediaPlayer instead of bass for musicgameboyprinter
2018-08-24Fixed a Windows bug where there was no way to get back to the default audio ↵Cerapter
device.
2018-08-19Moved includes out of the CPP files into the header files.Cerapter
Reimplementation of `30a87d23c9c63bed072b3460e7482075dc530b2c` from the old origin.
2018-08-17Fixed an issue with the audio output change not registering.Cerapter
2018-07-05moved includes to header filesstonedDiscord
2017-06-09Unicode support for BASSoldmud0
2017-02-14refactored soundDavid Skoland
2017-02-12added audio implementation and refactored text file functionsDavid Skoland
2017-02-11added music playing, not properly testedDavid Skoland