Skip to content

Releases: IronBrandon/Godot-GameJolt-API

v1.1

02 Dec 17:51
Compare
Choose a tag to compare

Finished an originally unfinished system and improved instructions

Changelog

Changes

  • Updated Installation in README to help users fix offline documentation
  • Changed how the data_path and trophy_ids variables function

Patches

  • Corrected variable references in offline documentation

Installation

  1. Download Godot-GameJolt-API-1.1.0.zip and unzip it.
  2. You must have a folder named "addons" in your project's "res://" directory.
  3. Drag and drop the "gamejolt_api" folder into "addons".
  4. Go to Project > Project Settings... > Plugins and enable the "GameJolt API" plugin.
  5. Save your project and click Project > Reload Current Project.

v1.0

21 Sep 23:31
Compare
Choose a tag to compare

The first feature-complete release of the Godot GameJolt API!

You do not need to use releases, they are just considered "stable" versions.
If you want the latest version, follow the instructions in the master branch.

Changelog

Additions

  • Export variables data_path: String and raw_batch_requests: bool
  • Methods is_busy() -> bool and clear_user() -> void
  • Finished data documentation

Changes

  • Icon now fits Godot's icon style
  • Improved offline docs
  • Improved data call methods
  • Cleaned and optimized code
  • Public variable busy is now private _busy

Patches

  • Corrected trophy documentation
  • Now able to add guest scores

Installation

  1. Download Godot-GameJolt-API-1.0.0.zip and open it.
  2. Drag and drop the "gamejolt_api" folder into your project's addons folder.
    • You must have a folder named "addons" in your game's "res://" directory.
  3. Next, go to Project > Project Settings... > Plugins and enable the "GameJolt API" plugin.
  4. Lastly save your project and click Project > Reload Current Project.

Tutorials

v0.1

17 Sep 16:06
Compare
Choose a tag to compare

First Official Version.

You do not need to use this, it is just considered a "stable" version.
If you want the latest version, follow the instructions in the master branch.

Finished Features

  • Code regions to easily review the plugin's code
  • Refactored to fit with Godot 4(.3)+

Installation

  1. Download Godot-GameJolt-API-0.1.0.zip and open it.
  2. Drag and drop the "gamejolt_api" folder into your project's addons folder.
  3. Next, go to Project > Project Settings... > Plugins and enable the "GameJolt API" plugin.
  4. Lastly save your project and click Project > Reload Current Project.

Tutorials