Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2022-05-20 | Merge pull request #61205 from Calinou/default-font-tweak-fake-bold-italic | Rémi Verschelde | |
Tweak the default font's fake italic to better match Open Sans Italic | |||
2022-05-19 | Tweaks to improve the Project Manager display at small sizes | Aaron Franke | |
2022-05-19 | Merge pull request #50106 from aaronfranke/more-units | Aaron Franke | |
Use suffixes for units in nodes and resources | |||
2022-05-20 | Fix editor crash when opening scene with CSGMesh | Haoyu Qiu | |
2022-05-19 | Fix sky updating when DirectionalLight mode changed and shader compatibility ↵ | clayjohn | |
for certain drivers | |||
2022-05-20 | Tweak the default font's fake italic to better match Open Sans Italic | Hugo Locurcio | |
2022-05-19 | Use suffixes for units in nodes and resources | Aaron Franke | |
2022-05-19 | Merge pull request #61133 from KoBeWi/polor_kicker | Rémi Verschelde | |
Tweak minsize of editor ColorPickerButtons | |||
2022-05-19 | Merge pull request #61020 from timothyqiu/wait-busy | Rémi Verschelde | |
2022-05-19 | Merge pull request #61128 from smix8/navigation_agent_process_mode_4.x | Rémi Verschelde | |
2022-05-19 | Tweak minsize of editor ColorPickerButtons | kobewi | |
2022-05-19 | Merge pull request #61142 from bruvzg/rtl_threaded | Rémi Verschelde | |
2022-05-19 | Merge pull request #61189 from timothyqiu/typo-fix | Rémi Verschelde | |
2022-05-19 | Merge pull request #61173 from LightningAA/update-set-iterators | Rémi Verschelde | |
2022-05-19 | Fix a typo in EditorFileSystem classref | Haoyu Qiu | |
2022-05-19 | Use range iterators for RBSet in most cases | Aaron Record | |
2022-05-19 | Merge pull request #61180 from timothyqiu/property-extract | Rémi Verschelde | |
2022-05-19 | add 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-19 | Add dedicated macros for property name extraction | Haoyu 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-18 | Remove arbitrary NavigationMesh bake property limits | smix8 | |
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-18 | Merge pull request #60955 from ↵ | Rémi Verschelde | |
pfertyk/issue-60668-fix-get-breakpointed-lines-crash Fix `get_breakpointed_lines` crashing Godot | |||
2022-05-18 | Merge pull request #61166 from Geometror/fix-domain-warp-offset | Rémi Verschelde | |
Fix noise offset not affecting domain warp | |||
2022-05-18 | Fix noise offset not affecting domain warp | Hendrik Brucker | |
- also added domain warp to get_noise_1d | |||
2022-05-18 | Merge pull request #61155 from YuriSizov/theme-using-using | Rémi Verschelde | |
2022-05-18 | Merge pull request #60599 from rburing/rest_on_recovery_param | Rémi Verschelde | |
2022-05-18 | Define some Theme data structures with using for readability | Yuri Sizov | |
2022-05-18 | Add motion parameter to toggle whether recovery is reported as a collision | Ricardo Buring | |
This makes the intent explicit in each use case. | |||
2022-05-18 | Merge pull request #61154 from KoBeWi/call_deferred_helps,_as_always | Rémi Verschelde | |
2022-05-18 | Merge pull request #61025 from Chaosus/gds_fix_extend_crash | Rémi Verschelde | |
2022-05-18 | Merge pull request #61152 from YuriSizov/theme-sets-lists-and-idle-hands | Rémi Verschelde | |