这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: jesusmgg/GDevelop

Tags

v5.0.0-beta117

Toggle v5.0.0-beta117's commit message
Bump newIDE version

v5.0.0-beta116

Toggle v5.0.0-beta116's commit message
Bump newIDE version

v5.0.0-beta115

Toggle v5.0.0-beta115's commit message
Bump newIDE Version

v5.0.0-beta114

Toggle v5.0.0-beta114's commit message
Add option to allow building Android App Bundles that can be uploaded…

… if you already published APKs with Play App Signing enabled for your game

* If you already opted in for "Play App Signing" in the Play Developer Console and published some APKs like this, you need to enable the new "Old upload key" option, in the Signing Option, before *each* packaging for Android.
* Read this [page to learn more](http://wiki.compilgames.net/doku.php/gdevelop5/publishing/android_and_ios/play-store/upgrading-from-apk-to-aab#done_you_can_now_upload_your_aab) and have step by step details of what to do to update your game.
* If you publish a new game with Android App Bundles, there is nothing to do!

v5.0.0-beta113

Toggle v5.0.0-beta113's commit message
Fix progress bar not shown if GDevelop logo was hidden

Don't show in changelog

v5.0.0-beta112

Toggle v5.0.0-beta112's commit message
Add missing Flow annotations

Don't show in changelog

v5.0.0-beta111

Toggle v5.0.0-beta111's commit message
Remove useless "Behavior" text in the behaviors editor

Don't show in changelog

v5.0.0-beta110

Toggle v5.0.0-beta110's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix "debug draw" not taking into account camera zoom and rotation (4i…

…an#2636)

v5.0.0-beta109

Toggle v5.0.0-beta109's commit message
Change the default behavior when clicking outside a window: it won't …

…be closed anymore.

* This avoids a recurring issue where misclicking outside a window would cancel any changes made in the window.
* You can still press Escape to quickly close a dialog.
* Note that this behavior can be customized in the preferences. You can choose to cancel the changes, apply any changes or do nothing.

v5.0.0-beta108

Toggle v5.0.0-beta108's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix games hanging when using an empty While event (4ian#2480)