summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2022-05-19Merge pull request #61189 from timothyqiu/typo-fixRémi Verschelde
2022-05-19Merge pull request #61173 from LightningAA/update-set-iteratorsRémi Verschelde
2022-05-19Fix a typo in EditorFileSystem classrefHaoyu Qiu
2022-05-19Use range iterators for RBSet in most casesAaron Record
2022-05-19Merge pull request #61180 from timothyqiu/property-extractRémi Verschelde
2022-05-19add check for selection when try to push a meta.Daniel Kariv
Add a check for when we select a text but end on a link. Before it would act as if we just click an link, but now it changes it so if we click-drag over a link, we could select it (and not move to other page).
2022-05-19[RTL] Add support for shaping in background thread.bruvzg
2022-05-19Add dedicated macros for property name extractionHaoyu Qiu
* Replace case-by-case extraction with PNAME & GNAME * Fix group handling when group hint begins with property name * Exclude properties that are PROPERTY_USAGE_NO_EDITOR * Extract missing ADD_ARRAY*, ADD_SUBGROUP* macros
2022-05-18Remove arbitrary NavigationMesh bake property limitssmix8
Lowers or removes the slider limits and steps from NavigationMesh resources and changes some default values to better work with realistic unit sizes by default.
2022-05-18Merge pull request #60955 from ↵Rémi Verschelde
pfertyk/issue-60668-fix-get-breakpointed-lines-crash Fix `get_breakpointed_lines` crashing Godot
2022-05-18Merge pull request #61166 from Geometror/fix-domain-warp-offsetRémi Verschelde
Fix noise offset not affecting domain warp
2022-05-18Fix noise offset not affecting domain warpHendrik Brucker
- also added domain warp to get_noise_1d
2022-05-18Merge pull request #61155 from YuriSizov/theme-using-usingRémi Verschelde
2022-05-18Merge pull request #60599 from rburing/rest_on_recovery_paramRémi Verschelde
2022-05-18Define some Theme data structures with using for readabilityYuri Sizov
2022-05-18Add motion parameter to toggle whether recovery is reported as a collisionRicardo Buring
This makes the intent explicit in each use case.
2022-05-18Merge pull request #61154 from KoBeWi/call_deferred_helps,_as_alwaysRémi Verschelde
2022-05-18Merge pull request #61025 from Chaosus/gds_fix_extend_crashRémi Verschelde
2022-05-18Merge pull request #61152 from YuriSizov/theme-sets-lists-and-idle-handsRémi Verschelde