Skip to content

Releases: GamePushService/GamePush-Godot-plugin

v2.0.2

14 Mar 08:52
703659d

Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...2.0.2

v2.0.1

28 Jan 12:29
4ac5832

Choose a tag to compare

What's Changed

  • Fixed compatibility with Godot 4.6 by @talkafk in #11

Full Changelog: 2.0.0...2.0.1

v2.0.0

05 Jan 09:49
e3eabfa

Choose a tag to compare

What's Changed

Added

  1. Windows module — new addons/gamepush/modules/Windows.gd for confirmation overlay functionality and window management features.
  2. Sounds module — new addons/gamepush/modules/Sounds.gd for managment audio and sounds.

Updated

  1. Module naming convention — renamed all module properties from PascalCase to snake_case for Godot 4.5+ compatibility (e.g., GP.AchievementsGP.achievements, GP.LeaderboardGP.leaderboard).
  2. Class name prefixing — classes now use GP prefix to avoid conflicts with common class names (e.g. PlayerGPPlayer).
  3. Logging — in the logger module, the methods info(), warn(), err() now accept any number of arguments.
  4. Demo — updated demo scene with new features.

Fixed

  1. Yandex Leaderboard integration — corrected set_yandex_lb_score() method in leaderboard module.

Full Changelog: 1.0.4...2.0.0

v1.0.4

06 Jun 09:33
c74b16b

Choose a tag to compare

What's Changed

  • Refactor to use recursive function for snake_case conversion
  • Remove unused parameter and fix method 'fetch' in leaderboards
    by @talkafk in #7

Full Changelog: 1.0.3...1.0.4

v1.0.3

16 Mar 19:38
181a65a

Choose a tag to compare

What's Changed

Full Changelog: 1.0.2...1.0.3

v1.0.2

20 Feb 18:21
4a62f7b

Choose a tag to compare

What's Changed