-
1.3.1 new linux builds Stable
released this
2024-04-02 23:44:29 +00:00 | 15 commits to main since this releaseChangelog v1.3.1 📰
Fix
- Added linux builds back
Downloads
-
released this
2024-03-30 12:12:27 +00:00 | 17 commits to main since this releaseDiscord abandoned their old Game SDK which this plugin is using for some time now (but it still works and is the only solution which is stable). They now made the Discord Embedded App SDK where the old Discord Game SDK gets mistaken with. Discord will probably make a new library for Discord RPC support for external games or services after some time (talked with a dev).
Changelog v1.3.0 📰
Change/fix
- changed the entire wording from "Game SDK" to "RPC Plugin"
- Renamed the entire plugin for less confusion
Thanks to @EddieDover for compiling the macOS builds.
Downloads
-
1.2.0 MacOS support🎉 Stable
released this
2024-03-02 22:28:09 +00:00 | 32 commits to main since this releaseChangelog v1.2.0 📰
New feature
- MacOS support FINALLY 🚨thanks to @vaartis in #53
Other changes/fixes
- improved stabillity on game close even more
- updated docs link
Known issue
- The plugin doesn't print the friendslist anymore, wich is a Discord update issue. I will will search for a workarround in a future update.
Further credits
@EddieDover
- compiling for macOS
- testing for macOS
@minotaa
- testing for macOS
@Lomo7711
- merged to universal bindings
- testing for macOS
(will get a better macOS pipeline for myself soon)
Full Changelog: https://github.com/vaporvee/discord-sdk-godot/compare/1.1.0...1.2.0Downloads
-
released this
2024-01-10 17:50:13 +00:00 | 62 commits to main since this releaseChangelog v1.1.0 📰
Fixes
- Fixed crash on
DiscordSDK.clear()
Other changes/fixes
- Rewritten the optional editor Discord rich presence
- Editor Presence now activateble by editor settings (so you don't have to activate it for every contributer to your project and saves it across projects)
- Editor Presence can now be shown at the same time as you game's rich presence
- Autoload is not required for the Editor Presence anymore
- Other Editor Presence related fixes
More Editor Presence changes like customization will be comming soon...
Known issue
- The plugin doesn't print the friendslist anymore, wich is a Discord update issue. I will will search for a workarround in a future update.
Downloads
- Fixed crash on
-
1.0.1 typo Stable
released this
2023-12-17 16:32:07 +00:00 | 77 commits to main since this releaseChangelog v1.0.1 📰
Fixes
- Fixed a typo in a print message and changed another one
- Changed autoload name from
DiscordSDKAutoload
toDisscordSDKLoader
Known issue
- The plugin doesn't print the friendslist anymore, wich is a Discord update issue. I will will search for a workarround in a future update.
Downloads
-
Stablelized Release 1.0.0 🎉🚨 Stable
released this
2023-12-15 16:34:05 +00:00 | 78 commits to main since this releaseFirst of all thank you all for the issues you wrote to help me pinpoint the issues i had in this project. I hope this will fix most of them.
Changelog v1.0.0 📰
Breaking changes
- Renamed the singleton to
DiscordSDK
instead ofdiscord_sdk
- Plugin now only works on 4.2 and above.
- Renamed
discord_sdk.coreupdate()
toDiscordSDK.run_callbacks()
Other changes/fixes
- Made the font on the restart window bigger
- Fixed froze/crash on game or editor close
- Fixed crash on restarting the editor sometimes
- Made autoload optional (
DiscordSDK.run_callbacks()
needs to run in some_process
function to make the plugin work when removing it) - Fixed EditorPresence asking for a restart with a dialogue wich wouldn't work
- Improved codebase a lot wich should fix serveral bugs
- Several other fixes
Known issue
- The plugin doesn't print the friendslist anymore, wich is a Discord update issue. I will will search for a workarround in a future update.
Downloads
- Renamed the singleton to
-
Fixed plugin not enabling Stable
released this
2023-08-29 10:45:09 +00:00 | 107 commits to main since this releaseChangelog v0.3.2📰
- fixed #36 plugin is not enabling due to importing issues
- fixed me not testing the plugin in fresh projects
Downloads
-
Fixed relationship manager Stable
released this
2023-08-18 17:22:16 +00:00 | 116 commits to main since this releaseChangelog v0.3.1📰
- fixed friendslist dictionary not indexing correctly and make it actually usable now
- fixed restart window not displaying correctly
Downloads
-
released this
2023-08-10 23:36:35 +00:00 | 132 commits to main since this releaseChangelog v0.3.0📰 🎊❤️
- added new
clear(reset_values)
andunclear()
methods - improved the Debug Node
- made EditorPresence appear in the unadvanced project settings
- now the
app_id
doesnt get cleared when its not supposed to - added a restart request window
- plugin now actually disables when it should
- Added the Discord Relationship Manager
A lot of documentation is still missing for this update but will be added soon.
Now every method from the original Discord Game SDK has been 100% translated to gdscriipt.
Downloads
- added new
-
Gd4.1 update Stable
released this
2023-07-06 16:24:44 +00:00 | 143 commits to main since this releaseChangelog v0.2.4📰
- updated for compatibility with Godot 4.1
Downloads