summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-22Merge pull request #61282 from kleonc/inspector_array_reorder_crash_fixRémi Verschelde
`EditorPropertyArray` Fix crash when drag-reordering array elements in the inspector
2022-05-22Merge pull request #61235 from smix8/navigation_agent_avoidance_processing_4.xRémi Verschelde
2022-05-22EditorPropertyArray Fix crash when drag-reordering elements in the inspectorkleonc
2022-05-22Merge pull request #61271 from timothyqiu/min-size-recoverRémi Verschelde
2022-05-22Update last min size when Control becomes visibleHaoyu Qiu
2022-05-22Merge pull request #61017 from derammo/derammo_58121Rémi Verschelde
display of large help text in visual script
2022-05-21display of large help text in visual scriptderammo
implemented vertical scroller for help text in popup disabled broken positioning code
2022-05-21Merge pull request #61253 from trollodel/more_rendering_timestampsRémi Verschelde
Add timestamps to some rendering effects
2022-05-21Add timestamps to some rendering effectstrollodel
2022-05-21Merge pull request #61246 from ↵Rémi Verschelde
Calinou/gpuparticles3d-transform-align-property-hint Tweak the GPUParticles3D Transform Align property hint for readability
2022-05-21Tweak the GPUParticles3D Transform Align property hint for readabilityHugo Locurcio
2022-05-21Merge pull request #61242 from snailrhymer/class-desc-select-fix-2Rémi Verschelde
Fix class_desc_deselect handling of @GlobalScope.X links
2022-05-21Fix class_desc_deselect handling of @GlobalScope.X linksSnailRhymer
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-21Merge pull request #61214 from somnathsarkar/particle-attractor-fixRémi Verschelde
Fix GPUParticles3D disappearance at attractor origins
2022-05-20Fix GPUParticles3D disappearance at attractor originsSomnath Sarkar
2022-05-21Merge pull request #61194 from reduz/new-hash-setRémi Verschelde
Add a new HashSet template
2022-05-21Merge pull request #61237 from ↵Rémi Verschelde
Calinou/particlesmaterial-remove-outdated-comments Remove outdated "not implemented yet" comments in ParticlesMaterial
2022-05-20Process NavigationAgent2D/3D avoidance on demand onlysmix8
Changes NavigationAgent avoidance callback to a toggle that is disabled by default. Also fixes a few missing descriptions / wrong warnings.
2022-05-20Remove outdated "not implemented yet" comments in ParticlesMaterialHugo Locurcio
These features have been working as of 4.0.alpha8.
2022-05-20Add a new HashSet templatereduz
* Intended to replace RBSet in most cases. * Optimized for iteration speed
2022-05-20Merge pull request #57660 from V-Sekai/gltf-extension-fixesRémi Verschelde
2022-05-20Merge pull request #61224 from Calinou/filedialog-tweak-disabled-files-colorRémi Verschelde
2022-05-20Merge pull request #61211 from Calinou/project-manager-fix-small-window-sizeRémi Verschelde
2022-05-20Tweak the disabled files text color in FileDialog for readabilityHugo Locurcio
Contrast rate is still fairly low, but the text needs to be easy enough to distinguish from non-disabled items.
2022-05-20Merge pull request #61225 from Calinou/doc-decal-transparencyRémi Verschelde
2022-05-20Fix project manager display at small window sizesHugo 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-20Document Decal interactions with transparent materialsHugo Locurcio
2022-05-20Improve gltf extension GLTFDocument api.K. S. Ernest (iFire) Lee
2022-05-20Merge pull request #61219 from Calinou/tweak-64-bit-overflow-messageRémi Verschelde
2022-05-20Merge pull request #61182 from danielkariv/fix_misclick_selectionRémi Verschelde
2022-05-20Merge pull request #61217 from WindyDarian/fix_blend_shapesRémi Verschelde
2022-05-20Merge pull request #61215 from aaronfranke/pm-size-tweaksRémi Verschelde
2022-05-20Tweak 64-bit integer overflow message to mention that it's a signed typeHugo Locurcio
2022-05-20Fix normal and tangent blending in blend shapesWindy Darian
2022-05-20Merge pull request #61170 from smix8/navigation_navmesh_property_limits_4.xRémi Verschelde
Remove arbitrary NavigationMesh bake property limits
2022-05-20Merge pull request #61209 from clayjohn/GLES3-sky-fixesRémi Verschelde
[GLES3] Sky fixes
2022-05-20Merge pull request #61026 from timothyqiu/quit-propRémi Verschelde
Make `auto_accept_quit` and `quit_on_go_back` properties
2022-05-20Merge pull request #61213 from timothyqiu/csg-crashRémi Verschelde
Fix editor crash when opening scene with CSGMesh
2022-05-20Merge pull request #61205 from Calinou/default-font-tweak-fake-bold-italicRémi Verschelde
Tweak the default font's fake italic to better match Open Sans Italic
2022-05-19Tweaks to improve the Project Manager display at small sizesAaron Franke
2022-05-19Merge pull request #50106 from aaronfranke/more-unitsAaron Franke
Use suffixes for units in nodes and resources
2022-05-20Fix editor crash when opening scene with CSGMeshHaoyu Qiu
2022-05-19Fix sky updating when DirectionalLight mode changed and shader compatibility ↵clayjohn
for certain drivers
2022-05-20Tweak the default font's fake italic to better match Open Sans ItalicHugo Locurcio
2022-05-19Use suffixes for units in nodes and resourcesAaron Franke
2022-05-19Merge pull request #61133 from KoBeWi/polor_kickerRémi Verschelde
Tweak minsize of editor ColorPickerButtons
2022-05-19Merge pull request #61020 from timothyqiu/wait-busyRémi Verschelde
2022-05-19Merge pull request #61128 from smix8/navigation_agent_process_mode_4.xRémi Verschelde
2022-05-19Tweak minsize of editor ColorPickerButtonskobewi
2022-05-19Merge pull request #61142 from bruvzg/rtl_threadedRémi Verschelde