15 Commits

Author SHA1 Message Date
bfd65c1af1 Updated Rabi Race with new coop features. Still have to fix some issues.
Rainbow eggs must be collected separately for now.
2020-03-12 22:16:28 +09:00
4dba8e502a Change refresh boundaries of modules. Remove spammy debug message.
Remove spammy follower messages from chat log module.
2017-10-23 16:04:25 -05:00
e4d37ab272 Chat Log Module implemented. Scrolling w/ Mouse Wheel + Keys. Updated
config file with new keys.
2017-10-16 00:06:53 -05:00
2b69dcda03 Added follower_sounds directory to allow user to specify what follower
sounds will play. All files inserted into that directory can be selected
for playing.
2017-10-15 19:30:50 -05:00
2e356bb986 Fixed another NullPointerException with user logos. 2017-09-24 18:26:53 -05:00
3eb312abf8 Tried to reduce frequency of Twitch API pulls 2017-09-22 23:33:50 -05:00
72c10519cf Small bugfix for null logos. 2017-09-02 01:27:20 -05:00
35fbfa90e5 Include required dependencies in build project. Added capabilities of
whitelisted subscribers via editing sigIRC/Emotes/subscribers.txt.
Emotes will be downloaded automatically and will be usable and displayed
in the client.
2017-08-20 13:43:08 -05:00
8924c55247 Updated Twitch Emote API to v3. Emote Updates are now working again. 2017-08-20 11:42:37 -05:00
df2a9d0e71 Fixed an exception that occurred when followers had a null Bio. 2017-08-20 01:20:02 -05:00
92c381c01d Add Data validation for received numbers and statistics. Prevent
crashing and exceptions during run time.
2017-08-19 02:11:19 -05:00
d3f9fa204f Implemented a status bar to show Twitch stream info. Config file now
re-orders all elements in alphabetical order for easier finding of
settings.
2017-08-16 21:25:18 -05:00
7494b60b10 Fix Glaceon cry file reference. 2017-08-15 23:07:04 -05:00
e83a373de8 Implemented Twitch Follower Notifications / Tracking. Offline/Online
Tracking of Stream so users that follower offline are announced once
online. Include scrolling bio + logo of user. Fixed Double Drag issue.
Added many config options for new Twitch module. Implemented Follower
image + name display. Pulls from Twitch API.
2017-08-15 22:54:57 -05:00
8488c798c6 Added Twitch API framework for followers. Included retrieval and
detection of user profiles. Also included detecting if a stream is
online. Planned Twitch Follower Features:

Follower Notification System:
 - Provide a Unique Follower Notification first time user Follows.
 - User ID is added to Database to prevent Duplicate Follow entries.
 - Display Logo + Current Display Name of User
 - Display scrolling Bio.
 - Play Sound (Probably Glaceon)
 - "Thanks for Follow"
 - Detect users that follow while offline. Announce them next time
stream is online. (Store 'last announced user' ID, try to find next
stream.)
 
 
Get User-Specific Emotes, Download specific sub emotes.
2017-08-14 23:26:48 -05:00