aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Handling events from sub-dirs correctlyfeature/sound-rescanMatt Kohls2018-11-191-3/+23
|
* Adding commentsMatt Kohls2018-11-131-0/+1
|
* Adding ability to scan for changes in subdirectoriesMatt Kohls2018-11-132-9/+27
|
* Renaming function and adding commentMatt Kohls2018-11-123-5/+9
|
* Got MediaWatcher working with MediaWatcherListenerMatt Kohls2018-11-121-12/+6
|
* Hopefully setting things up to make scanning for media updates easierMatt Kohls2018-11-123-17/+59
| | | | But things don't actually work yet
* Breaking out creation of MediaWatcher tasks to separate functionMatt Kohls2018-11-121-8/+14
|
* Cleaning up watcher stuffMatt Kohls2018-11-123-132/+1
|
* Merging Directory and UserSound watchers into one classMatt Kohls2018-11-121-0/+91
|
* Putting watcher threads in map so they can be accessed laterMatt Kohls2018-10-161-3/+3
|
* Adding in watcher for changes to user sound fileMatt Kohls2018-10-163-11/+101
|
* Adding comment about what PopulateFiles() does nowMatt Kohls2018-10-161-0/+4
|
* Adding property setting for watching local soundsMatt Kohls2018-10-161-7/+7
|
* Adding ability for sounds to be added/removed on the flyMatt Kohls2018-10-143-6/+89
| | | | | | | 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.
* Adding checks that usersound file existsMatt Kohls2018-07-192-10/+14
|
* Adding default for usersound and way to see loaded usersoundsMatt Kohls2018-07-192-4/+28
|
* Cleaning things up a bitMatt Kohls2018-07-061-2/+1
|
* Breaking out properties loading and adding commentsMatt Kohls2018-07-061-0/+8
|
* Adding in user/sound relation from a fileMatt Kohls2018-07-012-3/+78
| | | | | 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
* Adding error outputMatt Kohls2018-07-011-0/+2
|
* Cleaning up things a bitMatt Kohls2018-07-011-11/+3
|
* Adding the ability to play an audio clip when a user joins the voiceMatt Kohls2018-06-301-2/+74
| | | | | | channel Not the prettiest thing in the world
* Fix bugBrandon2018-04-213-9/+39
|
* Merge branch 'master' of https://github.com/bwaggone/SoundChan into ↵Matt Kohls2018-04-146-56/+81
|\ | | | | | | feature/add-help
| * Merge branch 'master' of https://github.com/bwaggone/SoundChan into ↵Brandon2018-04-142-4/+12
| |\ | | | | | | | | | feature/preempt-sound-effects
| * | Add sound preemption + change structureBrandon2018-04-146-47/+80
| | |
* | | Help CommandMatt Kohls2018-04-142-1/+23
| |/ |/| | | | | Adding ~help command so people can find out what the bot can do
* | Summoning commandMatt Kohls2018-04-142-3/+14
|/ | | | Anyone can now summon SoundChan with ~summon from the public chats
* Split up commands to enumBrandon2018-04-143-28/+74
|
* Remove listener adapter from main, testedBrandon2018-04-142-238/+251
|
* Add local audio file support, including listing filesBrandon2018-04-102-19/+76
| | | | Remove unused function, rename ConnectVoiceChannel function
* Merge branch 'master' of https://github.com/bwaggone/SoundChan into followingMatt Kohls2018-04-072-10/+53
|\
| * Add local file support (hardcoded mp3s)Brandon2018-04-071-13/+25
| |
| * Add list queued supportBrandon2018-04-072-1/+33
| |
* | Cleaning stuff upMatt Kohls2018-04-071-4/+2
| | | | | | | | Cleaning up imports
* | Bot FollowingMatt Kohls2018-04-071-2/+23
|/ | | | | Sound Chan now follows a specific user, and when they change voice channels, she follows
* Add DM support and lock to guildBrandon2018-04-071-21/+41
|
* Rename main, add properties loadingBrandon2018-04-074-13/+47
|
* Initial commitBrandon2018-04-074-0/+306