Florian Rival
d41998ec1b
Update posthog to latest version
2025-10-14 14:28:25 +02:00
Florian Rival
f917d1597e
Fix leaderboard entry rate limiting ( #7906 )
...
- This enforce slimits of 12 successful saves per minute globally and 6 per minute per
leaderboard. This is enough for the very large majority of games and avoid issues when sending too many scores because of a mistake or wrong game design.
2025-10-14 12:28:09 +02:00
github-actions[bot]
d474c2a47e
Update translations ( #7899 )
v5.5.243
2025-10-13 13:24:23 +02:00
Florian Rival
086d4a1c6f
Bump newIDE version
2025-10-13 13:17:18 +02:00
Florian Rival
65bc9ef4a8
Add missing ability to select text when a fatal error is displayed on screen
2025-10-12 17:15:49 +02:00
Florian Rival
073268160f
Improve documentation pages generation [ci skip]
2025-10-12 14:23:50 +02:00
Florian Rival
40c576bc2d
Fix Save State with old async tasks used in some extensions
2025-10-11 18:40:19 +02:00
Florian Rival
0bbf7ed804
Fix documentation formatting
2025-10-11 18:07:57 +02:00
Florian Rival
f05fa88eec
Add collapsible blocks describing parameters of actions/conditions in the documentation
2025-10-11 17:49:19 +02:00
github-actions[bot]
6d67965c63
[Auto PR] Update translations ( #7898 )
2025-10-11 16:38:56 +02:00
Florian Rival
98a24dc8fc
Add support for profiles and exclusions in Save States ( #7897 )
2025-10-11 15:47:31 +02:00
D8H
7fa55409ed
Display both values and labels in selector properties ( #7895 )
2025-10-10 13:09:49 +02:00
D8H
20f2c0460e
Automatically close the object editor dialog when editing the variant ( #7894 )
2025-10-10 11:52:04 +02:00
github-actions[bot]
dc36bf96f1
[Auto PR] Update translations ( #7893 )
2025-10-10 08:59:07 +02:00
Clément Pasteau
426e654f44
Open subscription dialog instead of credits dialog when reaching max daily AI requests ( #7892 )
2025-10-10 08:43:19 +02:00
Clément Pasteau
6d0f93c3ce
Adapt editor function to duplicate object ( #7889 )
...
Do not show in changelog
2025-10-09 18:07:32 +02:00
Clément Pasteau
11d3c52197
Automatically scroll down the AI Panel when generating ( #7888 )
2025-10-08 15:17:11 +02:00
github-actions[bot]
2ee1050083
[Auto PR] Update translations ( #7886 )
2025-10-08 13:31:58 +02:00
Clément Pasteau
ca00afb918
Allow coming back from bundle purchase flow & improve display ( #7887 )
...
Do not show in changelog
2025-10-08 11:10:05 +02:00
Florian Rival
02953a1436
Fix warning
2025-10-08 09:34:04 +02:00
Florian Rival
e14215c679
Make GDJS runtime of the deployed web-app to use the exact commit hash
...
This avoids issues when deploying again the same version number
Don't show in changelog
2025-10-08 00:51:34 +02:00
github-actions[bot]
c60ea0701a
[Auto PR] Update translations ( #7885 )
2025-10-07 12:43:15 +02:00
Digvijay Rawat
de6ae1cc8f
Save the selected layer in each scene so it is persisted across sessions ( #7879 )
2025-10-07 12:31:47 +02:00
Clément Pasteau
ad24acd72f
Allow buying a bundle without an account ( #7873 )
...
Do not show in changelog
2025-10-07 12:30:13 +02:00
Florian Rival
3c0bb83032
Add "Pick Nearest" and "Rotate toward object" action ( #7883 )
2025-10-07 11:59:07 +02:00
Florian Rival
d5c96d74ed
Add a grace distance to Destroy Outside behavior to avoid deleting objects if they are never seen but near the camera ( #7864 )
2025-10-07 11:58:42 +02:00
github-actions[bot]
43aada8ae7
[Auto PR] Update translations ( #7881 )
2025-10-07 11:55:22 +02:00
Florian Rival
17a7c2815f
Send GDevelop version to AI endpoints for backward compatibility
...
Don't show in changelog
2025-10-06 18:46:31 +02:00
Sebastien Dionne
9441774a22
Fix typos and linguistic errors in documentation / hacktoberfest ( #7882 )
...
Signed-off-by: Sebastien Dionne <survivant00@gmail.com >
2025-10-06 11:44:05 +02:00
Florian Rival
d279276cc0
Fix instance sometimes not visible after being added by the AI
2025-10-05 23:52:35 +02:00
Florian Rival
c7f8a7a2eb
Fix formatting
2025-10-05 23:44:53 +02:00
D8H
0fb92e000b
Fix the link to the asynchronous function help page ( #7880 )
2025-10-05 23:27:18 +02:00
Florian Rival
d70e3f71a6
Improve description of debugger tools extension [ci skip]
...
Don't show in changelog
2025-10-04 01:58:13 +02:00
Florian Rival
fe50ea3c01
Improve fog density description
2025-10-03 20:01:52 +02:00
danvervlad
77f821250a
Add internal flag allowing to disable entirely hitboxes of Spine objects to avoid unnecessary recomputations ( #7834 )
...
Only show in developer changelog
2025-10-03 18:30:37 +02:00
github-actions[bot]
ff028ffa62
[Auto PR] Update translations ( #7860 )
...
Co-authored-by: D8H <2611977+D8H@users.noreply.github.com >
2025-10-03 15:29:54 +02:00
D8H
64cc788d43
Save grid settings for variant tabs ( #7869 )
2025-10-02 14:15:41 +02:00
D8H
a85668c8d9
Fix aspect ratio being lost when hot-reloading 3D models ( #7868 )
2025-10-02 14:15:26 +02:00
Clément Pasteau
add042ec16
Create a standalone page that can be used for bundles ( #7861 )
2025-09-30 14:20:53 +02:00
Clément Pasteau
e174136fb4
New Save & Load built-in actions ( #7811 )
...
* New actions are available to save & load the game state, making Saving & Loading as easy as adding 1 action to your game!
* While it will work in most cases, it has a few limitations and hasn't been thoroughly tested on all types of objects/behaviors and games, so it is for the moment tagged as **Experimental** while we gather feedback and improve it
* Check out the wiki for more info: https://wiki.gdevelop.io/gdevelop5/all-features/save-state
2025-09-29 15:38:37 +02:00
github-actions[bot]
ff8697ed71
[Auto PR] Update translations ( #7852 )
v5.5.242
2025-09-26 10:23:40 +02:00
ViktorVovk
542a841791
Add error handling for Howler sound methods ( #7853 )
...
* Specifically for "Maximum call stack size exceeded" errors.
2025-09-26 10:11:58 +02:00
github-actions[bot]
b9640f0049
[Auto PR] Update translations ( #7851 )
...
Do not show in changelog
2025-09-25 17:51:05 +02:00
Florian Rival
a6cc3dc85b
Update storage action to make clearer the usage of manual load/unload
2025-09-25 16:28:36 +02:00
Clément Pasteau
6083c71e0e
Bump newIDE version ( #7850 )
2025-09-25 10:48:53 +02:00
github-actions[bot]
e844ea819b
Update extension translations [skip ci] ( #7849 )
...
Co-authored-by: ClementPasteau <4895034+ClementPasteau@users.noreply.github.com >
2025-09-25 09:38:37 +02:00
github-actions[bot]
27f0300bc7
Update translations [skip ci] ( #7845 )
...
Co-authored-by: ClementPasteau <4895034+ClementPasteau@users.noreply.github.com >
2025-09-25 09:35:00 +02:00
Clément Pasteau
35cea2eaba
Update example slug info for analytics ( #7847 )
...
Do not show in changelog
2025-09-24 14:42:11 +02:00
D8H
7c4617da99
Add a skybox effect ( #7843 )
2025-09-23 21:14:44 +02:00
Clément Pasteau
d6d7c5c1fb
Fix templates not accessible when bought via an unlisted bundle ( #7844 )
2025-09-23 11:18:15 +02:00