This repository has been archived by the owner on Feb 9, 2024. It is now read-only.
Releases: PlayGotm/GDGotm
Releases · PlayGotm/GDGotm
2.0.1
2.0
Update to Godot 4
1.0.2
- Bug fixes
1.0.1
- 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
- (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