aboutsummaryrefslogtreecommitdiff
path: root/aosfxplayer.h
AgeCommit message (Collapse)Author
2018-12-26moved headers into include and cpp files into src + logo into resourceDavid Skoland
2018-09-15Revert "Removed the dependency on `bass.dll`."Cerapter
This reverts commit fe955d692350cd3bac192721c09d8fdd445afc5d.
2018-09-15Revert "`QMediaPlayer` instead of `QSoundEffect` for SFX and blips."Cerapter
This reverts commit 1124d6b073546bacd58bce640bbcc08db4f8b341.
2018-09-05`misc` folder given purpose as the 'default' for shouts and chatboxes.Cerapter
- Default bubbles. - Default shout sounds. - Custom chatbox. - Custom colours for the chatbox. - No need to have duplicate files of bubbles and shouts all over the character folders.
2018-09-04`QMediaPlayer` instead of `QSoundEffect` for SFX and blips.Cerapter
Maybe temporary.
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-19Moved includes out of the CPP files into the header files.Cerapter
Reimplementation of `30a87d23c9c63bed072b3460e7482075dc530b2c` from the old origin.
2017-05-23added aoevidencedisplay class. almost done with evidenceOmniTroid
2017-02-14refactored soundDavid Skoland
2017-02-14added objection sfxOmniTroid
2017-02-12added audio implementation and refactored text file functionsDavid Skoland
2017-02-11added music playing, not properly testedDavid Skoland
2017-02-10trying to add audio implementationDavid Skoland