Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Starting work to update libraries | Matt Kohls | 2019-10-27 | 1 | -1/+1 |
| | | | | | | JDA v4 has many breaking changes that will need to be checked Lavaplayer shouldn't have any major changes, but needs version bump to continue working with various sites | ||||
* | Merge pull request #10 from bwaggone/feature/sound-rescan | Brandon | 2019-01-20 | 1 | -13/+39 |
|\ | | | | | Feature/sound rescan | ||||
| * | Adding in watcher for changes to user sound file | Matt Kohls | 2018-10-16 | 1 | -7/+21 |
| | | |||||
| * | Adding comment about what PopulateFiles() does now | Matt Kohls | 2018-10-16 | 1 | -0/+4 |
| | | |||||
| * | Adding ability for sounds to be added/removed on the fly | Matt Kohls | 2018-10-14 | 1 | -6/+14 |
| | | | | | | | | | | | | | | This adds a watcher to the directory named in localAudio (currently doesn't check anything that may be in a child directory). Whenever a file is created/deleted/renamed, it has the LocalAudioManager update its sounds so they can be played. | ||||
* | | Checking for sound file not found and returning proper stringbugfix/nothing-found-by-null | Matt Kohls | 2018-10-30 | 1 | -0/+3 |
|/ | |||||
* | Adding checks that usersound file exists | Matt Kohls | 2018-07-19 | 1 | -9/+13 |
| | |||||
* | Adding default for usersound and way to see loaded usersounds | Matt Kohls | 2018-07-19 | 1 | -2/+15 |
| | |||||
* | Adding in user/sound relation from a file | Matt Kohls | 2018-07-01 | 1 | -2/+73 |
| | | | | | You can now have a file with all the users and the intro sound to play without having to have multiple copies of the same sound | ||||
* | Add sound preemption + change structure | Brandon | 2018-04-14 | 1 | -1/+2 |
| | |||||
* | Add local audio file support, including listing files | Brandon | 2018-04-10 | 1 | -0/+55 |
Remove unused function, rename ConnectVoiceChannel function |