LuniMoon
e0c66f6ccf
Create a game dialog link
...
Creating a new URL link to bring users to "Create a Game" modal dialog.
2026-03-30 17:15:40 +02:00
Clément Pasteau
eec0fd3419
Batch of fixes ( #8452 )
...
* Profile not loading properly after log in / sign up
* Ai requests not loading properly if opened too quickly
* 3D Model previews not loading on desktop
2026-03-30 11:47:34 +02:00
Florian Rival
950ad0df4c
Refactor extension validation scanning to use common events traversal methods ( #8448 )
...
Only show in developer changelog
2026-03-27 15:07:05 +01:00
Gleb Volkov
9f9a26017d
Extend Diagnostic Report to cover extension function events ( #8438 )
...
- Diagnostic Report previously only scanned layout (scene) events and external events for validation errors. This PR extends the report to also scan events inside extension functions - including top-level ("free") functions, behavior functions, and object functions - detecting missing instructions and invalid parameters.
- Store-installed extensions are excluded from the scan
- Disabled ("commented out") events and their sub-events are skipped everywhere, not just in extensions.
2026-03-27 12:55:29 +01:00
github-actions[bot]
b8296bc4e0
[Auto PR] Update translations ( #8445 )
2026-03-27 10:45:59 +01:00
Clément Pasteau
9e8643ecba
Fix initializing canvas with 0 dimensions causing a crash until editor switch ( #8446 )
2026-03-27 09:27:41 +01:00
D8H
ec1b477c74
Add type definitions of the in-game editor for JS events ( #8444 )
2026-03-26 16:49:11 +01:00
github-actions[bot]
17b6c5befb
[Auto PR] Update translations ( #8431 )
2026-03-26 14:49:43 +01:00
Clément Pasteau
c298b92d38
Fix searchbar sometimes losing characters ( #8442 )
2026-03-26 14:46:42 +01:00
D8H
cc71af5433
Fix a crash when installing an asset with buttons if some behaviors are missing ( #8439 )
2026-03-26 13:54:08 +01:00
Florian Rival
0a20f7194b
Replace SearchBar with CompactSearchBar in property and function lists ( #8430 )
2026-03-24 09:19:56 +01:00
D8H
d7447fe123
Add a preference to enable the display of type errors in JavaScript events ( #8429 )
2026-03-24 09:03:25 +01:00
D8H
23908aad8e
Save the scroll position of JS code events when closing and opening tabs ( #8417 )
2026-03-23 17:29:51 +01:00
Clément Pasteau
af21c2f1ca
Bump to 262 ( #8428 )
2026-03-23 15:32:39 +01:00
github-actions[bot]
2e900fbf87
[Auto PR] Update translations ( #8382 )
2026-03-23 15:32:24 +01:00
D8H
63ffca8f77
Update the tree of functions in extensions editor with a new set of icons ( #8424 )
2026-03-23 15:24:29 +01:00
D8H
831a4b0f8a
Redesign the object/behavior configuration editor in extensions to be more compact ( #8425 )
2026-03-23 15:22:20 +01:00
D8H
9afaddf700
Fix a crash when removing a behavior while the behavior overriding is displayed in the side panel ( #8427 )
2026-03-23 15:09:44 +01:00
Florian Rival
36f9967723
Fix native context menu wrongly shown in Events Sheets on the web-app
2026-03-20 17:49:45 +01:00
Florian Rival
0f45ed2b80
Fix native menu wrongly shown when right clicking a tab on the web-app
2026-03-20 17:13:02 +01:00
Florian Rival
bb8580f7dd
Display better certificate errors ( #8421 )
2026-03-20 16:01:21 +01:00
D8H
c5259b6962
Fix embedded resource links when importing a GDO ( #8419 )
2026-03-20 15:44:40 +01:00
Florian Rival
50afd05049
Remove useless wiki search integration from the Command Palette ( #8416 )
2026-03-19 20:02:48 +01:00
Florian Rival
ba30856087
Add Ctrl/Cmd+K as a secondary shortcut for command palette ( #8415 )
2026-03-19 16:43:59 +01:00
Florian Rival
fd6e778a54
Fix potential crashes of the Objects panel ( #8413 )
2026-03-19 16:37:16 +01:00
D8H
e09ce113bf
Fix a crash updating an extension when importing a GDO file and the extension tab is open ( #8412 )
...
- Don't show in changelog
2026-03-18 18:40:35 +01:00
D8H
a6e064b003
Add icons on parameter type selector ( #8411 )
2026-03-18 16:30:39 +01:00
Florian Rival
264b5c3c5b
Improve dead object detection for C++ objects ( #8408 )
2026-03-18 15:42:36 +01:00
D8H
1170f8e12f
Fix missing instructions not being selectable in Events Sheet ( #8410 )
2026-03-18 13:59:09 +01:00
D8H
10f5501d3c
Fix function tree lost of focus when pressing up or down keys ( #8409 )
2026-03-18 13:46:16 +01:00
Florian Rival
bcfde0d37b
Fix potential crashes when resizing the 2D editor ( #8378 )
2026-03-17 18:23:26 +01:00
Florian Rival
2b0b8b9b91
Improve context of UseAfterFreeError ( #8406 )
2026-03-17 16:00:41 +01:00
D8H
f9656a6d51
Fix double "asset" sub-folder when importing resources from a GDO ( #8404 )
2026-03-17 14:48:44 +01:00
Clément Pasteau
a37549195f
Add position data for AI to know where objects/instances are positioned ( #8402 )
2026-03-17 11:29:19 +01:00
Florian Rival
63b8ffdb6f
Fix crash when deleting a layer ( #8403 )
2026-03-17 11:09:20 +01:00
D8H
dabcaa99c6
Fix parameter placeholder overflowing ( #8400 )
...
- Don't show in changelog
2026-03-16 18:16:57 +01:00
ViktorVovk
ec3ce6a5b9
Add ability to use an expression for the 'Set skin' action for Spine ( #8389 )
2026-03-16 17:35:56 +01:00
Clément Pasteau
8f58bc9292
Fix typo ( #8398 )
...
Do not show in changelog
2026-03-16 17:25:35 +01:00
D8H
68b84404bc
Redesign the function property editor to use compact fields ( #8394 )
2026-03-16 15:28:08 +01:00
Clément Pasteau
b9c9d78cd1
Fix tooltip text not visible on light theme ( #8396 )
2026-03-16 15:03:29 +01:00
Clément Pasteau
c665f82867
Fix wrong error on iOS certificate upload ( #8397 )
2026-03-16 14:58:23 +01:00
Florian Rival
efa780179e
Add memory tracking to additional container classes ( #8392 )
...
Only show in developer changelog
2026-03-16 11:44:23 +01:00
Florian Rival
14da034ff6
Make Steamworks extension accessible from the web-app
2026-03-13 16:13:39 +01:00
D8H
f30e54ec29
Fix resource sub-folders when imported GDO file on Windows ( #8381 )
2026-03-12 17:41:59 +01:00
Florian Rival
0277a78194
Fix regression when importing assets on newly created local project ( #8384 )
2026-03-12 16:47:55 +01:00
Florian Rival
42c108be6a
Fix tentatively crashes when deleting an object from the objects list
2026-03-12 15:02:41 +01:00
Florian Rival
919af486d9
Fix tentatively more crashes when switching/closing projects ( #8383 )
2026-03-12 14:42:44 +01:00
Florian Rival
fa69c798be
Fix to try to prevent crashes at project switch ( #8380 )
2026-03-12 13:56:32 +01:00
github-actions[bot]
dabb7de1fe
[Auto PR] Update translations ( #8363 )
...
This updates the translations by downloading them from Crowdin and
compiling them for usage by the app.
Please double check the values in
`newIDE/app/src/locales/LocalesMetadata.js` to ensure the changes are
sensible.
Co-authored-by: ClementPasteau <4895034+ClementPasteau@users.noreply.github.com >
2026-03-12 11:15:56 +01:00
Clément Pasteau
4e465614f9
Education plan now supports inviting existing accounts (useful for SSO requirements) ( #8371 )
2026-03-12 11:01:31 +01:00