Commit b33a148
000 (#11)
* Send context of the conversation to improve AI asset search
* Add a short description for all extensions and dimension field (2D, 3D, 2D/3D or n/a) (4ian#8303)
Only show in developer changelog
* Add missing support for short description/dimension
Don't show in changelog
* Fix being able to rename a layer with shortcut (4ian#8309)
* Fix opening the 3D editor not working after launching a preview first on the web (4ian#8310)
* Fix property group wrongly set when dragging a folder to the root (4ian#8312)
* Fix handling of instance/locked variables (4ian#8311)
- Removed the + button that was wrongly shown to add an instance variable (instance variables can only "override" the values of the variables defined in the object)
- Fix paste/delete a child of structure/array of a variable that is re-defined in instances variables. Previously it was not possible to paste a variable as a child of a instance variable that was a structure/array. This is now possible (and fully supported - you can't add new variables at the root, but items inside structures/arrays can be changed).
* Fix properties sometimes missing or duplicated when grouped in columns (4ian#8313)
* Fix keyboard shortcuts (copy/cut/paste/delete/undo/redo) not working when editing variables
* Replace old search bar by compact search bar in scene editor panels (4ian#8317)
* Improve robustness of AI events generation and asset swapping
* [Auto PR] Update translations (4ian#8304)
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: 4ian <1280130+4ian@users.noreply.github.com>
* Add support for ordering For Each by an expression, with optional limit (4ian#8319)
- For advanced use cases where it's important to run events on each instance of an object with an ordering, the For Each can now have an ordering: an expression can be written and will be evaluated for each instance separately. The For Each will then execute for each instance in the order of the result of the expression.
- It's possible to change the direction (ascending or descending)
- It's also possible to give a limit (for example, 1 will allow to pick just the instance with the highest/lowest value for the expression).
- Examples are provided in the UI for common use cases (maximum value of a variable, health points, ammo, distance to another object...)
* Update cordova config for new xcode/ios versions (4ian#8321)
Only show in developer changelog
* Fix tileset scrollbar area changing selection (4ian#8324)
Fix 4ian#8316
* Improve details of center/origin when an object is created by the AI (4ian#8322)
* Add a simplified version of the Anchor behavior editor (4ian#8325)
* [Auto PR] Update translations (4ian#8323)
* Bump newIDE version
* Fix size calculation for variants
Don't show in changelog
* [Auto PR] Update translations (4ian#8328)
* Fix new group name to ensure no usage of forbidden characters (4ian#8329)
* Add storybook stories for Anchor behavior editors (4ian#8330)
Do not show in changelog
* Fix brackets showing in the top right corner of the scene editor (4ian#8332)
Don't show in changelog
* Fix Scene Editor panels not resizing as small as possible (4ian#8331)
* Allow to import asset pack files (GDO) (4ian#8296)
* Explain the difference between built-in and external extensions in the documentation (4ian#8335)
- Don't show in changelog
* Fix to avoid objects to move when the gizmo dragging point is clicked (4ian#8334)
* Tweak the delay before moving an object with gizmo in the 3D editor
* Fix event generation errors not properly reported
* Allow multiple deletions in a single operation for generated events
* Persist properties panel scroll position for instances and objects (4ian#8337)
---------
Co-authored-by: Florian Rival <Florian.rival@gmail.com>
Co-authored-by: Florian Rival <florian@gdevelop.io>
Co-authored-by: Clément Pasteau <4895034+ClementPasteau@users.noreply.github.com>
Co-authored-by: D8H <Davy.Helard@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: 4ian <1280130+4ian@users.noreply.github.com>
Co-authored-by: LuniMoon <103995399+LuniMoon@users.noreply.github.com>1 parent 7da3ae4 commit b33a148
File tree
263 files changed
+7546
-1249
lines changed- Core/GDCore
- Events/Builtin
- Extensions
- Builtin
- Capabilities
- SpriteExtension
- IDE
- Events
- Project
- Extensions
- 3D
- AdMob
- AdvancedWindow
- AnchorBehavior
- BBText
- BitmapText
- DebuggerTools
- DestroyOutsideBehavior
- DeviceSensors
- DeviceVibration
- DialogueTree
- DraggableBehavior
- Effects
- ExampleJsExtension
- FacebookInstantGames
- FileSystem
- Firebase
- Inventory
- Leaderboards
- Lighting
- LinkedObjects
- Multiplayer
- P2P
- PanelSpriteObject
- ParticleSystem
- PathfindingBehavior
- Physics2Behavior
- Physics3DBehavior
- PhysicsBehavior
- PlatformBehavior
- PlayerAuthentication
- PrimitiveDrawing
- SaveState
- Screenshot
- Shopify
- SpatialSound
- Spine
- Steamworks
- SystemInfo
- TextEntryObject
- TextInput
- TextObject
- TileMap
- TiledSpriteObject
- TopDownMovementBehavior
- TweenBehavior
- Video
- GDJS
- GDJS
- Events/CodeGeneration
- Extensions/Builtin
- Runtime
- Cordova
- InGameEditor
- debugger-client
- GDevelop.js
- Bindings
- TestUtils
- __tests__
- types
- newIDE
- app
- src
- AiGeneration
- AssetStore
- BehaviorsEditor
- Editors
- EditorFunctions
- SimplifiedProject
- EventsFunctionsExtensionEditor/OptionsEditorDialog
- EventsFunctionsExtensionsLoader/Storage
- EventsSheet
- EventsTree
- Renderers
- TextRenderer
- ParameterFields
- InstancesEditor
- CompactInstancePropertiesEditor
- InstancesList
- LayersList
- MainFrame
- EditorContainers
- EditorTabs
- Preferences
- ObjectEditor
- CompactObjectPropertiesEditor
- ObjectGroupEditor
- ObjectGroupsList
- ObjectsList
- ProjectManager
- PropertiesEditor
- SceneEditor
- CustomObjectExtractor
- MosaicEditorsDisplay
- SwipeableDrawerEditorsDisplay
- UI
- CompactSearchBar
- CompactToggleButtons
- CustomSvgIcons
- Utils
- GDevelopServices
- VariablesList
- fixtures
- locales
- af_ZA
- ar_SA
- az_AZ
- bg_BG
- bn_BD
- br_FR
- ca_ES
- cs_CZ
- da_DK
- de_DE
- el_GR
- en
- eo_UY
- es_ES
- fa_IR
- fi_FI
- fil_PH
- fr_FR
- ha_HG
- he_IL
- hi_IN
- hu_HU
- id_ID
- ig_NG
- it_IT
- ja_JP
- ka_GE
- km_KH
- ko_KR
- lt_LT
- lv_LV
- mr_IN
- ms_MY
- my_MM
- nl_NL
- no_NO
- pl_PL
- pseudo_LOCALE
- pt_BR
- pt_PT
- ro_RO
- ru_RU
- si_LK
- sk_SK
- sl_SI
- sq_AL
- sr_CS
- sr_SP
- sv_SE
- sw_KE
- ta_IN
- th_TH
- tr_TR
- uk_UA
- ur_PK
- uz_UZ
- vi_VN
- yo_NG
- zh_CN
- zh_TW
- stories/componentStories
- LayoutEditor
- ObjectEditor
- ParameterFields
- electron-app
- app
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
263 files changed
+7546
-1249
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| |||
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
39 | | - | |
| 42 | + | |
40 | 43 | | |
41 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
42 | 50 | | |
43 | 51 | | |
44 | 52 | | |
| |||
62 | 70 | | |
63 | 71 | | |
64 | 72 | | |
65 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
66 | 77 | | |
67 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
68 | 81 | | |
69 | 82 | | |
70 | 83 | | |
| |||
85 | 98 | | |
86 | 99 | | |
87 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
88 | 108 | | |
89 | 109 | | |
90 | 110 | | |
| |||
111 | 131 | | |
112 | 132 | | |
113 | 133 | | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
114 | 144 | | |
115 | 145 | | |
116 | 146 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
62 | 81 | | |
63 | 82 | | |
64 | 83 | | |
| |||
81 | 100 | | |
82 | 101 | | |
83 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
84 | 106 | | |
85 | 107 | | |
86 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
0 commit comments