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

1.0.0

Compare
Choose a tag to compare
@MickeMakaron MickeMakaron released this 12 Aug 08:48
· 68 commits to master since this release
  • (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