Skip to content

Releases: MrStahlfelge/gdx-gamesvcs

v0.1.2

29 Aug 18:21
Compare
Choose a tag to compare
  • Major bug fixes in Kongregate implementation; do not use earlier versions when using Kongregate
  • GameJolt change from HTTP to HTTPS
  • GPGS implementation supports setting an achievement id and leaderboard id mapping
  • Minor bug fixes for GameJolt

No interface or behaviour changes.

v0.1.1

09 Aug 16:47
Compare
Choose a tag to compare
  • GameCircle support added
  • Minor bug fixes regarding GPGS

Interface or behaviour changes

compared to v0.0.1

IGameServiceClient

incrementAchievement(String achievementId, int incNum) changed to
incrementAchievement(String achievementId, int incNum, float completionPercentage).

If API supports incrementing by a value, parameter incNum is passed to the API.
If API supports only passing a percentage value for completion, the parameter completionPercentage is passed to the API.
If incrementing achievements is not supported by the API at all, the achievement will be unlocked if completionPercentage is at least 1.

v0.0.1

11 Jul 18:23
Compare
Choose a tag to compare

Initial stable and productive version