Skip to content

Commit 25bf37f

Browse files
authored
New version: GDevelop.GDevelop version 5.5.237 (microsoft#275156)
1 parent 31b9f8d commit 25bf37f

4 files changed

Lines changed: 123 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: GDevelop.GDevelop
5+
PackageVersion: 5.5.237
6+
InstallerType: nullsoft
7+
InstallerSwitches:
8+
Upgrade: --updated
9+
UpgradeBehavior: install
10+
ProductCode: c2a9b91e-8206-5b4e-b81d-9aa27463c28e
11+
ReleaseDate: 2025-07-17
12+
Installers:
13+
- Architecture: x64
14+
Scope: user
15+
InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.5.237/GDevelop-5-Setup-5.5.237.exe
16+
InstallerSha256: BF02F6831951F754546CD331EC632F22D46756187F3704B28EA88671905279CC
17+
InstallerSwitches:
18+
Custom: /currentuser
19+
- Architecture: x64
20+
Scope: machine
21+
InstallerUrl: https://github.com/4ian/GDevelop/releases/download/v5.5.237/GDevelop-5-Setup-5.5.237.exe
22+
InstallerSha256: BF02F6831951F754546CD331EC632F22D46756187F3704B28EA88671905279CC
23+
InstallerSwitches:
24+
Custom: /allusers
25+
ManifestType: installer
26+
ManifestVersion: 1.10.0
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: GDevelop.GDevelop
5+
PackageVersion: 5.5.237
6+
PackageLocale: en-US
7+
Publisher: GDevelop Team
8+
PublisherUrl: http://www.florianrival.com/
9+
PublisherSupportUrl: https://github.com/4ian/GDevelop/issues
10+
PrivacyUrl: https://gdevelop.io/page/privacy-policy
11+
Author: Florian Rival
12+
PackageName: GDevelop
13+
PackageUrl: https://gdevelop.io/
14+
License: MIT
15+
LicenseUrl: https://github.com/4ian/GDevelop/blob/HEAD/LICENSE.md
16+
Copyright: Copyright (c) 2015-present Florian Rival
17+
ShortDescription: The fastest, easiest, most powerful no-code game engine.
18+
Description: "GDevelop is a free, open-source game engine that's 10x easier and faster to use than anything else. Build from anywhere — even on your phone. Publish everywhere: iOS, Android, Steam, web, gaming platforms. Reach millions of players or create the next hit game you've been dreaming of."
19+
Moniker: gdevelop
20+
Tags:
21+
- develop
22+
- development
23+
- game
24+
ReleaseNotes: |-
25+
📚 A streamlined Learn page with new premium courses to learn gamedev
26+
GDevelop homepage shows a new, updated Learn page when you launch GDevelop:
27+
28+
It serves as a home, notably for new users, highlighting the different resources you can use to improve your game creation skills:
29+
- 📕 Premium, complete courses designed specifically for GDevelop: learn the GDevelop essentials (accessible for free by all subscribers), how to make a specific game or specialized courses about marketing, UI, etc... Stay tuned for new content in the following weeks: sound design, how to make art for your game, and a course about making a 3D GTA-like 👀
30+
- ⛳️ In-app tutorials (previously found in the Get Started page),
31+
- 🎥 All the video tutorials from the Youtube Channel
32+
- 👾 Links to great examples to use as a starting point
33+
- 📚 More free tutorials (video or text based), as well as the traditional links to the Discord, the forum and to ask a question to the GDevelop AI.
34+
The courses are exclusive content made by content creators, teachers or GDevelop specialists. They are separate from GDevelop subscriptions. All courses can be purchased with credits, using Paypal or credit cards (Stripe).
35+
🌟 All premium courses are free one more day for everyone with a Silver, Gold, or Pro subscription.
36+
The full GDevelop Master Course, featuring 15 chapters, dozens of tasks, and step-by-step answers, will remain permanently accessible to all subscribers. Thank you for your support!
37+
Note that you can set, in the editor preferences, the "Create" page to be the default tab when you launch GDevelop if you prefer a more focused experience.
38+
💝 Improvements
39+
- Add spell check option for text input (disabled by default)
40+
- Add an action to join a specific Multiplayer lobby using its identifier, and an expression to get the current lobby ID (thanks @Jurfix!)
41+
🐛 Bug fixes
42+
- Fix AI not drawing properly multiple instances
43+
- Fix a crash of the scene editor when a custom object extension is updated
44+
- Fix 3D impulse and force toward a point actions
45+
- Fix effect default values
46+
- Fix multiplayer synchronization of custom object positions
47+
- Fix 3D physics behaviors activation and deactivation
48+
- Fix the check box to stop sounds at scene start up not being applied properly
49+
- Fix text input displayed position when inside a custom object whose layer is moved
50+
- Fix the "cursor is on" condition when used on custom object parent object
51+
- Fix AI agent not working with games with a lot of extensions or that were too big
52+
- Fix hemisphere light orientation when the top is set on Z+
53+
- Fix shadow casting and receiving that were inverted for 3D boxes
54+
⚙️ Extensions
55+
- [Resource bar] Updated to allow to use visual variants
56+
🕹 Examples
57+
- Updated all examples to use "variants" for continuous and tiled resource bars.
58+
- Use an hemisphere lights for some 3D examples.
59+
- [3D car coin hunt] Fix the road physics shape Z offset.
60+
🕹 Premium Game Templates
61+
- [Idle Clicker Template] Fixed a rare bug where if you killed the boss and immediately quit the game and return, the player will no longer move (soft lock)
62+
ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.5.237
63+
PurchaseUrl: https://gdevelop.io/pricing
64+
ManifestType: defaultLocale
65+
ManifestVersion: 1.10.0
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json
3+
4+
PackageIdentifier: GDevelop.GDevelop
5+
PackageVersion: 5.5.237
6+
PackageLocale: zh-CN
7+
Publisher: GDevelop Team
8+
PublisherUrl: http://www.florianrival.com/
9+
PublisherSupportUrl: https://github.com/4ian/GDevelop/issues
10+
PrivacyUrl: https://gdevelop.io/page/privacy-policy
11+
Author: Florian Rival
12+
PackageName: GDevelop
13+
PackageUrl: https://gdevelop.io/
14+
License: MIT
15+
LicenseUrl: https://github.com/4ian/GDevelop/blob/HEAD/LICENSE.md
16+
Copyright: Copyright (c) 2015-present Florian Rival
17+
ShortDescription: 最快、最简单、最强大的无代码游戏引擎。
18+
Description: GDevelop 是一款免费的开源游戏引擎,使用起来比其它任何引擎都要简单和快速 10 倍。在任何地方都能创建,甚至是在手机上。在任何地方都能发布:iOS、Android、Steam、网页和游戏平台。与数百万玩家见面,或制作下一款你梦寐以求的热门游戏。
19+
Tags:
20+
- 开发
21+
ReleaseNotesUrl: https://github.com/4ian/GDevelop/releases/tag/v5.5.237
22+
PurchaseUrl: https://gdevelop.io/pricing
23+
ManifestType: locale
24+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: GDevelop.GDevelop
5+
PackageVersion: 5.5.237
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)