Gilles Roudière
|
c54d407fa5
|
Fixes TileSet set as local to scene
|
2023-06-20 17:48:56 +02:00 |
|
Rémi Verschelde
|
73ac33342f
|
Merge pull request #78442 from smix8/navmesh_bake_geo_errors_4.x
Fix potential crashes in navmesh bake geometry functions
|
2023-06-20 09:22:03 +02:00 |
|
Rémi Verschelde
|
ca3283b22b
|
Merge pull request #77278 from davthedev/stylebox-flat-polys-optimize
Remove useless polygons from StyleBoxFlat drawing
|
2023-06-20 09:20:27 +02:00 |
|
Rémi Verschelde
|
217a20a8a0
|
Merge pull request #78448 from akien-mga/black-23.3.0
CI: Update static checks to black 23.3.0
|
2023-06-20 00:05:39 +02:00 |
|
Rémi Verschelde
|
75ef6e486c
|
Merge pull request #77735 from AThousandShips/node_array_fix
Fix export of `Array[Node]`
|
2023-06-20 00:04:01 +02:00 |
|
Rémi Verschelde
|
e4deaa2727
|
Merge pull request #76787 from RedworkDE/avoid-localvector-copy
Avoid making unnecessary copies of `LocalVector`
|
2023-06-20 00:01:55 +02:00 |
|
Rémi Verschelde
|
c9c941e339
|
CI: Update static checks to black 23.3.0
And apply it to the codebase, removing empty lines at the start of blocks.
|
2023-06-19 23:33:02 +02:00 |
|
Ninni Pipping
|
bbd4873eea
|
Fix index in loading of Array[Node]
|
2023-06-19 23:19:38 +02:00 |
|
smix8
|
f3a6e04f8b
|
Fix potential crashes in navmesh bake geometry functions
Fixes potential crashes in navmesh geometry functions.
|
2023-06-19 20:58:36 +02:00 |
|
Dominik 'dreamsComeTrue' Jasiński
|
6e6e296502
|
Set correct RW locks in AnimatedTexture
|
2023-06-19 15:21:52 +02:00 |
|
Rémi Verschelde
|
2d90f66ac1
|
Merge pull request #78323 from kleonc/tile-compat-transposed-transform-fix
Fix transform for transposed tiles in compatibility mode (from 3.x)
|
2023-06-16 16:52:51 +02:00 |
|
kleonc
|
735e7d67ca
|
Fix transform for transposed tiles in compatibility mode (from 3.x)
|
2023-06-16 13:31:01 +02:00 |
|
Rémi Verschelde
|
7734146060
|
Merge pull request #78256 from Calinou/animatedtexture-fix-property-hint
Fix outdated usage of `or_lesser` in AnimatedTexture property hint
|
2023-06-15 10:50:53 +02:00 |
|
Rémi Verschelde
|
41b34e3e56
|
Merge pull request #78240 from KoBeWi/nothing_valid_here,_keep_scrolling
Safe-guard against missing node arrays
|
2023-06-15 10:50:45 +02:00 |
|
Rémi Verschelde
|
0da20d019e
|
Merge pull request #77412 from smix8/fix_threaded_navmesh_baking_4.x
Fix for threaded NavigationMesh baking under new thread guards
|
2023-06-15 10:49:58 +02:00 |
|
Hugo Locurcio
|
7b4fd528ab
|
Fix outdated usage of or_lesser in AnimatedTexture property hint
The property hint was renamed to `or_less` in 4.0, so it had no effect.
|
2023-06-15 07:46:33 +02:00 |
|
kobewi
|
4d4fe94cf0
|
Safe-guard against missing node arrays
|
2023-06-14 22:02:39 +02:00 |
|
kleonc
|
77b8e0fcb7
|
Allow setting negative WorldBoundaryShape2D.distance through the editor
|
2023-06-14 14:54:00 +02:00 |
|
smix8
|
ee14b010ac
|
Fix for threaded NavigationMesh baking under new thread guards
Fixes threaded NavigationMesh baking under new SceneTree thread guards that blocked the process.
|
2023-06-14 01:53:37 +02:00 |
|
smix8
|
180a5cded1
|
Fix cell_height for navigation meshes
Fixes `cell_height` for navigation meshes.
|
2023-06-13 23:24:32 +02:00 |
|
Rémi Verschelde
|
ad935c4d93
|
Merge pull request #78172 from smix8/navpoly_cell_size_4.x
Add NavigationPolygon `cell_size` property
|
2023-06-13 13:53:06 +02:00 |
|
Rémi Verschelde
|
ad85ecef8d
|
Merge pull request #77750 from RandomShaper/tidy_shader_data_items
Let editor workaround a case of inconsistency in compound scenes
|
2023-06-13 13:52:51 +02:00 |
|
kobewi
|
06eff95d64
|
Fix missing UID handling in Dependency Editor
|
2023-06-13 11:09:56 +02:00 |
|
Pedro J. Estébanez
|
96c469a138
|
Let editor workaround a case of inconsistency in compound scenes
|
2023-06-13 11:05:57 +02:00 |
|
smix8
|
9c8626bfd8
|
Add NavigationPolygon cell_size property
Adds NavigationPolygon cell_size property.
|
2023-06-13 10:53:07 +02:00 |
|
Rémi Verschelde
|
65969dd51a
|
Merge pull request #77945 from AThousandShips/null_check
Use NULL instead of COND checks when appropriate
|
2023-06-10 12:11:48 +02:00 |
|
Rémi Verschelde
|
fe0ee24533
|
Merge pull request #77779 from KoBeWi/emit_changed()
Use `emit_changed()` consistently
|
2023-06-10 12:11:25 +02:00 |
|
Ninni Pipping
|
dcd2b883eb
|
Use NULL instead of COND checks when appropriate
Restricted to scene
|
2023-06-10 08:56:30 +02:00 |
|
Rémi Verschelde
|
082cfd501a
|
Merge pull request #78021 from clayjohn/Particles-size-rot-reset
Correctly reset particle size and rotation in ParticlesProcessMaterial
|
2023-06-09 11:07:13 +02:00 |
|
Rémi Verschelde
|
166643df32
|
Merge pull request #74937 from bitsawer/fix_uniform_storage
Fix shader uniform storage conversions and crash
|
2023-06-09 11:04:16 +02:00 |
|
Raffaele Picca
|
353a4e1e09
|
Correctly reset particle size and rotation in ParticlesProcessMaterial
Co-authored-by: clayjhn <claynjohn@gmail.com>
|
2023-06-08 14:39:14 -07:00 |
|
Kirill Diduk
|
566f78bc1e
|
Fix parameters passing to add_triangle_fan method.
Pass `p_uvs` parameter properly (instead of passing `p_uv2s` twice).
This commit fixes #77542
|
2023-06-08 17:45:26 +02:00 |
|
Rémi Verschelde
|
fad61679cc
|
Merge pull request #77969 from clayjohn/Material-ORM-key
Hash ORM flag in BaseMaterial to differentiate between ORM and Standard materials
|
2023-06-08 09:11:06 +02:00 |
|
clayjohn
|
86550ea3c5
|
Hash ORM flag in BaseMaterial to differentiate between ORM and Standard materials
|
2023-06-07 09:31:34 -07:00 |
|
Rémi Verschelde
|
803ad98303
|
Merge pull request #77958 from Calinou/editor-particle-damping-increase-step-precision
Increase precision in particle damping properties in the editor
|
2023-06-07 16:06:59 +02:00 |
|
Rémi Verschelde
|
27b402bf73
|
Merge pull request #77902 from dalexeev/doc-unify-deprecations
Documentation: Unify deprecations
|
2023-06-07 16:06:50 +02:00 |
|
Danil Alexeev
|
b433020aa6
|
Documentation: Unify deprecations
|
2023-06-07 16:34:03 +03:00 |
|
Hugo Locurcio
|
fc4ec42a09
|
Increase precision in particle damping properties in the editor
|
2023-06-07 15:26:02 +02:00 |
|
VolTer
|
995880e60b
|
Optimize and fix the default theme SVGs
|
2023-06-07 05:40:58 +02:00 |
|
lawnjelly
|
b69c8b4791
|
Single Compilation Unit build.
Adds support for simple SCU build (DEV_ENABLED only).
This speeds up compilation by compiling multiple cpp files within a single translation unit.
|
2023-06-06 15:36:51 +01:00 |
|
kobewi
|
5b85dabcc8
|
Use emit_changed() consistently
|
2023-06-02 22:45:18 +02:00 |
|
JoNax97
|
b998f7ceb7
|
Gradient: Check if interpolation mode and color space are different before firing notifications.
|
2023-06-02 10:40:13 -03:00 |
|
Pedro J. Estébanez
|
4412c1d989
|
Fix external resource ids lost
|
2023-06-01 22:34:49 +02:00 |
|
Rémi Verschelde
|
f77dee90a6
|
Merge pull request #76389 from ajreckof/editor-property-nodepath-for-node
Fix typed array export
|
2023-06-01 00:40:40 +02:00 |
|
Yuri Sizov
|
c3e512eda4
|
Merge pull request #77692 from RandomShaper/fix_th_material_load
Fix materials' shaders not updated if loaded on a non-main thread
|
2023-05-31 14:35:05 +02:00 |
|
Pedro J. Estébanez
|
197b54370a
|
Fix materials' shaders not updated if loaded on a non-main thread
|
2023-05-31 12:50:27 +02:00 |
|
Yuri Sizov
|
943e5b9019
|
Merge pull request #77631 from KdotJPG/issue-77491-fix-turbulence-noise-scale
Fix `turbulence_noise_scale` for Particle Turbulence
|
2023-05-31 12:49:49 +02:00 |
|
KdotJPG
|
9332a091e1
|
Fix turbulence_noise_scale regression.
Fixes #77491
|
2023-05-30 23:58:01 -04:00 |
|
Yuri Sizov
|
c0ee762f46
|
Merge pull request #77655 from bitsawer/fix_strange_fragments
Fix suspicious code related to text rendering
|
2023-05-30 16:03:44 +02:00 |
|
Yuri Sizov
|
faa73c9fcb
|
Merge pull request #77608 from bitsawer/fix_cyclic_includes
Fix shader preprocessor cyclic include handling
|
2023-05-30 15:32:04 +02:00 |
|