Skip to content

Major update#10

Merged
talkafk merged 26 commits intomainfrom
develop
Jan 5, 2026
Merged

Major update#10
talkafk merged 26 commits intomainfrom
develop

Conversation

@talkafk
Copy link
Copy Markdown
Collaborator

@talkafk talkafk commented Nov 26, 2025

Added

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

Updated

  • 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).
  • Class name prefixing — classes now use GP prefix to avoid conflicts with common class names (e.g. PlayerGPPlayer).
  • Logging — in the logger module, the methods info(), warn(), err() now accept any number of arguments.
  • Demo — updated demo scene with new features.

Fixed

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

@talkafk talkafk merged commit e3eabfa into main Jan 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

1 participant