Yannik
548349d9f8
bumped version
2023-06-30 22:54:43 +02:00
Yannik
68c8a42826
removed obsolete export plugin
2023-06-30 22:54:13 +02:00
vaartis
aa39fb80e0
Change gdextension dependencies so they're actually used
...
This part isn't very well documented, but they changed the format of that file at some point and now it needs to be like this to pull the dependencies into the built project. Assuming this is what the export plugin does, that can probably be removed.
2023-06-30 19:35:35 +03:00
Yannik
980080492e
bumped version and cleaned up project
2023-05-23 23:30:27 +02:00
Yannik
f9134f30f7
Update export.gd
2023-05-23 21:56:07 +02:00
Bioblaze Payne
da42d6a228
Update export.gd to support extend environments
...
After having a conversation with Yannik, had more environment variables in my array then most so made this lil change to make it work. Works flawlessly.
2023-05-23 11:48:50 -07:00
Yannik
a998076b79
bumped version to 2.1
2023-05-20 15:15:48 +02:00
Yannik
52fcce409a
fixed random crashes by only typing = 0
2023-05-20 15:01:46 +02:00
Yannik
88a855d1da
fixed editor presence again
2023-05-18 15:49:36 +02:00
Yannik
53dafb1da2
removed unused method
2023-05-18 14:47:35 +02:00
Yannik
52ec3392fa
removed custom loader node and did a bit documentation
2023-05-18 13:35:30 +02:00
Yannik
ba5eb3316e
fixed wrong EditorPresence tooltip
2023-05-18 13:34:47 +02:00
Yannik
9929ccbb3a
fixed some 2.0 bugs
2023-05-18 13:34:47 +02:00
Yannik
73b915485f
added linux builds
2023-05-17 00:34:46 +02:00
Yannik
fd5a59d1eb
added EditorPresence
2023-05-17 00:30:48 +02:00
Yannik
7e8c1cc7bb
gone back to vulkan because it crashes less
2023-05-16 21:58:09 +02:00
Yannik
ed67525242
added custom nodes
2023-05-16 21:53:21 +02:00
Yannik
a803ffb9a1
bumped version to 2.0
2023-05-16 20:22:05 +02:00
Yannik
ee4b0567c5
cleares more variables in clear()
2023-05-16 19:30:29 +02:00
Yannik
92ec704ddb
improved demo
2023-05-16 19:27:39 +02:00
Yannik
3765612588
Merge branch 'main' of https://github.com/vaporvee/discord-sdk-godot
2023-05-16 18:56:54 +02:00
Yannik
58a043a885
should finally fix #20
2023-05-16 18:56:44 +02:00
Yannik
5cd13316a0
Merge branch 'main' of https://github.com/vaporvee/discord-sdk-godot into add-user-dictionary
2023-05-16 16:59:22 +02:00
Yannik
c62e9af0ef
added current user dictionary
2023-05-16 16:57:01 +02:00
Yannik
0013c8c788
added overlay support
2023-05-16 16:00:11 +02:00
Yannik
281bdb2cfa
Merge branch 'main' of https://github.com/vaporvee/discord-sdk-godot into just-add-invites-already
2023-05-15 19:31:47 +02:00
Yannik
0f903dfb6c
variables for setting the privacy
2023-05-15 19:30:01 +02:00
Yannik
65fb3b1d0f
added send invite from game methods
2023-05-15 19:11:10 +02:00
Yannik
edf3e7fab6
fixed error when exporting project #20
2023-05-15 18:38:30 +02:00
Yannik
7f586869d7
added clear()
method
2023-05-15 12:46:11 +02:00
Yannik
9eaf340637
added invite signals
2023-05-15 09:15:50 +02:00
Yannik
0c9e4123b7
fixed #18
2023-05-13 01:40:36 +02:00
Yannik
274a3ebbed
added steam register
2023-05-12 22:44:00 +02:00
Yannik
3b921901ee
added invite variables
2023-05-12 22:10:08 +02:00
Yannik
aadd2cb982
renamed Discord_Activity
to discord_sdk
2023-05-12 20:38:55 +02:00
Yannik
f8325c8164
version bump (will get hotifxed)
2023-05-12 20:30:28 +02:00
Yannik
ad1dee23db
added linux builds
2023-05-12 20:23:32 +02:00
Yannik
7c09847331
reverted app_id "fix" and fixed addon file location issues
2023-05-12 18:47:28 +02:00
e0cab7b8ab
added linux builds
2023-05-12 13:12:03 +02:00
Yannik
3e9302f354
removed NULL return for linux building
2023-05-12 12:52:38 +02:00
Yannik
4992948be5
Update v1.3
2023-05-12 12:03:48 +02:00
Yannik
28a61a539b
Revert"gone back to discord-rpc repo" wrong branch
...
This reverts commit 41ac291f6b
.
2023-05-07 20:46:26 +02:00
Yannik
baaf44c494
Revert "setup rpc but crashes" wrong branch
...
This reverts commit 4686612abf
.
2023-05-07 20:45:10 +02:00
Yannik
4686612abf
setup rpc but crashes
2023-05-07 20:41:31 +02:00
Yannik
41ac291f6b
gone back to discord-rpc repo
2023-05-07 18:13:37 +02:00
Pukima
8de95a5edc
Adjust Tooltip Background on Activity Preview
2023-05-05 23:10:34 +02:00
Pukima
12177a2f35
Fixing border radius on Activity Preview
2023-05-05 23:00:19 +02:00
Pukima
6a11dcfc19
Updating Activity Preview
...
1. Using Pomelo (new username system)
2. Now using Phibi instead of Wumpus (since Phibi has an official pomelo schema already)
3. Added tooltips
2023-05-05 22:45:16 +02:00
Yannik
55c94ee23d
reorganized libs
2023-05-04 20:15:33 +02:00
Yannik
d78f743a9e
Merge branch 'dev' into main
2023-05-04 13:37:29 +02:00