mirror of
https://github.com/ultrasn0w/foo_drpc.git
synced 2025-12-14 07:29:53 +01:00
Merge jmckinstry's Pull request (#15)
- Look and naming (tried to unify things a bit) - .gitignore for ignoring files we don't want to track - Moved APPLICATION_ID to somewhere that could be made safe for Github without making life harder - Fixed the bug with showing the wrong play state when loading FB2K - Fixed the bug where tracks with really long titles would cause janky behavior - Added unencumbered images if folks didn't want to make their own - Added DEBUG_CONSOLE_PRINTF calls for debugging - Removed rate limiting that was already handled in Discord's library code - Removed UnicodeToAnsi as it was unused
This commit is contained in:
committed by
ultrasn0w
parent
170dfb3ae6
commit
757b8e5856
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
.vs
|
||||
Debug
|
||||
Release
|
||||
foo_drpc/Debug
|
||||
foo_drpc/Release
|
||||
foo_drpc/discord-rpc.h
|
||||
foo_drpc/lib
|
||||
Reference in New Issue
Block a user