Skip to content

Releases: defold/extension-gpgs

Google Play Game Services 2.1.0

12 Nov 09:47
323402c
Compare
Choose a tag to compare

NEW: The leaderboard data now also include the leaderboard id. This helps when having multiple leaderboards and a single callback function to handle leaderboard data.

Google Play Game Services for AndroidX

02 Nov 09:03
b4f070c
Compare
Choose a tag to compare

BREAKING CHANGE: This release migrates to the latest version of Google Play Game Services and moves from the use of old and unsupported Android support libraries to the new AndroidX libraries.

Google Play Game Services 1.3.3

17 Sep 20:47
4ebbe72
Compare
Choose a tag to compare

FIX: There was a bundle problem on some systems since the manifest template and the app id field contained a space.

Google Play Game Services 1.3.2

16 Sep 05:58
338036a
Compare
Choose a tag to compare

FIX: Calling leaderboard_submit_score() resulted in the wrong score being submitted

Google Play Game Services 1.3.1

11 Sep 22:00
Compare
Choose a tag to compare

FIX: gpgs.leaderboard_get_player_score() caused a crash if the player didn't have a score on the leaderboard
FIX: Fixed invalid JSON data in returned table when a GPGS function failed

Google Play Game Services 1.3.0

21 Jun 09:16
afa515e
Compare
Choose a tag to compare

NEW: gpgs.leaderboard_list() to show the list of leaderboards. Thank you @SkaterDad

Google Play Game Services 1.2.4

06 Apr 04:54
Compare
Choose a tag to compare

FIX: Merged utility functions into main extension code and made them static to avoid naming conflicts in other extensions

Google Play Game Services 1.2.3

17 Mar 12:11
Compare
Choose a tag to compare

FIX: gpgs.achievement_increment() didn't work

Google Play Game Services 1.2.2

14 Mar 17:57
Compare
Choose a tag to compare

NEW: Added support for Events

Google Play Game Services 1.2.1

14 Mar 08:31
Compare
Choose a tag to compare
Pre-release

Updated API docs