Releases: MrStahlfelge/gdx-gamesvcs
Releases · MrStahlfelge/gdx-gamesvcs
v0.1.2
- 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
- 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
Initial stable and productive version