Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-23 | Merge pull request #61303 from Calinou/occlusion-culling-fix-typo | Rémi Verschelde | |
Fix typo in occlusion culling warning method name | |||
2022-05-23 | Merge pull request #61297 from reduz/improve-synchronizer-usability | Rémi Verschelde | |
Improve MultiplayerSynchronizer and MultiplayerSpawner editor usability | |||
2022-05-23 | Merge pull request #61312 from bruvzg/hb_430 | Rémi Verschelde | |
HarfBuzz: Update to version 4.3.0 | |||
2022-05-23 | Improve MultiplayerSynchronizer editor usability | reduz | |
* Add a button to add properties (which lets you select node and property) * Add ability to drag properties and drop them to the editor. * Made the editor transient (not always visible on the bottom) since its not needed most of the time. * Added the ability to pin the editor, in case dragging properties from other nodes is desired. | |||
2022-05-23 | HarfBuzz: Update to version 4.3.0 | bruvzg | |
2022-05-23 | Merge pull request #61283 from bruvzg/text_mesh_cubic | Rémi Verschelde | |
[TextMesh] Fix cubic Bezier arc processing. | |||
2022-05-23 | Fix typo in occlusion culling warning method name | Hugo Locurcio | |
2022-05-23 | Merge pull request #61270 from Calinou/sphereshape3d-decrease-default-radius | Rémi Verschelde | |
Decrease SphereShape3D's default radius to 0.5 to match primitive mesh | |||
2022-05-22 | Merge pull request #61288 from kleonc/inspector_is_no_longer_refreshable | Rémi Verschelde | |
2022-05-22 | Merge pull request #61282 from kleonc/inspector_array_reorder_crash_fix | Rémi Verschelde | |
`EditorPropertyArray` Fix crash when drag-reordering array elements in the inspector | |||
2022-05-22 | Remove UndoRedo calls trying to call removed EditorInspector::refresh() | kleonc | |
2022-05-22 | Merge pull request #61235 from smix8/navigation_agent_avoidance_processing_4.x | Rémi Verschelde | |
2022-05-22 | EditorPropertyArray Fix crash when drag-reordering elements in the inspector | kleonc | |
2022-05-22 | Merge pull request #61271 from timothyqiu/min-size-recover | Rémi Verschelde | |
2022-05-22 | [TextMesh] Fix cubic cubic Bezier arc processing. | bruvzg | |
2022-05-22 | Update last min size when Control becomes visible | Haoyu Qiu | |
2022-05-22 | Decrease SphereShape3D's default radius to 0.5 to match primitive mesh | Hugo Locurcio | |
The SphereMesh primitive mesh's size was recently decreased, but unlike other primitive meshes, the sphere shape's radius wasn't adjusted accordingly. | |||
2022-05-22 | Merge pull request #61017 from derammo/derammo_58121 | Rémi Verschelde | |
display of large help text in visual script | |||
2022-05-21 | display of large help text in visual script | derammo | |
implemented vertical scroller for help text in popup disabled broken positioning code | |||
2022-05-21 | Merge pull request #61253 from trollodel/more_rendering_timestamps | Rémi Verschelde | |
Add timestamps to some rendering effects | |||
2022-05-21 | Add timestamps to some rendering effects | trollodel | |
2022-05-21 | Merge pull request #61246 from ↵ | Rémi Verschelde | |
Calinou/gpuparticles3d-transform-align-property-hint Tweak the GPUParticles3D Transform Align property hint for readability | |||
2022-05-21 | Tweak the GPUParticles3D Transform Align property hint for readability | Hugo Locurcio | |
2022-05-21 | Merge pull request #61242 from snailrhymer/class-desc-select-fix-2 | Rémi Verschelde | |
Fix class_desc_deselect handling of @GlobalScope.X links | |||
2022-05-21 | Fix class_desc_deselect handling of @GlobalScope.X links | SnailRhymer | |
Fix bug where links to class enums and class constants of the form @GlobalScope.X were broken. For an enum or constant with name "example_name", links of both forms @GlobalScope.example_name and example_name will now be correctly handled, including where example_name contains "." (e.g. Variant.Type). | |||
2022-05-21 | Merge pull request #61214 from somnathsarkar/particle-attractor-fix | Rémi Verschelde | |
Fix GPUParticles3D disappearance at attractor origins | |||
2022-05-20 | Fix GPUParticles3D disappearance at attractor origins | Somnath Sarkar | |
2022-05-21 | Merge pull request #61194 from reduz/new-hash-set | Rémi Verschelde | |
Add a new HashSet template | |||
2022-05-21 | Merge pull request #61237 from ↵ | Rémi Verschelde | |
Calinou/particlesmaterial-remove-outdated-comments Remove outdated "not implemented yet" comments in ParticlesMaterial | |||
2022-05-20 | Process NavigationAgent2D/3D avoidance on demand only | smix8 | |
Changes NavigationAgent avoidance callback to a toggle that is disabled by default. Also fixes a few missing descriptions / wrong warnings. | |||
2022-05-20 | Remove outdated "not implemented yet" comments in ParticlesMaterial | Hugo Locurcio | |
These features have been working as of 4.0.alpha8. | |||
2022-05-20 | Add a new HashSet template | reduz | |
* Intended to replace RBSet in most cases. * Optimized for iteration speed | |||
2022-05-20 | Merge pull request #57660 from V-Sekai/gltf-extension-fixes | Rémi Verschelde | |
2022-05-20 | Merge pull request #61224 from Calinou/filedialog-tweak-disabled-files-color | Rémi Verschelde | |
2022-05-20 | Merge pull request #61211 from Calinou/project-manager-fix-small-window-size | Rémi Verschelde | |
2022-05-20 | Tweak the disabled files text color in FileDialog for readability | Hugo Locurcio | |
Contrast rate is still fairly low, but the text needs to be easy enough to distinguish from non-disabled items. | |||
2022-05-20 | Merge pull request #61225 from Calinou/doc-decal-transparency | Rémi Verschelde | |
2022-05-20 | Fix project manager display at small window sizes | Hugo Locurcio | |
- Don't use minimum size for project order/filter controls. This also allows the filter field to become longer at large window sizes. - Hide the loading label instead of changing its opacity. This causes a reflow during loading, but this is preferable to having the UI overflow. - Hide the About button on Android as it will spawn a dialog that's too large to be closed on most screens. - Hide the language dropdown on Android as it doesn't work correctly. This allows the project manager to be displayed correctly at much lower window sizes than previously. | |||
2022-05-20 | Document Decal interactions with transparent materials | Hugo Locurcio | |
2022-05-20 | Improve gltf extension GLTFDocument api. | K. S. Ernest (iFire) Lee | |
2022-05-20 | Merge pull request #61219 from Calinou/tweak-64-bit-overflow-message | Rémi Verschelde | |
2022-05-20 | Merge pull request #61182 from danielkariv/fix_misclick_selection | Rémi Verschelde | |
2022-05-20 | Merge pull request #61217 from WindyDarian/fix_blend_shapes | Rémi Verschelde | |
2022-05-20 | Merge pull request #61215 from aaronfranke/pm-size-tweaks | Rémi Verschelde | |
2022-05-20 | Tweak 64-bit integer overflow message to mention that it's a signed type | Hugo Locurcio | |
2022-05-20 | Fix normal and tangent blending in blend shapes | Windy Darian | |
2022-05-20 | Merge pull request #61170 from smix8/navigation_navmesh_property_limits_4.x | Rémi Verschelde | |
Remove arbitrary NavigationMesh bake property limits | |||
2022-05-20 | Merge pull request #61209 from clayjohn/GLES3-sky-fixes | Rémi Verschelde | |
[GLES3] Sky fixes | |||
2022-05-20 | Merge pull request #61026 from timothyqiu/quit-prop | Rémi Verschelde | |
Make `auto_accept_quit` and `quit_on_go_back` properties | |||
2022-05-20 | Merge pull request #61213 from timothyqiu/csg-crash | Rémi Verschelde | |
Fix editor crash when opening scene with CSGMesh |