Commit Graph

339 Commits

Author SHA1 Message Date
1dee8720a7 renamed sdk to rpc because the people think its the discord embedded sdk 2024-03-23 22:30:31 +01:00
55b41f85fa fixed mac releases 1.2.0 2024-03-02 23:28:09 +01:00
d468df31df updated syntax highlighter 2024-03-01 12:26:56 +01:00
a97cf81ea9 improved release pipeline 2024-03-01 12:00:22 +01:00
2ad1dd1e25 bumped to 1.2.0 2024-02-29 19:49:07 +01:00
0c280cf2e6 finished upgrade to 4.1.3 and added macos support 2024-02-29 19:46:41 +01:00
91786abb15 readded godot-cpp submodule 2024-02-29 19:12:58 +01:00
577e6b87b4 updated to 4.1.3 (4.1.2/custom downloader for it made macos not compile) 2024-02-29 19:06:47 +01:00
d318d7b5f9 threw git submodules away because of lack of features 2024-02-27 18:38:55 +01:00
9d8a809b13 made it backwards compatible from 4.2.X down to 4.1.2 2024-02-27 17:30:55 +01:00
79c6ea8a9e started backporting 2024-02-27 13:23:16 +01:00
0bf43164f2 updated docs link 2024-02-27 13:05:38 +01:00
605080d7ff fixed a random crash and stabilized the plugin in general 2024-02-27 13:01:26 +01:00
Yannik
1b56b8c8df Merge pull request #53 from vaartis/macos-fixes 2024-02-27 07:14:04 +01:00
Yannik
9f49afd472 Update README.md 2024-02-25 15:48:16 +01:00
Yannik
e016b7b582 Update README.md 2024-02-25 15:39:26 +01:00
Ekaterina Vaartis
4726a4488b Make macos version work (testes on m1 at least)
1. Change name of discord's library to libdiscord_game_sdk, so it
links properly
2. Change it's install name with install_name_tool to use @loader_path
instead of @rpath, that one's a blunder on discord's side, it should
really have been loader_path from the beginning (rpath means look at
where the binary is started from, loader_path means look at where the
library is)
3. Combine the aarch and x86 library into one, again no idea why
discord does not do this themselves
2024-02-25 16:40:54 +03:00
Yannik
bcdf52d5c6 Update BUG.yml 2024-02-11 02:20:04 +01:00
Yannik
c4da303a5d Update README.md 2024-02-11 02:12:46 +01:00
Yannik
de8e4b4793 Update FUNDING.yml 2024-02-09 18:18:14 +01:00
Yannik
ecead11830 Update FUNDING.yml 2024-02-09 18:17:48 +01:00
Yannik
91074133bb Merge pull request #50 from EddieDover/multiplatform-building
Better platform detection
2024-02-02 18:28:42 +01:00
37c7759cdf trying to fix macos support agaaaiiin -_- 2024-01-12 17:20:35 +01:00
262450728d you know what we'll call it a hotfix 2024-01-10 19:29:17 +01:00
dab07c9f62 fixed crash on Editor Presence on switching projects 2024-01-10 19:28:35 +01:00
d3919d249b made linux binaries for release 1.1.0 2024-01-10 18:50:13 +01:00
91c4946116 finished rewrite of EditorPresence 2024-01-10 18:46:53 +01:00
cd19b48ca8 fixed crash on clear 2024-01-10 18:46:36 +01:00
Eddie Dover
93d424e3e7 Added platform identifier to output 2023-12-23 05:49:10 -08:00
Eddie Dover
96afc12c92 Merge branch 'multiplatform-building' of https://github.com/EddieDover/discord-sdk-godot into multiplatform-building 2023-12-23 05:36:42 -08:00
Eddie Dover
20978010a1 Switched from os.name to platform.system for better platform discovery 2023-12-23 05:31:33 -08:00
Eddie Dover
39078e7a98 Requirements and gitignore changes for easier venv setup 2023-12-23 05:31:33 -08:00
dc7b4b43ad tweaked vscode settings a bit more 2023-12-23 14:24:02 +01:00
37c679d1bc added gtextension syntax to vscode 2023-12-23 14:20:20 +01:00
9f1395c6a7 forgot to link the correct dyllib 2023-12-23 14:05:30 +01:00
Eddie Dover
a52ca54bca Switched from os.name to platform.system for better platform discovery 2023-12-22 17:04:26 -08:00
Eddie Dover
7be2c5a119 Requirements and gitignore changes for easier venv setup 2023-12-22 17:03:46 -08:00
0fb4526191 trying to fix macos builds again 2023-12-23 00:25:22 +01:00
Yannik
f8a84cf3d5 Update README.md 2023-12-21 15:01:01 +01:00
7859bd0a77 fixed editorpresence setting appearing in other projects where the plugin isn't used 2023-12-21 13:12:41 +01:00
f5560593d0 stabalized native EditorPresence 2023-12-18 19:47:32 +01:00
3f58da00ad finished custom EditorPresence GDExtension class 2023-12-18 19:27:08 +01:00
ea829e8603 Merge branch 'main' of https://github.com/vaporvee/discord-sdk-godot 2023-12-18 17:52:33 +01:00
1e1bc6c59d started making editor presence with gdextension instead of gdscript 2023-12-18 17:52:31 +01:00
Yannik
5153c4e9ed Update BUG.yml 2023-12-18 08:20:10 +01:00
Yannik
5f56cf4b26 Update README.md 2023-12-17 18:45:07 +01:00
210555d7a5 fixed typo and renamed autoload (1.0.1) 1.0.1 2023-12-17 17:32:07 +01:00
e206b11848 built out linux builds 1.0.0 2023-12-15 17:34:05 +01:00
eea4812afb removed a letter lol 2023-12-15 17:33:52 +01:00
b51508fe33 added new version to bug template 2023-12-15 17:07:14 +01:00