Commit 354e009
Last almost stable (#54)
* Make the home page navigation sidebar collapsible
* Fix potential crashes in the scene editor
* Improve logs in case of UseAfterFreeError
Only show in developer changelog
* Fix potential crashes in the scene editor
Don't show in changelog
* Display extension details side by side with the extension list on large screens (4ian#8482)
* Fix hot-reloading of global object instances (4ian#8489)
* Fix "Add or edit variables" button always creating variables for object variables (4ian#8493)
* Fix "Add or edit variables" button opening scene variables instead of local variables (4ian#8496)
* Add save/restore support for linked object relationships (4ian#8499)
Fix 4ian#8497
* Fix potential crash during resource reloading (4ian#8500)
* Make clear in Storage actions if a number or text is being written (4ian#8498)
* Add "Reload Project" menu action (4ian#8501)
Co-authored-by: Gleb Volkov <glebusheg@playtika.com>
* Remove deprecated, unused GitHub workflow
Don't show in changelog
* Fix scene properties not usable via the variable action and condition (4ian#8504)
* [Auto PR] Update translations (4ian#8474)
* Bump newIDE version
* Add experimental option in tabs context menu to open some editors (Event Sheets, Extensions...) into separate windows (4ian#8492)
* Fix wavesurfer version (4ian#8508)
* Allow AI to create objects via exact asset ID without specifying type (4ian#8509)
* Fix crashes when using invalid object names in object folders
* Support partial asset ID matching in asset search (4ian#8512)
Don't show in changelog
* Fix missing globally used resources when unloading a scene that uses these resources (4ian#8513)
- It only happens when "Unload at scene exit" is selected in project settings and a global object share some resources with a scene object.
* Fix tentatively crash in popped-out window when a theme is missing a color (4ian#8518)
Fix 4ian#8517
---------
Co-authored-by: Florian Rival <Florian.rival@gmail.com>
Co-authored-by: D8H <Davy.Helard@gmail.com>
Co-authored-by: LuniMoon <103995399+LuniMoon@users.noreply.github.com>
Co-authored-by: Gleb Volkov <glebusheg@playtika.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent 7815318 commit 354e009
File tree
150 files changed
+3733
-796
lines changed- .circleci
- .github/workflows
- Core
- GDCore
- Extensions/Builtin
- IDE
- Project
- tests
- GDJS/GDJS
- Events/CodeGeneration
- IDE
- GDevelop.js/__tests__
- newIDE
- app
- patches
- public
- src
- AiGeneration
- CodeEditor
- CommandPalette
- CommandPalette
- EditorFunctions
- EventsFunctionsExtensionsLoader
- CodeWriters
- EventsSheet
- InstructionEditor
- ParameterFields/GenericExpressionField
- InstancesEditor
- KeyboardShortcuts
- MainFrame
- EditorTabs
- ObjectsList
- ResourcesEditor
- ResourcesList
- SceneEditor
- MosaicEditorsDisplay
- SwipeableDrawerEditorsDisplay
- UI
- ColorField
- CustomSvgIcons
- DragAndDrop
- Menu
- Theme
- Utils
- GDevelopServices
- 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
- 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.
150 files changed
+3733
-796
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
375 | 375 | | |
376 | 376 | | |
377 | 377 | | |
| 378 | + | |
378 | 379 | | |
379 | 380 | | |
380 | 381 | | |
381 | 382 | | |
| 383 | + | |
382 | 384 | | |
383 | 385 | | |
384 | 386 | | |
385 | 387 | | |
386 | 388 | | |
387 | 389 | | |
| 390 | + | |
388 | 391 | | |
389 | 392 | | |
390 | 393 | | |
391 | 394 | | |
392 | 395 | | |
393 | 396 | | |
| 397 | + | |
394 | 398 | | |
395 | 399 | | |
396 | 400 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
143 | 165 | | |
144 | 166 | | |
145 | 167 | | |
146 | 168 | | |
147 | 169 | | |
148 | | - | |
149 | 170 | | |
150 | | - | |
151 | 171 | | |
152 | 172 | | |
153 | 173 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
84 | 89 | | |
85 | 90 | | |
86 | 91 | | |
87 | 92 | | |
88 | 93 | | |
89 | 94 | | |
90 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
91 | 101 | | |
92 | 102 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
266 | 272 | | |
267 | 273 | | |
268 | 274 | | |
| |||
289 | 295 | | |
290 | 296 | | |
291 | 297 | | |
292 | | - | |
| 298 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
80 | 78 | | |
81 | 79 | | |
82 | 80 | | |
| |||
85 | 83 | | |
86 | 84 | | |
87 | 85 | | |
88 | | - | |
| 86 | + | |
89 | 87 | | |
90 | 88 | | |
91 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
219 | 255 | | |
220 | 256 | | |
221 | 257 | | |
| |||
Lines changed: 4 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1132 | 1132 | | |
1133 | 1133 | | |
1134 | 1134 | | |
1135 | | - | |
1136 | | - | |
1137 | | - | |
| 1135 | + | |
1138 | 1136 | | |
1139 | 1137 | | |
1140 | 1138 | | |
| |||
1152 | 1150 | | |
1153 | 1151 | | |
1154 | 1152 | | |
1155 | | - | |
1156 | | - | |
1157 | | - | |
| 1153 | + | |
1158 | 1154 | | |
1159 | 1155 | | |
1160 | 1156 | | |
| |||
1168 | 1164 | | |
1169 | 1165 | | |
1170 | 1166 | | |
1171 | | - | |
1172 | | - | |
1173 | | - | |
| 1167 | + | |
1174 | 1168 | | |
1175 | 1169 | | |
1176 | 1170 | | |
| |||
1194 | 1188 | | |
1195 | 1189 | | |
1196 | 1190 | | |
1197 | | - | |
1198 | | - | |
1199 | | - | |
| 1191 | + | |
1200 | 1192 | | |
1201 | 1193 | | |
1202 | 1194 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
574 | 574 | | |
575 | 575 | | |
576 | 576 | | |
577 | | - | |
578 | | - | |
| 577 | + | |
| 578 | + | |
579 | 579 | | |
580 | | - | |
581 | | - | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
582 | 586 | | |
583 | 587 | | |
584 | 588 | | |
| |||
0 commit comments