Logo
Explore Help
Register Sign In
vaporvee/discord-rpc-godot
1
2
Fork 0
You've already forked discord-rpc-godot
Code Issues 1 Pull Requests 1 Actions Releases 20 Wiki Activity

20 Releases 21 Tags

RSS Feed
  • 1.3.1 42308fc9a1
    Compare

    1.3.1 new linux builds Stable

    vaporvee released this 2024-04-02 23:44:29 +00:00 | 15 commits to main since this release

    Changelog v1.3.1 📰

    Fix

    • Added linux builds back
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • ADDON-Discord-RPC-Godot.zip
      11 MiB
      2025-08-28 04:13:14 +00:00
    • Demo-Export.zip
      200 MiB
      2025-08-28 04:13:29 +00:00
  • 1.3.0 6f3d2147fa
    Compare

    1.3.0 Plugin renaming for less confusion Stable

    vaporvee released this 2024-03-30 12:12:27 +00:00 | 17 commits to main since this release

    Discord 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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • ADDON-Discord-RPC-Godot.zip
      11 MiB
      2024-03-30 12:58:12 +00:00
  • 1.2.0 55b41f85fa
    Compare

    1.2.0 MacOS support🎉 Stable

    vaporvee released this 2024-03-02 22:28:09 +00:00 | 32 commits to main since this release

    Changelog 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.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • ADDON-Discord-SDK-Godot.zip
      11 MiB
      2024-03-02 22:27:51 +00:00
  • 1.1.0 d3919d249b
    Compare

    1.1.0 Crash fix and Editor Presence rewrite Stable

    vaporvee released this 2024-01-10 17:50:13 +00:00 | 62 commits to main since this release

    Changelog 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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • ADDON-Discord-SDK-Godot.zip
      6.0 MiB
      2024-01-10 18:30:03 +00:00
  • 1.0.1 210555d7a5
    Compare

    1.0.1 typo Stable

    vaporvee released this 2023-12-17 16:32:07 +00:00 | 77 commits to main since this release

    Changelog v1.0.1 📰

    Fixes

    • Fixed a typo in a print message and changed another one
    • Changed autoload name from DiscordSDKAutoload to DisscordSDKLoader

    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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • ADDON-Discord-SDK-Godot.zip
      5.8 MiB
      2023-12-17 16:37:33 +00:00
  • 1.0.0 e206b11848
    Compare

    Stablelized Release 1.0.0 🎉🚨 Stable

    vaporvee released this 2023-12-15 16:34:05 +00:00 | 78 commits to main since this release

    First 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 of discord_sdk
    • Plugin now only works on 4.2 and above.
    • Renamed discord_sdk.coreupdate() to DiscordSDK.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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • ADDON-Discord-SDK-Godot.zip
      5.8 MiB
      2023-12-15 16:34:45 +00:00
    • Demo-Export.zip
      57 MiB
      2023-12-15 16:35:21 +00:00
  • 3.2 7389119992
    Compare

    Fixed plugin not enabling Stable

    vaporvee released this 2023-08-29 10:45:09 +00:00 | 107 commits to main since this release

    Changelog v0.3.2📰

    • fixed #36 plugin is not enabling due to importing issues
    • fixed me not testing the plugin in fresh projects
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • ADDON-Discord-SDK-Godot.zip
      11 MiB
      2023-08-29 10:45:54 +00:00
  • 3.1 aa486d39c9
    Compare

    Fixed relationship manager Stable

    vaporvee released this 2023-08-18 17:22:16 +00:00 | 116 commits to main since this release

    Changelog v0.3.1📰

    • fixed friendslist dictionary not indexing correctly and make it actually usable now
    • fixed restart window not displaying correctly
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • ADDON-Discord-SDK-Godot.zip
      11 MiB
      2023-08-19 14:00:29 +00:00
  • 3.0 ffcf4090d6
    Compare

    🚨Relationship Manager Update 0.3.0🚨 Stable

    vaporvee released this 2023-08-10 23:36:35 +00:00 | 132 commits to main since this release

    Changelog v0.3.0📰 🎊❤️

    • added new clear(reset_values) and unclear() 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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • ADDON-Discord-SDK-Godot.zip
      11 MiB
      2023-08-10 23:53:05 +00:00
    • Demo-Export.zip
      27 MiB
      2023-08-10 23:52:31 +00:00
  • 2.4 c41396cdbb
    Compare

    Gd4.1 update Stable

    vaporvee released this 2023-07-06 16:24:44 +00:00 | 143 commits to main since this release

    Changelog v0.2.4📰

    • updated for compatibility with Godot 4.1
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • ADDON-Discord-SDK-Godot.zip
      11 MiB
      2023-07-06 16:30:51 +00:00
    • Demo-Export.zip
      26 MiB
      2023-07-06 16:30:57 +00:00
First Previous 1 2 Next Last
Powered by Gitea Version: 1.24.4 Page: 46ms Template: 7ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API Privacy Policy Terms of Service