Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Releases: PlayGotm/GDGotm

2.0.1

26 Jan 09:46
Compare
Choose a tag to compare

Bug fixes

2.0

22 Jan 17:55
Compare
Choose a tag to compare
2.0

Update to Godot 4

1.0.2

14 Sep 14:00
Compare
Choose a tag to compare
  • Bug fixes

1.0.1

12 Sep 11:04
Compare
Choose a tag to compare
  • Updated documentation (https://gotm.io/docs/gdgotm)
  • Increased minimum required Godot version to 3.2.0
  • Added many helper functions to GotmContent
  • Added GotmContent parenting (see example)

1.0.0

12 Aug 08:48
Compare
Choose a tag to compare
  • (BREAKING) Changed GotmScore.update to be a static function and not to update existing GotmScore instances in place
  • (BREAKING) Changed GotmScore.delete to be a static function
  • (BREAKING) Renamed GotmConfig.forceLocalScores to GotmConfig.force_local_scores
  • (BREAKING) Renamed GotmConfig.betaUnsafeForceGlobalScores to GotmConfig.beta_unsafe_force_global_scores
  • Added GotmScore.create_local function
  • Added GotmContent API for storing dynamic game content, such as player-generated content, game saves, downloadable packs/mods and remote configuration
  • Added GotmMark API which lets players upvote or downvote GotmContent instances